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

FHIR IG analytics

Packagehl7.fhir.us.pacio-toc
Resource TypeAllergyIntolerance
IdAllergyIntolerance-BSJ-AllergyACE.json
FHIR VersionR4

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 BSJ-AllergyACE

clinicalStatus: Active

verificationStatus: Confirmed

category: Medication

criticality: High Risk

code: Substance with angiotensin-converting enzyme inhibitor mechanism of action (substance)

patient: Smith-Johnson, Betsy Female, DoB: 1958-11-01 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#10A3D58WH1600)

asserter: Smith-Johnson, Betsy Female, DoB: 1958-11-01 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#10A3D58WH1600)

lastOccurrence: 2011-10

Reactions

-SubstanceManifestation
*captopril 12.5 MG Oral TabletHyperkalemia caused by angiotensin-converting enzyme inhibitor (disorder)

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "BSJ-AllergyACE",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-allergyintolerance|8.0.1"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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": "372733002",
        "display": "Substance with angiotensin-converting enzyme inhibitor mechanism of action (substance)"
      }
    ]
  },
  "patient": {
    "reference": "Patient/Example-Smith-Johnson-Patient1"
  },
  "asserter": {
    "reference": "Patient/Example-Smith-Johnson-Patient1"
  },
  "lastOccurrence": "2011-10",
  "reaction": [
    {
      "substance": {
        "coding": [
          {
            "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
            "code": "308963",
            "display": "captopril 12.5 MG Oral Tablet"
          }
        ]
      },
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "427195008",
              "display": "Hyperkalemia caused by angiotensin-converting enzyme inhibitor (disorder)"
            }
          ]
        }
      ]
    }
  ]
}