MediRecords FHIR Implementation Guide
1.3.0 - release


: MediRecords Recipient Interpretation CodeSystem - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "mr-diagnosticreport-recipient-interpretation",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://fhir.medirecords.com/CodeSystem/mr-diagnosticreport-recipient-interpretation</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"mr-diagnosticreport-recipient-interpretation-1\"> </a></td><td>Normal</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"mr-diagnosticreport-recipient-interpretation-2\"> </a></td><td>Abnormal</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"mr-diagnosticreport-recipient-interpretation-3\"> </a></td><td>Stable</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"mr-diagnosticreport-recipient-interpretation-4\"> </a></td><td>Acceptable</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"mr-diagnosticreport-recipient-interpretation-5\"> </a></td><td>Unacceptable</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"mr-diagnosticreport-recipient-interpretation-6\"> </a></td><td>Being treated</td></tr></table></div>"
  },
  "url" : "https://fhir.medirecords.com/CodeSystem/mr-diagnosticreport-recipient-interpretation",
  "version" : "1.3.0",
  "name" : "MRDiagnosticReportRecipientInterpretation",
  "title" : "MediRecords Recipient Interpretation CodeSystem",
  "status" : "active",
  "date" : "2023-12-21T01:01:27+00:00",
  "description" : "MediRecords Investigation Result Recipient Interpretation CodeSystem",
  "content" : "complete",
  "count" : 6,
  "concept" : [
    {
      "code" : "1",
      "display" : "Normal"
    },
    {
      "code" : "2",
      "display" : "Abnormal"
    },
    {
      "code" : "3",
      "display" : "Stable"
    },
    {
      "code" : "4",
      "display" : "Acceptable"
    },
    {
      "code" : "5",
      "display" : "Unacceptable"
    },
    {
      "code" : "6",
      "display" : "Being treated"
    }
  ]
}