FHIR IG analytics| Package | hl7.fhir.cz.core |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-allergy-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance allergy-1
Profile: Allergy Intolerance (CZ)
identifier: http://example.org/hospital/allergy-intolerances/allergy-1
clinicalStatus: Active
verificationStatus: Confirmed
code: žádné známé alergie
patient: Mračena
onset: Absent because : unknown
{
"resourceType": "AllergyIntolerance",
"id": "allergy-1",
"meta": {
"profile": [
"https://hl7.cz/fhir/core/StructureDefinition/cz-allergyIntolerance"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/hospital/allergy-intolerances",
"value": "allergy-1"
}
],
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "confirmed"
}
]
},
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/ips/CodeSystem/absent-unknown-uv-ips",
"code": "no-known-allergies",
"display": "žádné známé alergie"
}
]
},
"patient": {
"reference": "Patient/Mracena",
"display": "Mračena"
},
"_onsetDateTime": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode": "unknown"
}
]
}
}