HL7 Czech PS Implementation Guide
0.0.1 - ci-build
HL7 Czech PS Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/ps/ and changes regularly. See the Directory of published versions
{
"resourceType" : "DeviceUseStatement",
"id" : "26011fd3-3b12-49bb-90b5-a75fcea4811e",
"meta" : {
"profile" : [
🔗 "https://hl7.cz/fhir/core/StructureDefinition/deviceUseStatement-cz-core"
]
},
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DeviceUseStatement 26011fd3-3b12-49bb-90b5-a75fcea4811e</b></p><a name=\"26011fd3-3b12-49bb-90b5-a75fcea4811e\"> </a><a name=\"hc26011fd3-3b12-49bb-90b5-a75fcea4811e\"> </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=\"https://build.fhir.org/ig/HL7-cz/cz-core/StructureDefinition-deviceUseStatement-cz-core.html\">Device Use Statement (CZ core)</a></p></div><p><b>status</b>: Active</p><p><b>subject</b>: <a href=\"Bundle-PatientSummary-Mracena-L3.html#urn-uuid-f21b91f9-5e7a-47b9-a884-cbc720257590\">Mračena Mrakomorová Female, DoB: 1971-11-26 ( https://ncez.mzcr.cz/fhir/sid/rid#2066425387)</a></p><p><b>timing</b>: 2023-04-10</p><p><b>device</b>: <a href=\"Bundle-PatientSummary-Mracena-L3.html#urn-uuid-6b957a32-3505-4f1c-b13f-263dd5cb0eec\">Device: identifier = http://example.org/medical-devices#device-001; manufacturer = Medtronic; modelNumber = W1DR01; type = Cardiac pacemaker</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 I50}\">Heart failure</span></p><p><b>reasonReference</b>: <a href=\"Bundle-PatientSummary-Mracena-L3.html#urn-uuid-8e620d4e-74fd-486b-ba57-0f0895f24f26\">Condition Atrial fibrillation</a></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 51185008}\">Thoracic structure</span></p></div>"
},
"status" : "active",
"subject" : {
"reference" : "urn:uuid:f21b91f9-5e7a-47b9-a884-cbc720257590"
},
"timingDateTime" : "2023-04-10",
"device" : {
"reference" : "urn:uuid:6b957a32-3505-4f1c-b13f-263dd5cb0eec"
},
"reasonCode" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/sid/icd-10",
"code" : "I50",
"display" : "Heart failure"
}
]
}
],
"reasonReference" : [
{
"reference" : "urn:uuid:8e620d4e-74fd-486b-ba57-0f0895f24f26"
}
],
"bodySite" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "51185008"
}
]
}
}