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

: MedtechObservationExample - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "46c3a589803d1485e0aa748e2505fbd7",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.medtechglobal.com/StructureDefinition/medtech-observation-ips"
    ],
    "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: Observation 46c3a589803d1485e0aa748e2505fbd7</b></p><a name=\"46c3a589803d1485e0aa748e2505fbd7\"> </a><a name=\"hc46c3a589803d1485e0aa748e2505fbd7\"> </a><a name=\"46c3a589803d1485e0aa748e2505fbd7-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:\">Chloride</span></p><p><b>subject</b>: <a href=\"Bundle-MedtechIpsBundleExample.html#https-//alexapidev.medtechglobal.com/fhir/Patient/e92d8ded1459f2d6c5096282382ca67b\">Bundle: identifier = urn:oid:2.16.724.4.8.10.200.10#fc36fc23-2c3f-4542-9e51-ebde03390a0b; type = document; timestamp = 2023-11-13 03:34:15+1300</a></p><p><b>effective</b>: 2022-04-09 10:58:53+1200</p><p><b>performer</b>: <a href=\"Bundle-MedtechIpsBundleExample.html#https-//alexapidev.medtechglobal.com/fhir/Practitioner/9bf0832786e2293848942167532e0a91\">Bundle: identifier = urn:oid:2.16.724.4.8.10.200.10#fc36fc23-2c3f-4542-9e51-ebde03390a0b; type = document; timestamp = 2023-11-13 03:34:15+1300</a></p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">chloride</span></td><td>160 mmol<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT  code385432009 = 'Not applicable (qualifier value)')</span></td></tr></table></div>"
  },
  "status" : "final",
  "code" : {
    "text" : "Chloride"
  },
  "subject" : {
    "reference" : "https://alexapidev.medtechglobal.com/fhir/Patient/e92d8ded1459f2d6c5096282382ca67b"
  },
  "effectiveInstant" : "2022-04-09T10:58:53.000+12:00",
  "performer" : [
    {
      "reference" : "https://alexapidev.medtechglobal.com/fhir/Practitioner/9bf0832786e2293848942167532e0a91"
    }
  ],
  "component" : [
    {
      "code" : {
        "text" : "chloride"
      },
      "valueQuantity" : {
        "value" : 160,
        "unit" : "mmol",
        "system" : "http://snomed.info/sct",
        "code" : "385432009"
      }
    }
  ]
}