Medtech ALEX® Implementation Guide
0.0.1 - draft International flag

Medtech ALEX® Implementation Guide - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: diagnosticReport-min-example - JSON Representation

Raw json | Download

{
  "resourceType" : "DiagnosticReport",
  "id" : "diagnosticReport-min-example",
  "meta" : {
    "versionId" : "1.0",
    "lastUpdated" : "2021-04-30T15:23:08+12:00",
    "profile" : [
      🔗 "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-diagnosticreport"
    ],
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code" : "U",
        "display" : "unrestricted"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport diagnosticReport-min-example</b></p><a name=\"diagnosticReport-min-example\"> </a><a name=\"hcdiagnosticReport-min-example\"> </a><a name=\"diagnosticReport-min-example-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 1.0; Last updated: 2021-04-30 15:23:08+1200</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-alex-diagnosticreport.html\">Diagnostic Report Profile</a></p><p style=\"margin-bottom: 0px\">Security Label: unrestricted (Details: Confidentiality code U = 'unrestricted')</p></div><h2><span title=\"Codes:\">B12 \\t\\ Folate</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 LAB}\">Laboratory</span>) </h2><table class=\"grid\"><tr><td>Reported</td><td>2003-05-02 03:19:44+0000</td></tr></table><p><b>Report Details</b></p></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code" : "LAB"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "display" : "B12 \\t\\ Folate"
      }
    ]
  },
  "issued" : "2003-05-02T03:19:44.000+00:00",
  "resultsInterpreter" : [
    {
      "reference" : "https://alexapi.medtechglobal.com.au/fhir/Practitioner/9bf0832786e2293848942167532e0a91",
      "display" : "Dr Alex Api"
    }
  ]
}