Polaris FHIR Implementation Guide
1.9.4 - ci-build

Polaris FHIR Implementation Guide - Local Development build (v1.9.4) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Iron Therapy Procedure - XML Representation

Raw xml | Download


<Procedure xmlns="http://hl7.org/fhir">
  <id value="iron-therapy-avery-20250408"/>
  <meta>
    <profile
             value="https://fhir.apps.health/StructureDefinition/polaris-core-procedure"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Oral ferrous sulfate administered to Avery Linwood on April 8, 2025, following acute anemia diagnosis.</div>
  </text>
  <identifier>
    <system
            value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-procedure-identifier"/>
    <value value="PROC-AVERY-IRON-20250408"/>
  </identifier>
  <status value="completed"/>
  <code>
    <text value="Oral iron therapy (ferrous sulfate)"/>
  </code>
  <subject>
    <identifier>
      <system
              value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-patient-identifier"/>
      <value value="1234567890"/>
    </identifier>
  </subject>
  <performedDateTime value="2025-04-08"/>
  <asserter>
    <identifier>
      <system
              value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-practitioner-identifier"/>
      <value value="NAVARRO-PRAC-001"/>
    </identifier>
  </asserter>
</Procedure>