MediRecords FHIR Implementation Guide
1.3.0 - 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\"><h2><span title=\"Codes: \">Routine Chemistry</span> </h2><table class=\"grid\"><tr><td>Subject</td><td><b>Mila</b> female, DoB: 1990-11-29 ( Medicare Number:\u00a032788511952\u00a0(period:\u00a0(?) --&gt; 2025-02))</td></tr><tr><td>When For</td><td>2020-11-26 04:50:40+0000</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></tr><tr><td colspan=\"3\"><i>This Observation could not be resolved</i></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"
    }
  ]
}