MediRecords FHIR Implementation Guide
1.3.0 - release


: MediRecords Diagnostic Request BodySite ValueSet - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "mr-diagnostic-request-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/7771000\">7771000</a></td><td>Left</td></tr><tr><td><a href=\"http://snomed.info/id/24028007\">24028007</a></td><td>Right</td></tr><tr><td><a href=\"http://snomed.info/id/51440002\">51440002</a></td><td>Right and left</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.medirecords.com/ValueSet/mr-diagnostic-request-bodySite",
  "version" : "1.3.0",
  "name" : "MRDiagnosticRequestBodySiteValueSet",
  "title" : "MediRecords Diagnostic Request BodySite ValueSet",
  "status" : "active",
  "date" : "2023-12-21T01:01:27+00:00",
  "description" : "MediRecords Diagnostic Request BodySite ValueSet",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "7771000",
            "display" : "Left"
          },
          {
            "code" : "24028007",
            "display" : "Right"
          },
          {
            "code" : "51440002",
            "display" : "Right and left"
          }
        ]
      }
    ]
  }
}