HL7 Czech Base and Core FHIR IG
1.0.0 - draft
HL7 Czech Base and Core FHIR IG, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/cz-core/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Device",
"id" : "Pacemaker",
"meta" : {
"profile" : [
🔗 "https://hl7.cz/fhir/core/StructureDefinition/cz-medical-device"
]
},
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device Pacemaker</b></p><a name=\"Pacemaker\"> </a><a name=\"hcPacemaker\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cz-medical-device.html\">Medical Device (CZ core)</a></p></div><h3>UdiCarriers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DeviceIdentifier</b></td><td><b>Issuer</b></td><td><b>CarrierHRF</b></td></tr><tr><td style=\"display: none\">*</td><td>00802526559273</td><td><a href=\"http://hl7.org/fhir/NamingSystem/gs1-di\">http://hl7.org/fhir/NamingSystem/gs1-di</a></td><td>(01)00802526559273(17)250914(21)701120</td></tr></table><p><b>manufacturer</b>: Boston Scientific</p><p><b>expirationDate</b>: 2025-09-14</p><p><b>serialNumber</b>: 701120</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>PG ACCOLADE MRI DR EL L331</td><td>Model name</td></tr></table><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 14106009}\">Cardiac pacemaker</span></p><p><b>patient</b>: <a href=\"Patient-Mracena.html\">Pokusný Pacient</a></p></div>"
},
"udiCarrier" : [
{
"deviceIdentifier" : "00802526559273",
"issuer" : "http://hl7.org/fhir/NamingSystem/gs1-di",
"carrierHRF" : "(01)00802526559273(17)250914(21)701120"
}
],
"manufacturer" : "Boston Scientific",
"expirationDate" : "2025-09-14",
"serialNumber" : "701120",
"deviceName" : [
{
"name" : "PG ACCOLADE MRI DR EL L331",
"type" : "model-name"
}
],
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"version" : "http://snomed.info/sct/11000279109",
"code" : "14106009",
"display" : "Cardiac pacemaker"
}
]
},
"patient" : {
🔗 "reference" : "Patient/Mracena",
"display" : "Pokusný Pacient"
}
}