IPSExampleIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: UC1-LabTestJune2018 - 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 -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "UC1-LabTestJune2018"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-uv-ips"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-uv-ips> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation UC1-LabTestJune2018</b></p><a name=\"UC1-LabTestJune2018\"> </a><a name=\"hcUC1-LabTestJune2018\"> </a><a name=\"UC1-LabTestJune2018-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:\">laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 168731009}\">Röntgenaufnahme der Brust</span></p><p><b>subject</b>: <a href=\"Patient-UC1-Patient.html\">Klaus Müller Male, DoB: 1959-05-20</a></p><p><b>encounter</b>: <a href=\"Encounter-UC1-EncounterMuenchenJune2018.html\">Encounter: status = finished; class = EMER (EMER); period = 2018-06-10 --> 2018-06-13; reasonCode = Pneumonie</a></p><p><b>effective</b>: 2018-06-10</p><p><b>note</b>: Pneumonie bestätigt</p></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:code [ fhir:v "laboratory" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a sct:168731009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "168731009" ] ;
fhir:display [ fhir:v "Röntgenaufnahme der Brust" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/UC1-Patient" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/UC1-EncounterMuenchenJune2018" ]
] ; #
fhir:effective [ fhir:v "2018-06-10"^^xsd:date] ; #
fhir:note ( [
fhir:text [ fhir:v "Pneumonie bestätigt" ]
] ) . #