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/Encounter/example-encounter-upper-arm> a fhir:Encounter ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "example-encounter-upper-arm"] ; 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: Encounter example-encounter-upper-arm</b></p><a name=\"example-encounter-upper-arm\"> </a><a name=\"hcexample-encounter-upper-arm\"> </a><p><b>status</b>: In Progress</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode: AMB</a> (ambulatory)</p><p><b>subject</b>: <a href=\"Patient-example-patient-upper-arm.html\">Anna Keller Female, DoB: 1978-06-12</a></p></div>" ] ; fhir:Encounter.status [ fhir:value "in-progress"] ; fhir:Encounter.class [ fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ; fhir:Coding.code [ fhir:value "AMB" ] ; fhir:Coding.display [ fhir:value "ambulatory" ] ] ; fhir:Encounter.subject [ fhir:link <http://hl7.org/fhir/Patient/example-patient-upper-arm> ; fhir:Reference.reference [ fhir:value "Patient/example-patient-upper-arm" ] ] . <http://hl7.org/fhir/Patient/example-patient-upper-arm> a fhir:Patient . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/Encounter/example-encounter-upper-arm.ttl> a owl:Ontology ; owl:imports fhir:fhir.ttl ; owl:versionIRI <http://build.fhir.org/Encounter/example-encounter-upper-arm.ttl> .