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

FHIR IG analytics

Packagede.gematik.hddt
Resource TypeDevice
IdDevice-example-device-peak-flow-meter.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-peak-flow-meter",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/hddt/StructureDefinition/hddt-personal-health-device"
    ]
  },
  "status": "active",
  "type": {
    "coding": [
      {
        "code": "528405",
        "system": "urn:iso:std:iso:11073:10101",
        "display": "MDC_DEV_SPEC_PROFILE_PEFM"
      }
    ]
  },
  "definition": {
    "reference": "DeviceDefinition/device-definition-peak-flow-001"
  },
  "deviceName": [
    {
      "name": "Peak Flow Pro",
      "type": "user-friendly-name"
    }
  ],
  "modelNumber": "Smart 2",
  "manufacturer": "HealthTech GmbH",
  "serialNumber": "PFM0011223344",
  "expirationDate": "2027-12-15"
}