MediRecords FHIR Implementation Guide
1.3.0 - release


: MediRecords Document Reference Letter Type - JSON Representation

Raw json | Download


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