@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Practitioner ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "levin-henry"] ; # Example adapted from MCC eCare Plan Implementation Guide practitionerMCC-1 fhir:meta [ fhir:versionId [ fhir:v "2" ] ; fhir:lastUpdated [ fhir:v "2022-04-21T20:04:20.632+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#f2vqyIbNktHlvEKg"^^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 "levin-henry" Version "2" Updated "2022-04-21 20:04:20+0000"

Information Source: #f2vqyIbNktHlvEKg!

Profile: AU Core Practitioner

identifier: id: 254567

name: Henry Levin

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 "254567" ] ] ) ; # fhir:name ( [ fhir:family [ fhir:v "Levin" ] ; fhir:given ( [ fhir:v "Henry" ] ) ; fhir:prefix ( [ fhir:v "Dr" ] ) ; fhir:suffix ( [ fhir:v "VII" ] ) ] ) ; # 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" ] ] ) . # # -------------------------------------------------------------------------------------