New Zealand ICP Implementation Guide
1.0.0 - draft

New Zealand ICP Implementation Guide, published by Accident Compensation Corporation. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/acc-fhir-publisher/icp/ and changes regularly. See the Directory of published versions

: icp-clinical-measurement-shoulder-strength - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <meta>
    <profile
             value="http://hl7.org.nz/fhir/StructureDefinition/acc-icp-measurement-clinical"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation icp-clinical-measurement-shoulder-strength</b></p><a name="icp-clinical-measurement-shoulder-strength"> </a><a name="hcicp-clinical-measurement-shoulder-strength"> </a><a name="icp-clinical-measurement-shoulder-strength-und"> </a><p><b>ACC Provider ID</b>: J99966</p><p><b>Stage Care Source</b>: baseline</p><p><b>identifier</b>: <code>https://standards.digital.health.nz/ns/acc-45-number</code>/AB12345 (use: official, )</p><p><b>status</b>: Final</p><p><b>code</b>: <span title="Codes:{http://hl7.org.nz/fhir/CodeSystem/acc-icp-clinical-msk-measurement-standard shoulder-abduction-45deg-hand-held-dynamometer}">Shoulder abduction 45deg hand held dynamometer</span></p><p><b>subject</b>: <a href="#hcicp-clinical-measurement-shoulder-strength/patient-internal">Anonymous Patient (no stated gender), DoB: 2003-03-20</a></p><p><b>effective</b>: 2023-08-09 15:30:00+0000</p><p><b>performer</b>: <a href="https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&amp;canonical=http://fhir.org.nz/ig/base/Organization/ORG123">??</a></p><p><b>value</b>: 80 %<span style="background: LightGoldenRodYellow"> (Details: UCUM  code% = '%')</span></p><hr/><blockquote><p class="res-header-id"><b>Generated Narrative: Patient  #patient-internal</b></p><a name="icp-clinical-measurement-shoulder-strength/patient-internal"> </a><a name="hcicp-clinical-measurement-shoulder-strength/patient-internal"> </a><a name="icp-clinical-measurement-shoulder-strength/patient-internal-und"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Anonymous Patient (no stated gender), DoB: 2003-03-20</p><hr/></blockquote></div>
  </text>
  <contained>
    <Patient>
      <id value="patient-internal"/>
      <meta>
        <profile
                 value="http://hl7.org.nz/fhir/StructureDefinition/acc-icp-patient"/>
      </meta>
      <birthDate value="2003-03-20"/>
    </Patient>
  </contained>
  <extension url="http://hl7.org.nz/fhir/StructureDefinition/acc-providerid">
    <valueString value="J99966"/>
  </extension>
  <extension
             url="http://hl7.org.nz/fhir/StructureDefinition/acc-icp-recorded-outcome-stage">
    <valueCode value="baseline"/>
  </extension>
  <identifier>
    <use value="official"/>
    <system value="https://standards.digital.health.nz/ns/acc-45-number"/>
    <value value="AB12345"/>
  </identifier>
  <status value="final"/>
  <code>
    <coding>
      <system
              value="http://hl7.org.nz/fhir/CodeSystem/acc-icp-clinical-msk-measurement-standard"/>
      <code value="shoulder-abduction-45deg-hand-held-dynamometer"/>
      <display value="Shoulder abduction 45deg hand held dynamometer"/>
    </coding>
  </code>
  <subject>
    <reference value="#patient-internal"/>
  </subject>
  <effectiveDateTime value="2023-08-09T15:30:00Z"/>
  <performer>
    <reference value="Organization/ORG123"/>
  </performer>
  <valueQuantity>
    <value value="80"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="%"/>
  </valueQuantity>
</Observation>