MediRecords FHIR Implementation Guide
1.3.0 - release


: Generic Observation Hip Measurement Example - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="37795c88-3041-4435-9548-89fbe20314d1"/>
  <meta>
    <lastUpdated value="2023-07-14T06:31:01.251+00:00"/>
    <profile
             value="https://fhir.medirecords.com/StructureDefinition/mr-observation-clinical"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="37795c88-3041-4435-9548-89fbe20314d1"> </a></p><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">Resource Observation &quot;37795c88-3041-4435-9548-89fbe20314d1&quot; Updated &quot;2023-07-14 06:31:01+0000&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-mr-observation-clinical.html">Medirecords Generic Clinical Observation</a></p></div><p><b>status</b>: final</p><p><b>code</b>: ExamHips <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ()</span></p><p><b>subject</b>: <a href="Patient-1e5cae20-85bf-11e8-b401-ffccd711ad9c.html">Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c</a> &quot; GREY&quot;</p><p><b>encounter</b>: <a href="Encounter-1e5cae20-85bf-11e8-b401-ffccd711ad9g.html">Encounter/1e5cae20-85bf-11e8-b401-ffccd711ad9g</a></p><p><b>effective</b>: 2023-07-13 04:00:00+0000</p><p><b>issued</b>: Jul 14, 2023, 6:31:01 AM</p><p><b>performer</b>: <a href="Practitioner-6d6d7ce8-65c2-11e6-a20e-7b5deed40054.html">Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054</a> &quot; SMITH&quot;</p><p><b>value</b>: 95 cm<span style="background: LightGoldenRodYellow"> (Details: UCUM code cm = 'cm')</span></p></div>
  </text>
  <status value="final"/>
  <code>
    <text value="ExamHips"/>
  </code>
  <subject>
    <reference value="Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c"/>
  </subject>
  <encounter>
    <reference value="Encounter/1e5cae20-85bf-11e8-b401-ffccd711ad9g"/>
  </encounter>
  <effectiveDateTime value="2023-07-13T04:00:00+00:00"/>
  <issued value="2023-07-14T06:31:01.251+00:00"/>
  <performer>
    <reference value="Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054"/>
  </performer>
  <valueQuantity>
    <value value="95"/>
    <unit value="cm"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="cm"/>
  </valueQuantity>
</Observation>