Adverse Event Clinical Research R4 Backport, published by HL7 International / Biomedical Research and Regulation. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-ae-research-backport-ig/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Device",
"id" : "device-infuser",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Device</b><a name=\"device-infuser\"> </a><a name=\"hcdevice-infuser\"> </a></p><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\">Resource Device "device-infuser" </p></div><p><b>identifier</b>: /10896128002012</p><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>10896128002012</td><td><a href=\"http://hl7.org/fhir/NamingSystem/hibcc-dI\">http://hl7.org/fhir/NamingSystem/hibcc-dI</a></td><td><a href=\"http://hl7.org/fhir/NamingSystem/fda-udi\">http://hl7.org/fhir/NamingSystem/fda-udi</a></td></tr></table><p><b>status</b>: inactive</p><p><b>manufacturer</b>: Safe Device Co</p><p><b>manufactureDate</b>: 2000-02-01</p><p><b>expirationDate</b>: 2021-02-01</p><p><b>serialNumber</b>: C7H5N3O6</p><blockquote><p><b>deviceName</b></p><p><b>name</b>: Hyperspeed</p><p><b>type</b>: manufacturer-name</p></blockquote><blockquote><p><b>deviceName</b></p><p><b>name</b>: Hyperspeed Chemo Infuser</p><p><b>type</b>: user-friendly-name</p></blockquote><p><b>modelNumber</b>: FRN</p><p><b>type</b>: Infusion Pump <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>owner</b>: <span>: Place that owns the device</span></p><p><b>location</b>: <span>: Where device is found</span></p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/NamingSystem/hibcc-dI"
}
]
},
"value" : "10896128002012"
}
],
"udiCarrier" : [
{
"deviceIdentifier" : "10896128002012",
"issuer" : "http://hl7.org/fhir/NamingSystem/hibcc-dI",
"jurisdiction" : "http://hl7.org/fhir/NamingSystem/fda-udi"
}
],
"status" : "inactive",
"manufacturer" : "Safe Device Co",
"manufactureDate" : "2000-02-01",
"expirationDate" : "2021-02-01",
"serialNumber" : "C7H5N3O6",
"deviceName" : [
{
"name" : "Hyperspeed",
"type" : "manufacturer-name"
},
{
"name" : "Hyperspeed Chemo Infuser",
"type" : "user-friendly-name"
}
],
"modelNumber" : "FRN",
"type" : {
"text" : "Infusion Pump"
},
"owner" : {
"display" : "Place that owns the device"
},
"location" : {
"display" : "Where device is found"
}
}