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-ed"] ; #
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/56839-4/\">56839-4</a></td><td>Acuity assessment Narrative</td></tr><tr><td><a href=\"https://loinc.org/8661-1/\">8661-1</a></td><td>Chief complaint - Reported</td></tr><tr><td><a href=\"https://loinc.org/98137-3/\">98137-3</a></td><td>Pain assessment report</td></tr><tr><td><a href=\"https://loinc.org/8884-9/\">8884-9</a></td><td>Heart rate rhythm</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "http://mimic.mit.edu/fhir/mimic/ValueSet/mimic-observation-type-ed"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.3.0"] ; #
fhir:name [ fhir:v "MimicObservationTypeED"] ; #
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 table in MIMIC-ED."] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "56839-4" ] ;
fhir:display [ fhir:v "Acuity assessment Narrative" ] ] [
fhir:code [ fhir:v "8661-1" ] ;
fhir:display [ fhir:v "Chief complaint - Reported" ] ] [
fhir:code [ fhir:v "98137-3" ] ;
fhir:display [ fhir:v "Pain assessment report" ] ] [
fhir:code [ fhir:v "8884-9" ] ;
fhir:display [ fhir:v "Heart rate rhythm" ] ] ) ] )
] . #