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

: observation-search-bundle-example - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "observation-search-bundle-example",
  "meta" : {
    "lastUpdated" : "2024-02-14T00:16:24.960+13:00",
    "profile" : [
      🔗 "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/observation-search-bundle"
    ]
  },
  "type" : "searchset",
  "link" : [
    {
      "relation" : "self",
      "url" : "https://alexapi.medtechglobal.com.au/fhir/Observation?patient.identifier=https%3A%2F%2Fns.electronichealth.net.au%2Fns%2Fihi-id%7CABC2345"
    }
  ],
  "entry" : [
    {
      "fullUrl" : "https://alexapi.medtechglobal.com.au/fhir/observation/observation-example",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "1.0ple",
        "meta" : {
          "versionId" : "1.0",
          "lastUpdated" : "2021-03-24T05:11:12.000+13:00"
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_1.0ple\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation 1.0ple</b></p><a name=\"1.0ple\"> </a><a name=\"hc1.0ple\"> </a><a name=\"1.0ple-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-03-24 05:11:12+1300</p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:\">Blood Pressure</span></p><p><b>subject</b>: <a href=\"https://alexapi.medtechglobal.com/fhir/Patient/8857d20b0da6fc9df664205ce8333f82\">https://alexapi.medtechglobal.com/fhir/Patient/8857d20b0da6fc9df664205ce8333f82</a></p><p><b>effective</b>: 2021-05-06 16:15:33+1200</p><p><b>performer</b>: <a href=\"https://alexapi.medtechglobal.com/fhir/Practitioner/2acc75900580034dcc5ba06a86728212\">https://alexapi.medtechglobal.com/fhir/Practitioner/2acc75900580034dcc5ba06a86728212</a></p><p><b>interpretation</b>: <span title=\"Codes:{https://alexapi.medtechglobal.com.au/fhir/CodeSystem/observation-interpretation H}\">H</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://alexapi.medtechglobal.com.au/fhir/CodeSystem/measurement-prompt Systolic}\">Systolic</span></p><p><b>value</b>: 149.0</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://alexapi.medtechglobal.com.au/fhir/CodeSystem/measurement-prompt Diastolic}\">Diastolic</span></p><p><b>value</b>: 85.0</p></blockquote></div>"
        },
        "status" : "final",
        "code" : {
          "text" : "Blood Pressure"
        },
        "subject" : {
          "reference" : "https://alexapi.medtechglobal.com/fhir/Patient/8857d20b0da6fc9df664205ce8333f82"
        },
        "effectiveInstant" : "2021-05-06T16:15:33+12:00",
        "performer" : [
          {
            "reference" : "https://alexapi.medtechglobal.com/fhir/Practitioner/2acc75900580034dcc5ba06a86728212"
          }
        ],
        "interpretation" : [
          {
            "coding" : [
              {
                "system" : "https://alexapi.medtechglobal.com.au/fhir/CodeSystem/observation-interpretation",
                "code" : "H"
              }
            ]
          }
        ],
        "component" : [
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://alexapi.medtechglobal.com.au/fhir/CodeSystem/measurement-prompt",
                  "code" : "Systolic"
                }
              ]
            },
            "valueQuantity" : {
              "value" : 149.0
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://alexapi.medtechglobal.com.au/fhir/CodeSystem/measurement-prompt",
                  "code" : "Diastolic"
                }
              ]
            },
            "valueString" : "85.0"
          }
        ]
      },
      "search" : {
        "mode" : "match"
      }
    }
  ]
}