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

FHIR IG analytics

Packageca.infoway.io.psca
Resource TypeAllergyIntolerance
IdAllergyIntolerance-cashew-allergy-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

Generated Narrative

Resource "cashew-allergy-example"

Profile: Allergy Intolerance (PS-CA)

clinicalStatus: Active (AllergyIntolerance Clinical Status Codes#active)

verificationStatus: Confirmed present (AllergyIntolerance Verification Status#confirmed; SNOMED CT#410605003)

type: allergy

criticality: high

code: Cashew nut (substance) (SNOMED CT#227493005)

patient: Patient/patient1-example: Donald Duck " DONALD"

onset: 2004-01-01

asserter: Patient/patient1-example: Donald Duck " DONALD"

Reactions

-ManifestationOnsetSeverity
*Anaphylaxis (disorder) (SNOMED CT#39579001)2004-06-12severe

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "cashew-allergy-example",
  "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",
  "criticality": "high",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "227493005",
        "display": "Cashew nut (substance)"
      }
    ]
  },
  "patient": {
    "reference": "Patient/patient1-example",
    "display": "Donald Duck"
  },
  "onsetDateTime": "2004",
  "asserter": {
    "reference": "Patient/patient1-example",
    "display": "Donald Duck"
  },
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "39579001",
              "display": "Anaphylaxis (disorder)"
            }
          ]
        }
      ],
      "onset": "2004-06-12",
      "severity": "severe"
    }
  ]
}