Polaris FHIR Implementation Guide
1.9.8 - ci-build

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

: Iron Therapy Procedure - JSON Representation

Raw json | Download

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