{
  "resourceType" : "DeviceUseStatement",
  "id" : "example-deviceusestatement-hip-euhdr",
  "meta" : {
    "profile" : ["http://hl7.eu/fhir/hdr/StructureDefinition/deviceUseStatement-eu-hdr"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><strong>Device:</strong> Total Hip Replacement Prosthesis</p><p><strong>Patient:</strong> Fiona XXX_Swart</p><p><strong>Status:</strong> Active</p><p><strong>Timing:</strong> since 2023-09-04</p><p><strong>Body Site:</strong> Hip joint structure, left</p></div>"
  },
  "status" : "active",
  "subject" : {
    "reference" : "Patient/patient-swart",
    "display" : "Fiona XXX_Swart"
  },
  "timingPeriod" : {
    "start" : "2023-09-04"
  },
  "device" : {
    "reference" : "Device/hip-prosthesis-001",
    "display" : "Total Hip Replacement Prosthesis"
  },
  "bodySite" : {
    "extension" : [{
      "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceUsage.bodySite",
      "valueReference" : {
        "reference" : "BodyStructure/bodystructure-left-hip"
      }
    }]
  }
}