FHIR IG analytics| Package | ca.infoway.io.psca |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-freeText-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 "freeText-allergy-example"
Profile: Allergy Intolerance (PS-CA)
Condition abatement date: 2010-01-01
clinicalStatus: Resolved (AllergyIntolerance Clinical Status Codes#resolved)
verificationStatus: Confirmed (AllergyIntolerance Verification Status#confirmed)
type: allergy
category: food
criticality: low
code: Allergic to fresh fish. Tolerates canned fish ()
patient: Patient/patient1-example: Donald Duck " DONALD"
onset: 2008-01-10
asserter: Patient/patient1-example: Donald Duck " DONALD"
{
"resourceType": "AllergyIntolerance",
"id": "freeText-allergy-example",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/allergyintolerance-ca-ps"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/uv/ips/StructureDefinition/abatement-dateTime-uv-ips",
"valueDateTime": "2010"
}
],
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "resolved"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "confirmed"
}
]
},
"type": "allergy",
"category": [
"food"
],
"criticality": "low",
"code": {
"text": "Allergic to fresh fish. Tolerates canned fish"
},
"patient": {
"reference": "Patient/patient1-example",
"display": "Donald Duck"
},
"onsetDateTime": "2008-01-10",
"asserter": {
"reference": "Patient/patient1-example",
"display": "Donald Duck"
}
}