active: true
name: Eva Muster (Official)
"
] ;
fhir:Practitioner.active [ fhir:value "true"^^xsd:boolean] ;
fhir:Practitioner.name [
fhir:index 0 ;
fhir:HumanName.use [ fhir:value "official" ] ;
fhir:HumanName.family [ fhir:value "Muster" ] ;
fhir:HumanName.given [
fhir:value "Eva" ;
fhir:index 0
]
] .
# - ontology header ------------------------------------------------------------