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
: PRE-APPROVAL Observation proposal from doc.note - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Observation/example-proposal-observation-upper-arm-doc> a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example-proposal-observation-upper-arm-doc"] ;
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: Observation example-proposal-observation-upper-arm-doc</b></p><a name=\"example-proposal-observation-upper-arm-doc\"> </a><a name=\"hcexample-proposal-observation-upper-arm-doc\"> </a><p><b>status</b>: Preliminary</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 371524004}\">Clinical report</span></p><p><b>subject</b>: <a href=\"Patient-example-patient-upper-arm.html\">Anna Keller Female, DoB: 1978-06-12</a></p><p><b>value</b>: Injektion rechter Oberarm, komplikationslos.</p></div>"
] ;
fhir:Observation.status [ fhir:value "preliminary"] ;
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:371524004 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "371524004" ] ;
fhir:Coding.display [ fhir:value "Clinical report" ]
]
] ;
fhir:Observation.subject [
fhir:link <http://hl7.org/fhir/Patient/example-patient-upper-arm> ;
fhir:Reference.reference [ fhir:value "Patient/example-patient-upper-arm" ]
] ;
fhir:Observation.valueString [ fhir:value "Injektion rechter Oberarm, komplikationslos."] .
<http://hl7.org/fhir/Patient/example-patient-upper-arm> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Observation/example-proposal-observation-upper-arm-doc.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Observation/example-proposal-observation-upper-arm-doc.ttl> .