German Practice Management FHIR Profiles (R4) - Local Development build (v0.90.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Encounter — CT Schaedel Becker - TTL Representation
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-ct-schaedel> a fhir:Encounter ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example-encounter-ct-schaedel"] ;
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-ct-schaedel</b></p><a name=\"example-encounter-ct-schaedel\"> </a><a name=\"hcexample-encounter-ct-schaedel\"> </a><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode: AMB</a> (ambulatory)</p><p><b>subject</b>: <a href=\"Patient-example-patient-roentgen-linkage.html\">Maria Becker (official) Female, DoB: 1962-03-20</a></p></div>"
] ;
fhir:Encounter.status [ fhir:value "finished"] ;
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-roentgen-linkage> ;
fhir:Reference.reference [ fhir:value "Patient/example-patient-roentgen-linkage" ]
] .
<http://hl7.org/fhir/Patient/example-patient-roentgen-linkage> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Encounter/example-encounter-ct-schaedel.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Encounter/example-encounter-ct-schaedel.ttl> .