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 - XML Representation

Raw xml | Download


<Bundle xmlns="http://hl7.org/fhir">
  <id value="condition-search-bundle-example"/>
  <meta>
    <lastUpdated value="2024-02-14T00:16:24.960+13:00"/>
    <profile
             value="https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/condition-search-bundle"/>
  </meta>
  <type value="searchset"/>
  <link>
    <relation value="self"/>
    <url value="https://alexapi.medtechglobal.com.au/fhir/Condition?_id=1"/>
  </link>
  <entry>
    <fullUrl value="https://alexapi.medtechglobal.com.au/fhir/condition/1"/>
    <resource>
      <Condition>
        <id value="1"/>
        <meta>
          <security>
            <system
                    value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
            <code value="U"/>
            <display value="unrestricted"/>
          </security>
        </meta>
        <text>
          <status value="extensions"/>
          <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><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"/><p style="margin-bottom: 0px">Security Label: unrestricted (Details: Confidentiality code U = 'unrestricted')</p></div><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>
        </text>
        <extension
                   url="https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/highlight-condition">
          <valueBoolean value="false"/>
        </extension>
        <extension
                   url="https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/long-term-condition">
          <valueBoolean value="true"/>
        </extension>
        <clinicalStatus>
          <coding>
            <system
                    value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
            <code value="active"/>
          </coding>
        </clinicalStatus>
        <verificationStatus>
          <coding>
            <system
                    value="http://terminology.hl7.org/CodeSystem/condition-ver-status"/>
            <code value="confirmed"/>
          </coding>
        </verificationStatus>
        <code>
          <coding>
            <system
                    value="https://alexapi.medtechglobal.com.au/fhir/CodeSystem/icpc2plus-condition-resource"/>
            <code value="A52015"/>
            <display value="Abdominoplasty"/>
          </coding>
        </code>
        <subject>
          <reference
                     value="https://alexapi.medtechglobal.com.au/fhir/Patient/14e52e16edb7a435bfa05e307afd008b"/>
          <display value="Mr Patient Testing"/>
        </subject>
        <onsetDateTime value="1980-03-02T00:00:00+13:00"/>
        <recorder>
          <reference
                     value="https://alexapi.medtechglobal.com.au/fhir/Practitioner/9bf0832786e2293848942167532e0a91"/>
          <display value="Dr Alex Api"/>
        </recorder>
      </Condition>
    </resource>
    <search>
      <mode value="match"/>
    </search>
  </entry>
</Bundle>