NZ Shared Digital Health Record API
0.2.0 - draft

NZ Shared Digital Health Record API - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ObservationVitalSignsExample - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="ObservationVitalSignsExample"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2025-01-26T00:21:56.607Z"/>
    <profile
             value="https://fhir-ig.digital.health.nz/nz-shared-digital-health-record/StructureDefinition/SDHRObservation"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation ObservationVitalSignsExample</b></p><a name="ObservationVitalSignsExample"> </a><a name="hcObservationVitalSignsExample"> </a><a name="ObservationVitalSignsExample-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; Last updated: 2025-01-26 00:21:56+0000</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-SDHRObservation.html">SDHRObservation</a></p></div><p><b>identifier</b>: <code>https://standards.digital.health.nz/ns/health-record-key-id</code>/f4121d2e-61aa-4222-83ae-b36d26bbbe62</p><p><b>status</b>: Final</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}">Vital Signs</span></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 122869004}">Measurement procedure (procedure)</span></p><p><b>subject</b>: <a href="https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&amp;canonical=https://api.hip.digital.health.nz/fhir/Patient/ZKC7284">Carrey Carrington</a></p><p><b>effective</b>: 2024-12-12 04:22:55+0000</p><p><b>issued</b>: 2024-12-12 04:22:55+0000</p><p><b>performer</b>: <a href="https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&amp;canonical=https://api.hip.digital.health.nz/fhir/Practitioner/91ZZXZ">DR Beverly Crusher</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://loinc.org 8480-6}">Systolic blood pressure</span></p><p><b>value</b>: 73 mmHg<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://loinc.org 8462-4}">Diastolic blood pressure</span></p><p><b>value</b>: 73 mmHg<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://loinc.org 8867-4}">Heart rate</span></p><p><b>value</b>: 44 beats/minute<span style="background: LightGoldenRodYellow"> (Details: UCUM  code/min = '/min')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://loinc.org 80404-7}">R-R interval.standard deviation (Heart rate variability)</span></p><p><b>value</b>: 44 milliseconds<span style="background: LightGoldenRodYellow"> (Details: UCUM  codems = 'ms')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://loinc.org 9279-1}">Respiratory rate</span></p><p><b>value</b>: 17 breaths/minute<span style="background: LightGoldenRodYellow"> (Details: UCUM  code/min = '/min')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://loinc.org 8310-5}">Body temperature</span></p><p><b>value</b>: 38 degree Celsius<span style="background: LightGoldenRodYellow"> (Details: UCUM  codeCel = 'Cel')</span></p></blockquote></div>
  </text>
  <identifier>
    <system
            value="https://standards.digital.health.nz/ns/health-record-key-id"/>
    <value value="f4121d2e-61aa-4222-83ae-b36d26bbbe62"/>
  </identifier>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="vital-signs"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="122869004"/>
      <display value="Measurement procedure (procedure)"/>
    </coding>
  </code>
  <subject>
    <reference
               value="https://api.hip.digital.health.nz/fhir/Patient/ZKC7284"/>
    <type value="Patient"/>
    <display value="Carrey Carrington"/>
  </subject>
  <effectiveDateTime value="2024-12-12T04:22:55.965Z"/>
  <issued value="2024-12-12T04:22:55.965Z"/>
  <performer>
    <reference
               value="https://api.hip.digital.health.nz/fhir/Practitioner/91ZZXZ"/>
    <type value="Practitioner"/>
    <display value="DR Beverly Crusher"/>
  </performer>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="8480-6"/>
        <display value="Systolic blood pressure"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="73"/>
      <unit value="mmHg"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mm[Hg]"/>
    </valueQuantity>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="8462-4"/>
        <display value="Diastolic blood pressure"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="73"/>
      <unit value="mmHg"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mm[Hg]"/>
    </valueQuantity>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="8867-4"/>
        <display value="Heart rate"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="44"/>
      <unit value="beats/minute"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="/min"/>
    </valueQuantity>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="80404-7"/>
        <display
                 value="R-R interval.standard deviation (Heart rate variability)"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="44"/>
      <unit value="milliseconds"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="ms"/>
    </valueQuantity>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="9279-1"/>
        <display value="Respiratory rate"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="17"/>
      <unit value="breaths/minute"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="/min"/>
    </valueQuantity>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="8310-5"/>
        <display value="Body temperature"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="38"/>
      <unit value="degree Celsius"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="Cel"/>
    </valueQuantity>
  </component>
</Observation>