This page is part of the Da Vinci Payer Data Exchange (v1.0.0: STU1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Previous Page - PDex Server Capability Statement
Where a Health Plan has information about a member’s allergies the US Core AllergyIntolerance profile SHALL be used to record them.
The essential fields (Must Support or Cardinality greater than 0..*) to be provided in the US Core AllergyIntolerance resource are:
R4 Element | Name | Cardinality | Type |
---|---|---|---|
AllergyIntolerance.clinicalStatus | clinicalStatus | 0..1 | CodeableConcept |
AllergyIntolerance.verificationStatus | verificationStatus | 0..1 | CodeableConcept |
AllergyIntolerance.code | code | 1..1 | CodeableConcept |
AllergyIntolerance.patient | patient | 1..1 | Reference(US Core Patient Profile) |
AllergyIntolerance.reaction | reaction | 0..* | BackboneElement |
AllergyIntolerance.reaction.manifestation | manifestation | 1..* | CodeableConcept |
An example mapping of an AllergyIntolerance resource is shown below:
{ "resourceType" : "AllergyIntolerance", "id" : "example", "meta" : { "profile" : [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-allergyintolerance" ] }, "text" : { "status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Generated Narrative with Details
id: example
meta:
clinicalStatus: Active <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical code 'active' = 'Active)</span>
verificationStatus: Confirmed <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/allergyintolerance-verification code 'confirmed' = 'Confirmed)</span>
category: medication
criticality: high
code: sulfonamide antibacterial <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '387406002' = 'Sulfonamide (substance)', given as 'Sulfonamide (substance)'})</span>
patient: <a href=\"Patient-example.html\">Amy V. Shaw. Generated Summary: id: example; Medical Record Number = 1032702 (USUAL); active; Amy V. Shaw ; ph: 555-555-5555(HOME), amy.shaw@example.com; gender: female; birthDate: Feb 20, 2007</a>
Reactions
<table class=\"grid\">- Manifestation Severity </table></div>" }, "clinicalStatus" : { "coding" : [ { "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical", "code" : "active" } ] }, "verificationStatus" : { "coding" : [ { "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification", "code" : "confirmed" } ] }, "category" : [ "medication" ], "criticality" : "high", "code" : { "coding" : [ { "system" : "http://snomed.info/sct", "code" : "387406002", "display" : "Sulfonamide (substance)" } ], "text" : "sulfonamide antibacterial" }, "patient" : { "reference" : "Patient/example", "display" : "Amy V. Shaw" }, "reaction" : [ { "manifestation" : [ { "coding" : [ { "system" : "http://snomed.info/sct", "code" : "271807003", "display" : "skin rash" } ], "text" : "skin rash" } ], "severity" : "mild" } ] } * skin rash <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '271807003' = 'Eruption of skin (disorder)', given as 'skin rash'})</span> mild