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

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypeDeviceUseStatement
IdDeviceUseStatement-device-use-statement-example.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": "DeviceUseStatement",
  "id": "device-use-statement-example",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-device-use-statement"
    ]
  },
  "status": "active",
  "subject": {
    "reference": "Patient/patient-israeli"
  },
  "device": {
    "reference": "Device/example-device"
  },
  "recordedOn": "2023-08-15T10:00:00+03:00",
  "source": {
    "reference": "Practitioner/practitioner-md"
  },
  "bodySite": {
    "coding": [
      {
        "code": "364598002",
        "system": "http://snomed.info/sct",
        "display": "Right arm structure (body structure)"
      }
    ]
  },
  "note": [
    {
      "text": "Patient reports consistent use of the glucose monitor"
    }
  ]
}