MediRecords FHIR Implementation Guide
1.3.0 - release


: MediRecords Document Reference Letter Category - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "mr-document-letter-category",
  "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/51852-2/\">51852-2</a></td><td>Letter</td></tr><tr><td><a href=\"https://loinc.org/18776-5/\">18776-5</a></td><td>Plan of care note</td></tr><tr><td><a href=\"https://loinc.org/72170-4/\">72170-4</a></td><td>Photographic image</td></tr><tr><td><a href=\"https://loinc.org/47045-0/\">47045-0</a></td><td>Study report</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.medirecords.com/ValueSet/mr-document-letter-category",
  "version" : "1.3.0",
  "name" : "MRDocumentLetterCategory",
  "title" : "MediRecords Document Reference Letter Category",
  "status" : "active",
  "date" : "2023-12-21T01:01:27+00:00",
  "description" : "MediRecords Document Reference Letter Category ValueSet",
  "compose" : {
    "include" : [
      {
        "system" : "http://loinc.org",
        "concept" : [
          {
            "code" : "51852-2",
            "display" : "Letter"
          },
          {
            "code" : "18776-5",
            "display" : "Plan of care note"
          },
          {
            "code" : "72170-4",
            "display" : "Photographic image"
          },
          {
            "code" : "47045-0",
            "display" : "Study report"
          }
        ]
      }
    ]
  }
}