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

FHIR IG analytics

Packagede.gematik.hddt
Resource TypeDevice
IdDevice-example-device-blood-pressure-cuff.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Device",
  "id": "example-device-blood-pressure-cuff",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/hddt/StructureDefinition/hddt-personal-health-device"
    ]
  },
  "status": "active",
  "type": {
    "coding": [
      {
        "code": "528391",
        "system": "urn:iso:std:iso:11073:10101",
        "display": "MDC_DEV_SPEC_PROFILE_BP"
      }
    ]
  },
  "definition": {
    "reference": "DeviceDefinition/device-definition-blood-pressure-cuff-001"
  },
  "deviceName": [
    {
      "name": "BP Cuff Pro",
      "type": "user-friendly-name"
    }
  ],
  "modelNumber": "Digital BT 2",
  "manufacturer": "HealthTech GmbH",
  "serialNumber": "BPC0011223345",
  "expirationDate": "2027-12-15"
}