Allergies and Intolerances Section (entries optional) (V3)

OID: 2.16.840.1.113883.10.20.22.2.6

LOINCs: #{"48765-2"}

Alias: allergies

Entries Required: false

Internal ID: AllergiesandIntolerancesSectioneo

IG Link

No known allergies sample

json
{
  "patient" : {
    "resourceType" : "Patient",
    "id" : "patient"
  },
  "recorder" : {
    "resourceType" : "PractitionerRole",
    "id" : "f2e34f3f-360f-55fe-e31d-5763cee0b7cb",
    "specialty" : [ {
      "coding" : [ {
        "code" : "207Q00000X",
        "display" : "Family Medicine",
        "system" : "http://hl7.org/fhir/ValueSet/provider-taxonomy"
      } ],
      "text" : "Family Medicine"
    } ],
    "period" : {
      "start" : "2010-01-03"
    },
    "practitioner" : {
      "id" : "SOME-STRING",
      "name" : [ {
        "family" : "Seven",
        "given" : [ "Henry" ],
        "suffix" : null,
        "use" : "official"
      } ],
      "resourceType" : "Practitioner",
      "telecom" : [ {
        "system" : "phone",
        "use" : "work",
        "value" : "555-555-1002"
      } ]
    }
  },
  "asserter" : {
    "resourceType" : "PractitionerRole",
    "id" : "7e71b220-f14b-8001-9fc9-36a927492259",
    "specialty" : [ {
      "coding" : [ {
        "code" : "207Q00000X",
        "display" : "Family Medicine",
        "system" : "http://hl7.org/fhir/ValueSet/provider-taxonomy"
      } ],
      "text" : "Family Medicine"
    } ],
    "period" : {
      "start" : "2010-01-03T09:08:00-05:00"
    },
    "practitioner" : {
      "id" : "SOME-STRING",
      "name" : [ {
        "family" : "Seven",
        "given" : [ "Henry" ],
        "suffix" : null,
        "use" : "official"
      } ],
      "resourceType" : "Practitioner",
      "telecom" : [ {
        "system" : "phone",
        "use" : "work",
        "value" : "555-555-1002"
      } ]
    }
  },
  "clinicalStatus" : {
    "coding" : [ {
      "code" : "active",
      "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"
    } ]
  },
  "type" : "allergy",
  "resourceType" : "AllergyIntolerance",
  "code" : {
    "coding" : [ {
      "system" : "http://snomed.info/sct",
      "code" : "716186003",
      "display" : "No Known Allergy (situation)"
    } ]
  },
  "reaction" : null
}

C-CDA Equivalent: ``xml

Allergies and Intolerances Section (entries optional) (V3)
Type Substance Onset Reactions Status
allergy No Known Allergy (situation) N/A active
``

sample2

Another trivial sample

json
{
  "patient" : {
    "id" : "patient",
    "resourceType" : "Patient"
  },
  "onset" : {
    "dateTime" : "2010-03-15"
  },
  "criticality" : "high",
  "clinicalStatus" : {
    "coding" : [ {
      "code" : "active",
      "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"
    } ]
  },
  "meta" : {
    "profile" : [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-allergyintolerance" ]
  },
  "type" : "allergy",
  "resourceType" : "AllergyIntolerance",
  "asserter" : null,
  "recordedDate" : "2014-01-03",
  "id" : "4a2ac5fc-0c85-4223-baee-c2e254803974",
  "recorder" : {
    "practitioner" : {
      "resourceType" : "Practitioner",
      "id" : "pract",
      "name" : [ {
        "text" : "Dr. Henry Seven",
        "family" : "Seven",
        "given" : [ "Henry" ]
      } ],
      "address" : [ {
        "use" : "work",
        "line" : [ "1002 Healthcare Dr" ],
        "city" : "Portland",
        "state" : "OR",
        "postalCode" : "97266",
        "country" : "USA"
      } ]
    },
    "resourceType" : "PractitionerRole",
    "id" : "ed014ada-a5d4-4590-baae-dc4988c3dd7d",
    "period" : {
      "start" : "2014-01-03T10:25:00-0500"
    }
  },
  "code" : {
    "coding" : [ {
      "code" : "2670",
      "display" : "Codeine",
      "system" : "http://www.nlm.nih.gov/research/umls/rxnorm"
    } ]
  },
  "verificationStatus" : {
    "coding" : [ {
      "code" : "confirmed",
      "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"
    } ]
  },
  "reaction" : [ {
    "manifestation" : [ {
      "coding" : [ {
        "code" : "422587007",
        "display" : "Nausea",
        "system" : "http://snomed.info/sct"
      } ]
    } ],
    "severity" : "severe",
    "onset" : "2012-01-29"
  }, {
    "manifestation" : [ {
      "coding" : [ {
        "code" : "422587007",
        "display" : "Nausea",
        "system" : "http://snomed.info/sct"
      } ]
    } ],
    "severity" : "mild",
    "onset" : "2010-03-15"
  } ]
}

C-CDA Equivalent: ``xml

Allergies and Intolerances Section (entries optional) (V3)
Type Substance Onset Reactions Status
allergy Codeine 03/15/2010 12:00AM UTC 01/29/2012 12:00AM UTC - Nausea - severe active
allergy Codeine 03/15/2010 12:00AM UTC 03/15/2010 12:00AM UTC - Nausea - mild active
``

sample1

Trivial allergy example

json
{
  "patient" : {
    "id" : "patient",
    "resourceType" : "Patient"
  },
  "onset" : {
    "dateTime" : "2010-03-15"
  },
  "criticality" : "high",
  "clinicalStatus" : {
    "coding" : [ {
      "code" : "active",
      "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"
    } ]
  },
  "meta" : {
    "profile" : [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-allergyintolerance" ]
  },
  "type" : "intolerance",
  "resourceType" : "AllergyIntolerance",
  "asserter" : {
    "practitioner" : {
      "name" : [ {
        "given" : [ "Henry" ],
        "family" : "Seven",
        "use" : "official",
        "suffix" : null
      } ],
      "telecom" : [ {
        "system" : "phone",
        "value" : "555-555-1002",
        "use" : "work"
      } ],
      "id" : "SOME-STRING",
      "resourceType" : "Practitioner"
    },
    "specialty" : [ {
      "coding" : [ {
        "code" : "207Q00000X",
        "display" : "Family Medicine",
        "system" : "http://hl7.org/fhir/ValueSet/provider-taxonomy"
      } ],
      "text" : "Family Medicine"
    } ],
    "resourceType" : "PractitionerRole"
  },
  "recordedDate" : "2014-01-03",
  "id" : "4a2ac5fc-0c85-4223-baee-c2e254803974",
  "recorder" : {
    "practitioner" : {
      "name" : [ {
        "given" : [ "Henry" ],
        "family" : "Seven",
        "use" : "official",
        "suffix" : null
      } ],
      "telecom" : [ {
        "system" : "phone",
        "value" : "555-555-1002",
        "use" : "work"
      } ],
      "id" : "SOME-STRING",
      "resourceType" : "Practitioner"
    },
    "specialty" : [ {
      "coding" : [ {
        "code" : "207Q00000X",
        "display" : "Family Medicine",
        "system" : "http://hl7.org/fhir/ValueSet/provider-taxonomy"
      } ],
      "text" : "Family Medicine"
    } ],
    "resourceType" : "PractitionerRole"
  },
  "code" : {
    "coding" : [ {
      "code" : "2670",
      "display" : "Codeine",
      "system" : "http://www.nlm.nih.gov/research/umls/rxnorm"
    } ]
  },
  "reaction" : [ {
    "manifestation" : [ {
      "coding" : [ {
        "code" : "422587007",
        "display" : "Nausea",
        "system" : "http://snomed.info/sct"
      } ]
    } ],
    "severity" : "severe",
    "onset" : "2012-01-29"
  }, {
    "manifestation" : [ {
      "coding" : [ {
        "code" : "422587007",
        "display" : "Nausea",
        "system" : "http://snomed.info/sct"
      } ]
    } ],
    "severity" : "mild",
    "onset" : "2010-03-15"
  } ]
}

C-CDA Equivalent: ``xml

Allergies and Intolerances Section (entries optional) (V3)
Type Substance Onset Reactions Status
intolerance Codeine 03/15/2010 12:00AM UTC 01/29/2012 12:00AM UTC - Nausea - severe active
intolerance Codeine 03/15/2010 12:00AM UTC 03/15/2010 12:00AM UTC - Nausea - mild active
Family Medicine Henry Seven Family Medicine Henry Seven
``

sample3

Another trivial sample

json
{
  "patient" : {
    "uri" : "urn:uuid:9f8231b9-aa93-0d4b-04a7-44e76a7a0a5b"
  },
  "onset" : {
    "dateTime" : "1980-05-01"
  },
  "clinicalStatus" : {
    "coding" : [ {
      "code" : "active",
      "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"
    } ]
  },
  "meta" : {
    "profile" : [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-allergyintolerance" ]
  },
  "type" : "intolerance",
  "resourceType" : "AllergyIntolerance",
  "recordedDate" : "1980-05-01",
  "id" : "36e3e930-7b14-11db-9fe1-0800200c9a66",
  "code" : {
    "coding" : [ {
      "code" : "7980",
      "display" : "Penicillin G",
      "system" : "http://www.nlm.nih.gov/research/umls/rxnorm"
    } ]
  },
  "reaction" : [ {
    "manifestation" : [ {
      "coding" : [ {
        "code" : "247472004",
        "display" : "Hives",
        "system" : "http://snomed.info/sct"
      } ]
    } ],
    "severity" : "moderate"
  }, {
    "manifestation" : [ {
      "coding" : [ {
        "code" : "422587007",
        "display" : "Nausea",
        "system" : "http://snomed.info/sct"
      } ]
    } ],
    "onset" : "2010-03-15",
    "severity" : "mild"
  } ]
}

C-CDA Equivalent: ``xml

Allergies and Intolerances Section (entries optional) (V3)
Type Substance Onset Reactions Status
intolerance Penicillin G 05/01/1980 12:00AM UTC ~ - Hives - moderate active
intolerance Penicillin G 05/01/1980 12:00AM UTC 03/15/2010 12:00AM UTC - Nausea - mild active
``