Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- <http://hl7.org/fhir/Practitioner/par-grading-practitioner-arzt> a fhir:Practitioner ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "par-grading-practitioner-arzt"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Practitioner" ; fhir:index 0 ; fhir:link <https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Practitioner> ] ] ; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner par-grading-practitioner-arzt</b></p><a name=\"par-grading-practitioner-arzt\"> </a><a name=\"hcpar-grading-practitioner-arzt\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://simplifier.net/resolve?scope=kbv.basis@1.9.0&canonical=https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Practitioner\">KBV_PR_Base_Practitioner</a></p></div><p><b>identifier</b>: KBV_NS_Base_ANR/123456789</p><p><b>active</b>: true</p><p><b>name</b>: Stefan Mueller (Official)</p></div>" ] ; fhir:Practitioner.identifier [ fhir:index 0 ; fhir:Identifier.system [ fhir:value "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_ANR" ] ; fhir:Identifier.value [ fhir:value "123456789" ] ] ; 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 "Mueller" ] ; fhir:HumanName.given [ fhir:value "Stefan" ; fhir:index 0 ] ; fhir:HumanName.prefix [ fhir:value "Dr." ; fhir:index 0 ; fhir:Element.extension [ fhir:index 0 ; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier" ] ; fhir:Extension.valueCode [ fhir:value "AC" ] ] ] ] . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/Practitioner/par-grading-practitioner-arzt.ttl> a owl:Ontology ; owl:imports fhir:fhir.ttl ; owl:versionIRI <http://build.fhir.org/Practitioner/par-grading-practitioner-arzt.ttl> .