German Practice Management FHIR Profiles (R4)
0.49.0 - STU1 Germany flag

German Practice Management FHIR Profiles (R4) - Local Development build (v0.49.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: HbA1c-Befund Weber - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="example-observation"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation example-observation</b></p><a name="example-observation"> </a><a name="hcexample-observation"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title="Codes:{http://loinc.org 4548-4}">Hämoglobin A1c/Hämoglobin.gesamt in Blut</span></p><p><b>subject</b>: <a href="Patient-example-patient.html">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>effective</b>: 2026-01-15</p><p><b>performer</b>: <a href="Practitioner-example-practitioner.html">Practitioner Markus Schoell (official)</a></p><p><b>value</b>: 7.2 %<span style="background: LightGoldenRodYellow"> (Details: UCUM  code% = '%')</span></p></div>
  </text>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="4548-4"/>
      <display value="Hämoglobin A1c/Hämoglobin.gesamt in Blut"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/example-patient"/>
  </subject>
  <effectiveDateTime value="2026-01-15"/>
  <performer>🔗 
    <reference value="Practitioner/example-practitioner"/>
  </performer>
  <valueQuantity>
    <value value="7.2"/>
    <unit value="%"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="%"/>
  </valueQuantity>
</Observation>