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

FHIR IG analytics

Packageil.hdp.fhir.r4
Resource TypeDeviceUseStatement
IdDeviceUseStatement-device-use-statement-cpap.json
FHIR VersionR4

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

Device use statement for patient: CPAP device for sleep apnea treatment.


Source1

{
  "resourceType": "DeviceUseStatement",
  "id": "device-use-statement-cpap",
  "meta": {
    "security": [
      {
        "system": "http://fhir.health.gov.il/cs/il-hdp-information-buckets",
        "code": "medications",
        "display": "תרופות"
      }
    ],
    "profile": [
      "http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-device-use-statement"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hospital.hospitalia.org/deviceusestatement",
      "value": "DEVUSE-2025-0001"
    }
  ],
  "basedOn": [
    {
      "reference": "ServiceRequest/example"
    }
  ],
  "derivedFrom": [
    {
      "reference": "Observation/example"
    },
    {
      "reference": "DocumentReference/example"
    }
  ],
  "reasonReference": [
    {
      "reference": "Condition/example"
    },
    {
      "reference": "DiagnosticReport/example"
    }
  ],
  "status": "active",
  "subject": {
    "reference": "Patient/example"
  },
  "source": {
    "reference": "Practitioner/example"
  },
  "device": {
    "reference": "Device/example"
  }
}