MyHealth@Eu Hospital Discharge Report
0.0.1 - qa-preview
150
MyHealth@Eu Hospital Discharge Report - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Device",
"id" : "example-device",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device example-device</b></p><a name=\"example-device\"> </a><a name=\"hcexample-device\"> </a><a name=\"example-device-en-US\"> </a><h3>UdiCarriers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DeviceIdentifier</b></td><td><b>Issuer</b></td><td><b>Jurisdiction</b></td></tr><tr><td style=\"display: none\">*</td><td>12345678901234</td><td><a href=\"http://hl7.org/fhir/NamingSystem/gs1\">http://hl7.org/fhir/NamingSystem/gs1</a></td><td><a href=\"http://hl7.org/fhir/R4/valueset-iso3166-1-2.html\">http://hl7.org/fhir/ValueSet/iso3166-1-2</a></td></tr></table><p><b>status</b>: Active</p><p><b>manufacturer</b>: ACME Medical Devices Inc.</p><p><b>serialNumber</b>: 12345-67890</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>SuperCuff 3000</td><td>manufacturerName</td></tr></table><p><b>modelNumber</b>: SC3000</p><p><b>partNumber</b>: 98765-43210</p><p><b>type</b>: <span title=\"Codes:\">86184003</span></p><h3>Properties</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>ValueQuantity</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">battery-life</span></td><td>10 hours</td></tr></table><p><b>patient</b>: <a href=\"Patient-ExampleHDRPatient.html\">John Albertus Doe Male, DoB: 1989-12-12 ( https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin#89121210976\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>owner</b>: <a href=\"Organization/SampleOrganization\">Organization/SampleOrganization</a></p></div>"
},
"udiCarrier" : [
{
"deviceIdentifier" : "12345678901234",
"issuer" : "http://hl7.org/fhir/NamingSystem/gs1",
"jurisdiction" : "http://hl7.org/fhir/ValueSet/iso3166-1-2"
}
],
"status" : "active",
"manufacturer" : "ACME Medical Devices Inc.",
"serialNumber" : "12345-67890",
"deviceName" : [
{
"name" : "SuperCuff 3000",
"type" : "manufacturerName"
}
],
"modelNumber" : "SC3000",
"partNumber" : "98765-43210",
"type" : {
"coding" : [
{
"code" : "86184003"
}
]
},
"property" : [
{
"type" : {
"coding" : [
{
"code" : "battery-life"
}
]
},
"valueQuantity" : [
{
"value" : 10,
"unit" : "hours"
}
]
}
],
"patient" : {
🔗 "reference" : "Patient/ExampleHDRPatient"
},
"owner" : {
"reference" : "Organization/SampleOrganization"
}
}