{
  "resourceType" : "Device",
  "id" : "hip-prosthesis-001",
  "meta" : {
    "profile" : ["http://hl7.eu/fhir/hdr/StructureDefinition/device-eu-hdr"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device hip-prosthesis-001</b></p><a name=\"hip-prosthesis-001\"> </a><a name=\"hchip-prosthesis-001\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-device-eu-hdr.html\">Device (HDR)</a></p></div><p><b>identifier</b>: <code>https://hl7europe.org/example-identifier</code>/hip-prosthesis-001</p><p><b>status</b>: Active</p><p><b>manufacturer</b>: MedDevice Inc.</p><p><b>lotNumber</b>: LOTTHR4321</p><p><b>serialNumber</b>: SN123456789</p><p><b>modelNumber</b>: THR-2000</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 304120007}\">Total Hip Replacement Prosthesis</span></p><p><b>patient</b>: <a href=\"Patient-patient-swart.html\">Fiona XXX_Swart</a></p></div>"
  },
  "identifier" : [{
    "system" : "https://hl7europe.org/example-identifier",
    "value" : "hip-prosthesis-001"
  }],
  "status" : "active",
  "manufacturer" : "MedDevice Inc.",
  "lotNumber" : "LOTTHR4321",
  "serialNumber" : "SN123456789",
  "modelNumber" : "THR-2000",
  "type" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "304120007",
      "display" : "Total hip replacement prosthesis"
    }],
    "text" : "Total Hip Replacement Prosthesis"
  },
  "patient" : {
    "reference" : "Patient/patient-swart",
    "display" : "Fiona XXX_Swart"
  }
}