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" : "ExampleHdrDevice",
"meta" : {
"profile" : [
🔗 "http://fhir.ehdsi.eu/hdr/StructureDefinition/device-hdr-myhealtheu"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device ExampleHdrDevice</b></p><a name=\"ExampleHdrDevice\"> </a><a name=\"hcExampleHdrDevice\"> </a><a name=\"ExampleHdrDevice-en-US\"> </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-device-hdr-myhealtheu.html\">Device: HDR</a></p></div><p><b>identifier</b>: <code>https://www.gs1.org</code>/04012345678901</p><h3>UdiCarriers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DeviceIdentifier</b></td><td><b>CarrierHRF</b></td><td><b>EntryType</b></td></tr><tr><td style=\"display: none\">*</td><td>12345678901234</td><td>(01)12345678901234(17)290615(10)LOT987654321(21)SN1234567890</td><td>Barcode</td></tr></table><p><b>status</b>: Active</p><p><b>manufacturer</b>: Acme Medical Devices Inc.</p><p><b>manufactureDate</b>: 2024-06-15</p><p><b>expirationDate</b>: 2029-06-15</p><p><b>lotNumber</b>: LOT987654321</p><p><b>serialNumber</b>: SN1234567890</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 360058005}\">Intraventricular pump</span></p><p><b>patient</b>: <a href=\"Patient-1d4bbc93-63b7-4f2b-8f0f-8380aa138f49.html\">John Doe</a></p></div>"
},
"identifier" : [
{
"system" : "https://www.gs1.org",
"value" : "04012345678901"
}
],
"udiCarrier" : [
{
"deviceIdentifier" : "12345678901234",
"carrierHRF" : "(01)12345678901234(17)290615(10)LOT987654321(21)SN1234567890",
"entryType" : "barcode"
}
],
"status" : "active",
"manufacturer" : "Acme Medical Devices Inc.",
"manufactureDate" : "2024-06-15",
"expirationDate" : "2029-06-15",
"lotNumber" : "LOT987654321",
"serialNumber" : "SN1234567890",
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "360058005",
"display" : "Intraventricular pump"
}
]
},
"patient" : {
🔗 "reference" : "Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49",
"display" : "John Doe"
}
}