HL7 Czech Hospital Discharge Report Implementation Guide
0.0.2 - ci-build
HL7 Czech Hospital Discharge Report Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.0.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/hdr/ and changes regularly. See the Directory of published versions
{
"resourceType" : "AllergyIntolerance",
"id" : "NoKnownAllergy",
"meta" : {
"profile" : [
🔗 "https://hl7.cz/fhir/hdr/StructureDefinition/cz-allergyIntolerance-hdr"
]
},
"text" : {
"status" : "additional",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Pacient nemá žádné známé alergie.</div>"
},
"identifier" : [
{
"system" : "urn:oid:1.2.203.24341.1.1.999",
"value" : "NoKnownAllergy-001"
}
],
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code" : "inactive"
}
]
},
"verificationStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code" : "unconfirmed"
}
]
},
"criticality" : "unable-to-assess",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "443508001",
"display" : "No history of clinical finding in subject"
}
]
},
"patient" : {
🔗 "reference" : "Patient/Mracena"
}
}