MediRecords FHIR Implementation Guide
1.3.0 - release


: Medirecords Temperature Body Site Valueset - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "mr-temperature-bodysite",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</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=\"http://snomed.info/id/74262004\">74262004</a></td><td>Oral cavity structure</td></tr><tr><td><a href=\"http://snomed.info/id/422543003\">422543003</a></td><td>Structure of axillary fossa</td></tr><tr><td><a href=\"http://snomed.info/id/42859004\">42859004</a></td><td>Tympanic membrane structure</td></tr><tr><td><a href=\"http://snomed.info/id/34402009\">34402009</a></td><td>Rectum structure</td></tr><tr><td><a href=\"http://snomed.info/id/181325005\">181325005</a></td><td>Entire superficial temporal artery</td></tr><tr><td><a href=\"http://snomed.info/id/52795006\">52795006</a></td><td>Forehead structure</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.medirecords.com/ValueSet/mr-temperature-bodysite",
  "version" : "1.3.0",
  "name" : "MRTemperatureBodySite",
  "title" : "Medirecords Temperature Body Site Valueset",
  "status" : "active",
  "date" : "2023-12-21T01:01:27+00:00",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "email"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "74262004",
            "display" : "Oral cavity structure"
          },
          {
            "code" : "422543003",
            "display" : "Structure of axillary fossa"
          },
          {
            "code" : "42859004",
            "display" : "Tympanic membrane structure"
          },
          {
            "code" : "34402009",
            "display" : "Rectum structure"
          },
          {
            "code" : "181325005",
            "display" : "Entire superficial temporal artery"
          },
          {
            "code" : "52795006",
            "display" : "Forehead structure"
          }
        ]
      }
    ]
  }
}