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" : "AllergyIntolerance",
"id" : "polaris-allergyintolerance-example",
"meta" : {
"profile" : [
"https://fhir.apps.health/StructureDefinition/polaris-allergyintolerance"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Penicillin allergy recorded for Avery Linwood during April 8, 2025 visit.</div>"
},
"identifier" : [
{
"system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-allergyintolerance-identifier",
"value" : "ALG-avery-20250408"
}
],
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code" : "active",
"display" : "Active"
}
]
},
"code" : {
"text" : "Allergy to penicillin"
},
"patient" : {
"identifier" : {
"system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-patient-identifier",
"value" : "1234567890"
}
},
"recordedDate" : "2025-04-08"
}