@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Practitioner ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "PhysicianExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://fhir.nmdp.org/ig/matchsync/StructureDefinition/nmdp-practitioner"^^xsd:anyURI ; fhir:link ] ) ; fhir:security ( [ fhir:system [ fhir:v "http://terminology.nmdp.org/codesystem/transplant-center"^^xsd:anyURI ] ; fhir:code [ fhir:v "tc_123" ] ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Practitioner PhysicianExample

Profile: NMDPPractitioner

Security Label: tc_123 (Details: transplant-center code tc_123)

name: Lisa Simpson

"^^rdf:XMLLiteral ] ; # fhir:name ( [ fhir:family [ fhir:v "Simpson" ] ; fhir:given ( [ fhir:v "Lisa" ] ) ] ) . # # -------------------------------------------------------------------------------------