Last active
May 17, 2023 11:32
-
-
Save phanuelmutuma/cf56e2c58f91c0dca46de7050531f2d9 to your computer and use it in GitHub Desktop.
Allergy Intolerance
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"resourceType": "Bundle", | |
"type": "transaction", | |
"entry": [ | |
{ | |
"resource": { | |
"resourceType": "AllergyIntolerance", | |
"text": { | |
"status": "generated", | |
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"> \n</div>" | |
}, | |
"identifier": [ | |
{ | |
"system": "http://acme.com/ids/patients/risks", | |
"value": "232525" | |
} | |
], | |
"clinicalStatus": { | |
"coding": [ | |
{ | |
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical", | |
"code": "active", | |
"display": "Active" | |
} | |
] | |
}, | |
"verificationStatus": { | |
"coding": [ | |
{ | |
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification", | |
"code": "confirmed", | |
"display": "Confirmed" | |
} | |
] | |
}, | |
"type": "allergy", | |
"category": [ | |
"food" | |
], | |
"criticality": "high", | |
"code": { | |
"coding": [ | |
{ | |
"system": "http://snomed.info/sct", | |
"code": "213020009", | |
"display": "Egg Protein Allergy" | |
} | |
] | |
}, | |
"patient": { | |
"reference": "Patient/10" | |
} | |
}, | |
"request": { | |
"method": "PUT", | |
"url": "Patient?identifier=http://acme.com/ids/patients/risks|232525" | |
} | |
}, | |
{ | |
"resource": { | |
"resourceType": "AllergyIntolerance", | |
"text": { | |
"status": "generated", | |
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"> \n</div>" | |
}, | |
"identifier": [ | |
{ | |
"system": "http://acme.com/ids/patients/risks", | |
"value": "232526" | |
} | |
], | |
"clinicalStatus": { | |
"coding": [ | |
{ | |
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical", | |
"code": "active", | |
"display": "Active" | |
} | |
] | |
}, | |
"verificationStatus": { | |
"coding": [ | |
{ | |
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification", | |
"code": "confirmed", | |
"display": "Confirmed" | |
} | |
] | |
}, | |
"type": "allergy", | |
"category": [ | |
"food" | |
], | |
"criticality": "high", | |
"code": { | |
"coding": [ | |
{ | |
"system": "http://snomed.info/sct", | |
"code": "235719002", | |
"display": "Food Intolerance" | |
} | |
] | |
}, | |
"patient": { | |
"reference": "Patient/10" | |
} | |
}, | |
"request": { | |
"method": "PUT", | |
"url": "Patient?identifier=http://acme.com/ids/patients/risks|232526" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment