MIMIC Implementation Guide - Local Development build (v1.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: MIMIC-ED Observation Resource Types Value Set - 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 -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "mimic-observation-type-vital"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/8310-5/\">8310-5</a></td><td>Body temperature</td></tr><tr><td><a href=\"https://loinc.org/8867-4/\">8867-4</a></td><td>Heart rate</td></tr><tr><td><a href=\"https://loinc.org/9279-1/\">9279-1</a></td><td>Respiratory rate</td></tr><tr><td><a href=\"https://loinc.org/2708-6/\">2708-6</a></td><td>Oxygen saturation in Arterial blood</td></tr><tr><td><a href=\"https://loinc.org/85354-9/\">85354-9</a></td><td>Blood pressure panel with all children optional</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "http://mimic.mit.edu/fhir/mimic/ValueSet/mimic-observation-type-vital"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.3.0"] ; #
fhir:name [ fhir:v "MimicObservationTypeVital"] ; #
fhir:title [ fhir:v "MIMIC-ED Observation Resource Types Value Set"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2024-02-08T11:07:36-05:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "KinD Lab"] ; #
fhir:contact ( [
fhir:name [ fhir:v "KinD Lab" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://fhir.kindlab.sickkids.ca" ] ] )
] ) ; #
fhir:description [ fhir:v "Selected codes from LOINC that represent values from the triage or vitalsigns tables of MIMIC-ED."] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "8310-5" ] ;
fhir:display [ fhir:v "Body temperature" ] ] [
fhir:code [ fhir:v "8867-4" ] ;
fhir:display [ fhir:v "Heart rate" ] ] [
fhir:code [ fhir:v "9279-1" ] ;
fhir:display [ fhir:v "Respiratory rate" ] ] [
fhir:code [ fhir:v "2708-6" ] ;
fhir:display [ fhir:v "Oxygen saturation in Arterial blood" ] ] [
fhir:code [ fhir:v "85354-9" ] ;
fhir:display [ fhir:v "Blood pressure panel with all children optional" ] ] ) ] )
] . #