MediRecords FHIR Implementation Guide
1.4.1 - release


: Diagnostic Pathology Report uploaded in UI - JSON Representation

Raw json | Download

{
  "resourceType" : "DiagnosticReport",
  "id" : "1b4e009b-d306-4514-a7d2-d958ce76c311",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.medirecords.com/StructureDefinition/mr-diagnosticpathologyreport"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport 1b4e009b-d306-4514-a7d2-d958ce76c311</b></p><a name=\"1b4e009b-d306-4514-a7d2-d958ce76c311\"> </a><a name=\"hc1b4e009b-d306-4514-a7d2-d958ce76c311\"> </a><a name=\"1b4e009b-d306-4514-a7d2-d958ce76c311-en-US\"> </a><h2><span title=\"Codes:\">Routine Chemistry</span> </h2><table class=\"grid\"><tr><td>Subject</td><td>Mila Female, DoB: 1990-11-29 ( Medicare Number:\u00a032788511952\u00a0(,\u00a0period:\u00a0(?) --&gt; 2025-02))</td></tr><tr><td>When For</td><td>2020-11-26 04:50:40+0000</td></tr><tr><td>Performer</td><td> <a href=\"Organization-83d8e6e6-1371-11eb-960a-9350949d0a5c.html\">Pathology West</a></td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Reference Range</b></td><td><b>Flags</b></td></tr><tr><td><a href=\"#hc1b4e009b-d306-4514-a7d2-d958ce76c311/2\"><span title=\"Codes:{http://loinc.org 2951-2}\">Sodium</span></a></td><td>143 mmol/L</td><td>135-145</td><td>Final</td></tr></table><hr/><p class=\"res-header-id\"><b>ServiceRequest  #1</b></p><a name=\"1b4e009b-d306-4514-a7d2-d958ce76c311/1\"> </a><a name=\"hc1b4e009b-d306-4514-a7d2-d958ce76c311/1\"> </a><a name=\"1b4e009b-d306-4514-a7d2-d958ce76c311/1-en-US\"> </a><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 108252007}\">Laboratory procedure</span></p><p><b>code</b>: <span title=\"Codes:\">Routine Chemistry</span></p><p><b>subject</b>: <a href=\"Patient-1e5cae20-85bf-11e8-b401-ffccd711ad9c.html\">Mila Female, DoB: 1990-11-29 ( Medicare Number:\u00a032788511952\u00a0(,\u00a0period:\u00a0(?) --&gt; 2025-02))</a></p><p><b>authoredOn</b>: 2020-11-26 04:50:40+0000</p><p><b>requester</b>: <a href=\"PractitionerRole-b27fc609-efcb-4c43-a296-5908787de413.html\">Mr Agus Adi</a></p><hr/><p class=\"res-header-id\"><b>Observation  #2</b></p><a name=\"1b4e009b-d306-4514-a7d2-d958ce76c311/2\"> </a><a name=\"hc1b4e009b-d306-4514-a7d2-d958ce76c311/2\"> </a><a name=\"1b4e009b-d306-4514-a7d2-d958ce76c311/2-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 2951-2}\">Sodium</span></p><p><b>subject</b>: <a href=\"Patient-1e5cae20-85bf-11e8-b401-ffccd711ad9c.html\">Mila Female, DoB: 1990-11-29 ( Medicare Number:\u00a032788511952\u00a0(,\u00a0period:\u00a0(?) --&gt; 2025-02))</a></p><p><b>effective</b>: 2020-11-26 04:50:40+0000</p><p><b>value</b>: 143 mmol/L</p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>135-145</td></tr></table></div>"
  },
  "contained" : [
    {
      "resourceType" : "ServiceRequest",
      "id" : "1",
      "meta" : {
        "profile" : [
          🔗 "http://hl7.org.au/fhir/StructureDefinition/au-diagnosticrequest"
        ]
      },
      "status" : "completed",
      "intent" : "order",
      "category" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "108252007",
              "display" : "Laboratory procedure"
            }
          ]
        }
      ],
      "code" : {
        "text" : "Routine Chemistry"
      },
      "subject" : {
        🔗 "reference" : "Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c"
      },
      "authoredOn" : "2020-11-26T04:50:40Z",
      "requester" : {
        🔗 "reference" : "PractitionerRole/b27fc609-efcb-4c43-a296-5908787de413",
        "display" : "Mr Agus Adi"
      }
    },
    {
      "resourceType" : "Observation",
      "id" : "2",
      "meta" : {
        "profile" : [
          🔗 "https://fhir.medirecords.com/StructureDefinition/mr-diagnosticpathologyresult"
        ]
      },
      "status" : "final",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "2951-2"
          }
        ],
        "text" : "Sodium"
      },
      "subject" : {
        🔗 "reference" : "Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c"
      },
      "effectiveDateTime" : "2020-11-26T04:50:40Z",
      "valueQuantity" : {
        "value" : 143,
        "unit" : "mmol/L"
      },
      "referenceRange" : [
        {
          "text" : "135-145"
        }
      ]
    }
  ],
  "basedOn" : [
    {
      "reference" : "#1"
    }
  ],
  "status" : "final",
  "code" : {
    "text" : "Routine Chemistry"
  },
  "subject" : {
    🔗 "reference" : "Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c"
  },
  "effectiveDateTime" : "2020-11-26T04:50:40Z",
  "performer" : [
    {
      🔗 "reference" : "Organization/83d8e6e6-1371-11eb-960a-9350949d0a5c",
      "display" : "Pathology West"
    }
  ],
  "result" : [
    {
      "reference" : "#2"
    }
  ]
}