Developer Satisfaction
0.2.0 - ci-build International flag

Developer Satisfaction - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Observation Example 2 - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="Observation2"/>
  <meta>
    <lastUpdated value="2024-04-10T14:50:33-04:00"/>
    <profile
             value="http://touchstone.aegis.net/touchstone/fhir/dev-satisfaction/StructureDefinition/dev-satisfaction-observation"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="Observation2"> </a><a name="hcObservation2"> </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;Observation2&quot; Updated &quot;2024-04-10 14:50:33-0400&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-dev-satisfaction-observation.html">Developer Satisfaction Observation Profile - Required Data</a></p></div><p><b>identifier</b>: <code>https://example.com/fhir/satisfactionidentifier</code>/99934500124</p><p><b>status</b>: final</p><p><b>category</b>: Vital Signs <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-observation-category.html">Observation Category Codes</a>#vital-signs)</span></p><p><b>code</b>: Mental health Note <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#34786-4)</span></p><p><b>effective</b>: 2024-04-10 14:50:33-0400</p><p><b>value</b>: 0.9</p><p><b>interpretation</b>: High <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-v3-ObservationInterpretation.html">ObservationInterpretation</a>#H)</span></p></div>
  </text>
  <identifier>
    <system value="https://example.com/fhir/satisfactionidentifier"/>
    <value value="99934500124"/>
  </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://loinc.org"/>
      <code value="34786-4"/>
      <display value="Mental health Note"/>
    </coding>
  </code>
  <effectiveDateTime value="2024-04-10T14:50:33-04:00"/>
  <valueQuantity>
    <value value="0.9"/>
  </valueQuantity>
  <interpretation>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/>
      <code value="H"/>
    </coding>
  </interpretation>
</Observation>