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

: condition-search-bundle-example - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "condition-search-bundle-example",
  "meta" : {
    "lastUpdated" : "2024-02-14T00:16:24.960+13:00",
    "profile" : [
      🔗 "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/condition-search-bundle"
    ]
  },
  "type" : "searchset",
  "link" : [
    {
      "relation" : "self",
      "url" : "https://alexapi.medtechglobal.com.au/fhir/Condition?_id=1"
    }
  ],
  "entry" : [
    {
      "fullUrl" : "https://alexapi.medtechglobal.com.au/fhir/condition/1",
      "resource" : {
        "resourceType" : "Condition",
        "id" : "1",
        "meta" : {
          "security" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
              "code" : "U",
              "display" : "unrestricted"
            }
          ]
        },
        "text" : {
          "status" : "extensions",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition 1</b></p><a name=\"1\"> </a><a name=\"hc1\"> </a><a name=\"1-en-US\"> </a><p><b>Medtech Highlight Condition extension</b>: false</p><p><b>Medtech Long Term Condition extension</b>: true</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>code</b>: <span title=\"Codes:{https://alexapi.medtechglobal.com.au/fhir/CodeSystem/icpc2plus-condition-resource A52015}\">Abdominoplasty</span></p><p><b>subject</b>: <a href=\"https://alexapi.medtechglobal.com.au/fhir/Patient/14e52e16edb7a435bfa05e307afd008b\">Mr Patient Testing</a></p><p><b>onset</b>: 1980-03-02 00:00:00+1300</p><p><b>recorder</b>: <a href=\"Bundle-4f5e9b70-b98f-4af6-9a65-b55a1e845169.html#https-//alexapi.medtechglobal.com.au/fhir/Practitioner/9bf0832786e2293848942167532e0a91\">Dr Alex Api</a></p></div>"
        },
        "extension" : [
          {
            "url" : "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/highlight-condition",
            "valueBoolean" : false
          },
          {
            "url" : "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/long-term-condition",
            "valueBoolean" : true
          }
        ],
        "clinicalStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
              "code" : "active"
            }
          ]
        },
        "verificationStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
              "code" : "confirmed"
            }
          ]
        },
        "code" : {
          "coding" : [
            {
              "system" : "https://alexapi.medtechglobal.com.au/fhir/CodeSystem/icpc2plus-condition-resource",
              "code" : "A52015",
              "display" : "Abdominoplasty"
            }
          ]
        },
        "subject" : {
          "reference" : "https://alexapi.medtechglobal.com.au/fhir/Patient/14e52e16edb7a435bfa05e307afd008b",
          "display" : "Mr Patient Testing"
        },
        "onsetDateTime" : "1980-03-02T00:00:00+13:00",
        "recorder" : {
          "reference" : "https://alexapi.medtechglobal.com.au/fhir/Practitioner/9bf0832786e2293848942167532e0a91",
          "display" : "Dr Alex Api"
        }
      },
      "search" : {
        "mode" : "match"
      }
    }
  ]
}