MediRecords FHIR Implementation Guide
1.4.1 - release


: MediRecords Inpatient Handover Type ValueSet - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "mr-inpatient-handover-type",
  "text" : {
    "status" : "generated",
    "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/75449-9/\">75449-9</a></td><td>Nurse Hospital Note</td></tr><tr><td><a href=\"https://loinc.org/83822-7/\">83822-7</a></td><td>Attending Hospital Note</td></tr><tr><td><a href=\"https://loinc.org/34112-3/\">34112-3</a></td><td>Hospital note</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.medirecords.com/ValueSet/mr-inpatient-handover-type",
  "version" : "1.4.1",
  "name" : "MRInpatientHandoverTypeValueSet",
  "title" : "MediRecords Inpatient Handover Type ValueSet",
  "status" : "active",
  "date" : "2024-10-28T02:34:31+00:00",
  "description" : "MediRecords Inpatient Handover Type ValueSet",
  "compose" : {
    "include" : [
      {
        "system" : "http://loinc.org",
        "concept" : [
          {
            "code" : "75449-9",
            "display" : "Nurse Hospital Note"
          },
          {
            "code" : "83822-7",
            "display" : "Attending Hospital Note"
          },
          {
            "code" : "34112-3",
            "display" : "Hospital note"
          }
        ]
      }
    ]
  }
}