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/PractitionerRole/example-practitionerrole-reading-radiologist> a fhir:PractitionerRole ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "example-practitionerrole-reading-radiologist"] ; 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: PractitionerRole example-practitionerrole-reading-radiologist</b></p><a name=\"example-practitionerrole-reading-radiologist\"> </a><a name=\"hcexample-practitionerrole-reading-radiologist\"> </a><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-example-practitioner-radiologin.html\">Practitioner Andrea Fischer (official)</a></p><p><b>organization</b>: <a href=\"Organization-example-organization.html\">Organization Hausarztpraxis Dr. Schoell — Gibitzenhof</a></p><p><b>code</b>: <span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/radiology-role ReadingRadiologist}\">Reading Radiologist</span></p></div>" ] ; fhir:PractitionerRole.active [ fhir:value "true"^^xsd:boolean] ; fhir:PractitionerRole.practitioner [ fhir:link <http://hl7.org/fhir/Practitioner/example-practitioner-radiologin> ; fhir:Reference.reference [ fhir:value "Practitioner/example-practitioner-radiologin" ] ] ; fhir:PractitionerRole.organization [ fhir:link <http://hl7.org/fhir/Organization/example-organization> ; fhir:Reference.reference [ fhir:value "Organization/example-organization" ] ] ; fhir:PractitionerRole.code [ fhir:index 0 ; fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/praxis/CodeSystem/radiology-role" ] ; fhir:Coding.code [ fhir:value "ReadingRadiologist" ] ; fhir:Coding.display [ fhir:value "Reading Radiologist" ] ] ] . <http://hl7.org/fhir/Practitioner/example-practitioner-radiologin> a fhir:Practitioner . <http://hl7.org/fhir/Organization/example-organization> a fhir:Organization . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/PractitionerRole/example-practitionerrole-reading-radiologist.ttl> a owl:Ontology ; owl:imports fhir:fhir.ttl ; owl:versionIRI <http://build.fhir.org/PractitionerRole/example-practitionerrole-reading-radiologist.ttl> .