IPSExampleIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: UC5-LabTestFeb2019 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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 -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "UC5-LabTestFeb2019"] ; #
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 UC5-LabTestFeb2019</b></p><a name=\"UC5-LabTestFeb2019\"> </a><a name=\"hcUC5-LabTestFeb2019\"> </a><a name=\"UC5-LabTestFeb2019-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://loinc.org 713-8}\">Eosinophils [#/volume] in Blood</span></p><p><b>subject</b>: <a href=\"Patient-UC5-Patient.html\">Alejandra Ramírez Female, DoB: 1956-12-01</a></p><p><b>encounter</b>: <a href=\"Encounter-UC5-EncounterCarlosVanBurenFeb2019.html\">Encounter: status = finished; class = EMER (EMER); period = 2019-02-20 --> 2019-02-23; reasonCode = Asthma exacerbation</a></p><p><b>effective</b>: 2019-02-20</p><p><b>value</b>: 0.7 x10^9/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codex10^9/L = 'x10^9/L')</span></p><p><b>interpretation</b>: <span title=\"Codes:\">high</span></p><p><b>note</b>: Elevated eosinophil levels consistent with asthma exacerbation.</p></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:code [ fhir:v "laboratory" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:713-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "713-8" ] ;
fhir:display [ fhir:v "Eosinophils [#/volume] in Blood" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/UC5-Patient" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/UC5-EncounterCarlosVanBurenFeb2019" ]
] ; #
fhir:effective [ fhir:v "2019-02-20"^^xsd:date] ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "0.7"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "x10^9/L" ]
] ; #
fhir:interpretation ( [
( fhir:coding [
fhir:code [ fhir:v "high" ] ] )
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "Elevated eosinophil levels consistent with asthma exacerbation." ]
] ) . #