FHIR IG analytics| Package | ihe.pcc.maps.us |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-ex-Allergy-Latex.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance ex-Allergy-Latex
Profile: US Core AllergyIntolerance Profile
Security Label: test health data (Details: ActReason code HTEST = 'test health data')
identifier: http://acme.com/ids/patients/risks/2834532
clinicalStatus: Active
verificationStatus: Confirmed
category: Environment
code: Latex
recordedDate: 2015-08-06 15:37:31-0600
recorder: Practitioner Simone Heps (official)
note:
allergy is to latex
{
"resourceType": "AllergyIntolerance",
"id": "ex-Allergy-Latex",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-allergyintolerance"
],
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://acme.com/ids/patients/risks",
"value": "2834532"
}
],
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "confirmed"
}
]
},
"category": [
"environment"
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "111088007"
}
]
},
"patient": {
"reference": "Patient/ex-Patient-AmandaAlvarez"
},
"recordedDate": "2015-08-06T15:37:31-06:00",
"recorder": {
"reference": "Practitioner/ex-Practitioner"
},
"asserter": {
"reference": "Patient/ex-Patient-AmandaAlvarez"
},
"note": [
{
"text": "allergy is to latex"
}
]
}