FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.ccda.r4b
Resource TypeAllergyIntolerance
IdAllergyIntolerance-FC-allergy.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: AllergyIntolerance FC-allergy

identifier: urn:oid:1.3.6.1.4.1.22812.3.2009316.3.4.10.2/545077400001, urn:oid:1.3.6.1.4.1.22812.3.2009316.3.4.10.2/545077400003

clinicalStatus: Active

type: Intolerance

category: Medication

code: aspirin

patient: Myra Jones Female, DoB: 1947-05-01 ( urn:oid:1.3.6.1.4.1.22812.3.2009316.3#160920144139807)

onset: 2008-05-01

Reactions

-ManifestationSeverity
*HivesSevere

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "FC-allergy",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code": "N"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:1.3.6.1.4.1.22812.3.2009316.3.4.10.2",
      "value": "545077400001"
    },
    {
      "system": "urn:oid:1.3.6.1.4.1.22812.3.2009316.3.4.10.2",
      "value": "545077400003"
    }
  ],
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active"
      }
    ]
  },
  "type": "intolerance",
  "category": [
    "medication"
  ],
  "code": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "1191"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "293586001"
      }
    ]
  },
  "patient": {
    "reference": "Patient/CF-patient"
  },
  "onsetDateTime": "2008-05-01",
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "247472004"
            }
          ],
          "text": "Hives"
        }
      ],
      "severity": "severe"
    }
  ]
}