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

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="observation-full-example"/>
  <meta>
    <versionId value="1.0"/>
    <lastUpdated value="2021-03-24T05:11:12.000+13:00"/>
    <profile
             value="https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-observation"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation observation-full-example</b></p><a name="observation-full-example"> </a><a name="hcobservation-full-example"> </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><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-alex-observation.html">Observation Profile</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title="Codes:{https://alexapi.medtechglobal.com.au/fhir/CodeSystem/screening-term BP}">Blood Pressure</span></p><p><b>subject</b>: <a href="https://alexapi.medtechglobal.com/fhir/Patient/8857d20b0da6fc9df664205ce8333f82">Mr Check Fhir Patient</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">Dr Medtech Apmt Staff</a></p><p><b>value</b>: 2020-10-10</p><p><b>interpretation</b>: <span title="Codes:{https://alexapi.medtechglobal.com.au/fhir/CodeSystem/observation-interpretation H}">Ultra High BP</span></p><p><b>note</b>: </p><blockquote><div><p>Test Notes</p>
</div></blockquote><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 mmHg</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</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://alexapi.medtechglobal.com.au/fhir/CodeSystem/measurement-prompt DateTaken}">DateTaken</span></p><p><b>value</b>: 2020-10-10</p></blockquote></div>
  </text>
  <status value="final"/>
  <code>
    <coding>
      <system
              value="https://alexapi.medtechglobal.com.au/fhir/CodeSystem/screening-term"/>
      <code value="BP"/>
      <display value="Blood Pressure"/>
    </coding>
    <text value="Blood Pressure"/>
  </code>
  <subject>
    <reference
               value="https://alexapi.medtechglobal.com/fhir/Patient/8857d20b0da6fc9df664205ce8333f82"/>
    <display value="Mr Check Fhir Patient"/>
  </subject>
  <effectiveInstant value="2021-05-06T16:15:33+12:00"/>
  <performer>
    <reference
               value="https://alexapi.medtechglobal.com/fhir/Practitioner/2acc75900580034dcc5ba06a86728212"/>
    <display value="Dr Medtech Apmt Staff"/>
  </performer>
  <valueDateTime value="2020-10-10"/>
  <interpretation>
    <coding>
      <system
              value="https://alexapi.medtechglobal.com.au/fhir/CodeSystem/observation-interpretation"/>
      <code value="H"/>
      <display value="High"/>
    </coding>
    <text value="Ultra High BP"/>
  </interpretation>
  <note>
    <text value="Test Notes"/>
  </note>
  <component>
    <code>
      <coding>
        <system
                value="http://alexapi.medtechglobal.com.au/fhir/CodeSystem/measurement-prompt"/>
        <code value="Systolic"/>
        <display value="Systolic"/>
      </coding>
      <text value="Systolic"/>
    </code>
    <valueQuantity>
      <value value="149.0"/>
      <unit value="mmHg"/>
      <system
              value="https://alexapi.medtechglobal.com.au/fhir/CodeSystem/value-quantity-unit"/>
    </valueQuantity>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://alexapi.medtechglobal.com.au/fhir/CodeSystem/measurement-prompt"/>
        <code value="Diastolic"/>
        <display value="Diastolic"/>
      </coding>
      <text value="Diastolic"/>
    </code>
    <valueString value="85"/>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://alexapi.medtechglobal.com.au/fhir/CodeSystem/measurement-prompt"/>
        <code value="DateTaken"/>
        <display value="DateTaken"/>
      </coding>
      <text value="DateTaken"/>
    </code>
    <valueDateTime value="2020-10-10"/>
  </component>
</Observation>