MIMIC Implementation Guide
1.3.0 - Draft

MIMIC Implementation Guide - Local Development build (v1.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MimicSpecimenType - JSON Representation

Draft as of 2022-09-21

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "mimic-specimen-type",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"CodeSystem-mimic-lab-fluid.html\"><code>http://mimic.mit.edu/fhir/mimic/CodeSystem/mimic-lab-fluid</code></a></li><li>Include all codes defined in <a href=\"CodeSystem-mimic-spec-type-desc.html\"><code>http://mimic.mit.edu/fhir/mimic/CodeSystem/mimic-spec-type-desc</code></a></li></ul></div>"
  },
  "url" : "http://mimic.mit.edu/fhir/mimic/ValueSet/mimic-specimen-type",
  "version" : "1.3.0",
  "name" : "MimicSpecimenType",
  "title" : "MimicSpecimenType",
  "status" : "draft",
  "date" : "2022-09-21T13:59:43-04:00",
  "publisher" : "KinD Lab",
  "contact" : [
    {
      "name" : "KinD Lab",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://fhir.kindlab.sickkids.ca"
        }
      ]
    }
  ],
  "description" : "The specimen type codes for both lab and micro specimen for MIMIC",
  "compose" : {
    "include" : [
      {
        "system" : "http://mimic.mit.edu/fhir/mimic/CodeSystem/mimic-lab-fluid"
      },
      {
        "system" : "http://mimic.mit.edu/fhir/mimic/CodeSystem/mimic-spec-type-desc"
      }
    ]
  }
}