@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Practitioner ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "primary-peter"] ; # Example adapted from MCC eCare Plan Implementation Guide practitionerMCC-3 fhir:meta [ fhir:versionId [ fhir:v "2" ] ; fhir:lastUpdated [ fhir:v "2022-04-21T20:04:20.639+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#PFl2LJ5HsUkESlP1"^^xsd:anyURI ] ; fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitioner"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Practitioner

Resource Practitioner "primary-peter" Version "2" Updated "2022-04-21 20:04:20+0000"

Information Source: #PFl2LJ5HsUkESlP1!

Profile: AU Core Practitioner

identifier: id: 25456

name: Peter Primary

address: 310 Hay St East Perth WA 6004 (WORK)

" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://www.acme.org/practitioners"^^xsd:anyURI ] ; fhir:value [ fhir:v "25456" ] ] ) ; # fhir:name ( [ fhir:family [ fhir:v "Primary" ] ; fhir:given ( [ fhir:v "Peter" ] ) ; fhir:prefix ( [ fhir:v "Dr" ] ) ] ) ; # fhir:address ( [ fhir:use [ fhir:v "work" ] ; fhir:line ( [ fhir:v "310 Hay St" ] ) ; fhir:city [ fhir:v "East Perth" ] ; fhir:state [ fhir:v "WA" ] ; fhir:postalCode [ fhir:v "6004" ] ] ) . # # -------------------------------------------------------------------------------------