FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.pharm-quality
Resource TypeDeviceDefinition
IdDeviceDefinition-devicedefinition-drug-pq-ex1.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: DeviceDefinition

Resource DeviceDefinition "devicedefinition-drug-pq-ex1"

Profile: DeviceDefinition - Drug PQ

DeviceNames

-NameType
*Rotating Impeller with 1.5mm screenregistered-name

Properties

-TypeValue[x]
*Maximum Speed (Device Property Codes#Maximum Speed)5000 RPM

Source1

{
  "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"
      }
    }
  ]
}