FHIR IG analytics| Package | hl7.fhir.uv.pharm-quality |
| Resource Type | DeviceDefinition |
| Id | DeviceDefinition-devicedefinition-drug-pq-ex1.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DeviceDefinition
Resource DeviceDefinition "devicedefinition-drug-pq-ex1"
Profile: DeviceDefinition - Drug PQ
| Name | Type |
| Rotating Impeller with 1.5mm screen | registered-name |
| Type | Value[x] |
| Maximum Speed (Device Property Codes#Maximum Speed) | 5000 RPM |
{
"resourceType": "DeviceDefinition",
"id": "devicedefinition-drug-pq-ex1",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/DeviceDefinition-drug-pq"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"deviceName": [
{
"name": "Rotating Impeller with 1.5mm screen",
"type": "registered-name"
}
],
"property": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/device-property",
"code": "Maximum Speed",
"display": "Maximum Speed"
}
]
},
"valueQuantity": {
"value": 5000,
"unit": "RPM"
}
}
]
}