Polaris FHIR Implementation Guide
1.9.9 - ci-build
Polaris FHIR Implementation Guide - Local Development build (v1.9.9) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
<AllergyIntolerance xmlns="http://hl7.org/fhir">
<id value="polaris-allergyintolerance-example"/>
<meta>
<profile
value="https://fhir.apps.health/StructureDefinition/polaris-allergyintolerance"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">Penicillin allergy recorded for Avery Linwood during April 8, 2025 visit.</div>
</text>
<identifier>
<system
value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-allergyintolerance-identifier"/>
<value value="ALG-avery-20250408"/>
</identifier>
<clinicalStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"/>
<code value="active"/>
<display value="Active"/>
</coding>
</clinicalStatus>
<code>
<text value="Allergy to penicillin"/>
</code>
<patient>
<identifier>
<system
value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-patient-identifier"/>
<value value="1234567890"/>
</identifier>
</patient>
<recordedDate value="2025-04-08"/>
</AllergyIntolerance>