FHIR IG analytics| Package | ca.infoway.io.psca |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-cashew-allergy-example.json |
| FHIR Version | R4 |
No resources found
No resources found
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"
| - | Manifestation | Onset | Severity |
| * | Anaphylaxis (disorder) (SNOMED CT#39579001) | 2004-06-12 | severe |
{
"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"
}
]
}