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/RelatedPerson/annex2b-example-parent> a fhir:RelatedPerson ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "annex2b-example-parent"] ; 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: RelatedPerson annex2b-example-parent</b></p><a name=\"annex2b-example-parent\"> </a><a name=\"hcannex2b-example-parent\"> </a><p><b>patient</b>: <a href=\"Patient-annex2b-example-child.html\">Kim Example (no stated gender), DoB: 2018-04-12 ( https://fhir.cognovis.de/praxis/NamingSystem/pvs-patient-nummer#PvsPatientNummer#annex2b-child-1)</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode PRN}\">parent</span></p><p><b>name</b>: Robin Example </p></div>" ] ; fhir:RelatedPerson.patient [ fhir:link <http://hl7.org/fhir/Patient/annex2b-example-child> ; fhir:Reference.reference [ fhir:value "Patient/annex2b-example-child" ] ] ; fhir:RelatedPerson.relationship [ fhir:index 0 ; fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ] ; fhir:Coding.code [ fhir:value "PRN" ] ] ] ; fhir:RelatedPerson.name [ fhir:index 0 ; fhir:HumanName.family [ fhir:value "Example" ] ; fhir:HumanName.given [ fhir:value "Robin" ; fhir:index 0 ] ] . <http://hl7.org/fhir/Patient/annex2b-example-child> a fhir:Patient . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/RelatedPerson/annex2b-example-parent.ttl> a owl:Ontology ; owl:imports fhir:fhir.ttl ; owl:versionIRI <http://build.fhir.org/RelatedPerson/annex2b-example-parent.ttl> .