0.1.0 - ci-build
mamaTotofhirIG, published by IntelliSOFT Consulting Ke. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/MamaToTo-FHIR-IG/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "ExampleObservation"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://example.org/StructureDefinition/ObservationProfile"^^xsd:anyURI ;
fhir:link <http://example.org/StructureDefinition/ObservationProfile> ] )
] ; #
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 ExampleObservation</b></p><a name=\"ExampleObservation\"> </a><a name=\"hcExampleObservation\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ObservationProfile.html\">ObservationProfile</a></p></div><p><b>identifier</b>: <code>http://hospital.org/observations</code>/OBS-78901</p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8310-5}\">Body temperature</span></p><p><b>subject</b>: <a href=\"Patient/example\">Patient/example</a></p><p><b>effective</b>: 2025-03-12 08:30:00+0000</p><p><b>issued</b>: 2025-03-12 09:00:00+0000</p><p><b>value</b>: 37.5 Celsius<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeCel = 'Cel')</span></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation H}\">High</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 368209003}\">Oral cavity structure</span></p><p><b>method</b>: <span title=\"Codes:{http://snomed.info/sct 89003005}\">Thermometry</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style=\"display: none\">*</td><td>36.1 Celsius</td><td>37.2 Celsius</td></tr></table><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 8327-9}\">Oral temperature</span></td><td>37.5 Celsius</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://hospital.org/observations"^^xsd:anyURI ] ;
fhir:value [ fhir:v "OBS-78901" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "vital-signs" ] ;
fhir:display [ fhir:v "Vital Signs" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:8310-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8310-5" ] ;
fhir:display [ fhir:v "Body temperature" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/example" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2025-03-12T08:30:00Z"^^xsd:dateTime
] ; #
fhir:issued [ fhir:v "2025-03-12T09:00:00Z"^^xsd:dateTime] ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v 37.5 ] ;
fhir:unit [ fhir:v "Celsius" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Cel" ]
] ; #
fhir:interpretation ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "H" ] ;
fhir:display [ fhir:v "High" ] ] )
] ) ; #
fhir:bodySite [
( fhir:coding [
a sct:368209003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "368209003" ] ;
fhir:display [ fhir:v "Oral cavity structure" ] ] )
] ; #
fhir:method [
( fhir:coding [
a sct:89003005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "89003005" ] ;
fhir:display [ fhir:v "Thermometry" ] ] )
] ; #
fhir:referenceRange ( [
fhir:low [
fhir:value [ fhir:v 36.1 ] ;
fhir:unit [ fhir:v "Celsius" ] ] ;
fhir:high [
fhir:value [ fhir:v 37.2 ] ;
fhir:unit [ fhir:v "Celsius" ] ]
] ) ; #
fhir:component ( [
fhir:code [
( fhir:coding [
a loinc:8327-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8327-9" ] ;
fhir:display [ fhir:v "Oral temperature" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v 37.5 ] ;
fhir:unit [ fhir:v "Celsius" ] ]
] ) . #
IG © 2024+ IntelliSOFT Consulting Ke. Package fhir.mamaToto#0.1.0 based on FHIR 4.0.1. Generated 2025-06-26
Links: Table of Contents |
QA Report