FHIR IG analytics| Package | hl7.fhir.cz.hdr |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-AllergyInfoUnknown.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance AllergyInfoUnknown
Profile: Allergy Intolerance (HDR CZ)
identifier: urn:oid:1.2.203.24341.1.1.999/no-known-allergy-001
clinicalStatus: Active
code: No known allergies
{
"resourceType": "AllergyIntolerance",
"id": "AllergyInfoUnknown",
"meta": {
"profile": [
"https://hl7.cz/fhir/hdr/StructureDefinition/cz-allergyIntolerance-hdr"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:1.2.203.24341.1.1.999",
"value": "no-known-allergy-001"
}
],
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active"
}
]
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "160244002",
"display": "No known allergies"
}
]
},
"patient": {
"reference": "Patient/Mracena"
}
}