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

FHIR IG analytics

Packageca.bc.patient-summary
Resource TypeAllergyIntolerance
IdPS-CA BC AllergyIntolerance Example.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

Allergies & Intolerances

Patient Name: Greta Wiebe

Allergen: Penicillin

Reaction: Rash

Onset Date: 2018


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "AllergyIntolerancePSBCExample",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/allergyintolerance-ca-ps"
    ]
  },
  "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"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "410605003",
        "display": "Confirmed present"
      }
    ]
  },
  "type": "allergy",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "227493005",
        "display": "Penicillin"
      }
    ]
  },
  "patient": {
    "reference": "Patient/PatientPSBCExample",
    "display": "Greta Wiebe"
  },
  "onsetDateTime": "2018",
  "asserter": {
    "reference": "Patient/PatientPSBCExample",
    "display": "Greta Wiebe"
  },
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "39579001",
              "display": "Rash"
            }
          ]
        }
      ]
    }
  ]
}