Polaris FHIR Implementation Guide
1.9.2 - ci-build
Polaris FHIR Implementation Guide - Local Development build (v1.9.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "ClinicalImpression",
"id" : "avery-clinicalimpression-20250408",
"meta" : {
"profile" : [
"https://fhir.apps.health/StructureDefinition/polaris-clinicalimpression"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>ClinicalImpression for acute symptomatic anemia in Avery Linwood on April 8 2025. Hemoglobin measured at 68 g/L, iron therapy initiated by Dr Emil Navarro.</p></div>"
},
"identifier" : [
{
"system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-clinicalimpression-identifier",
"value" : "CI-AVERY-20250408"
}
],
"status" : "completed",
"description" : "Assessment: Patient presents with acute symptomatic anemia (hemoglobin 68 g/L) following new-onset dizziness and fatigue. Iron therapy prescribed (ferrous sulfate 325 mg daily) and follow-up assessment scheduled in two weeks.",
"subject" : {
"identifier" : {
"system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-patient-identifier",
"value" : "1234567890"
},
"display" : "Avery Linwood"
},
"encounter" : {
"identifier" : {
"system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-encounter-identifier",
"value" : "enc-avery-20250408-01rc"
},
"display" : "Annual wellness visit for Avery Linwood on April 8 2025"
},
"date" : "2025-04-08T09:50:00-06:00",
"assessor" : {
"identifier" : {
"system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-practitioner-identifier",
"value" : "NAVARRO-PRAC-001"
},
"display" : "Dr. Emil Navarro"
}
}