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

FHIR IG analytics

Packagech.fhir.ig.ch-emr
Resource TypeDeviceUseStatement
IdDeviceUseStatement-UC4-DeviceUseStatement.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

Generated Narrative: DeviceUseStatement UC4-DeviceUseStatement

status: Active

subject: Rudolf Ernst Zimmermann Male, DoB: 1939-02-14 ( urn:oid:2.16.756.5.30.1.123.100.1.1.1#InsuranceCardNumber#80756015090202647590)

timing: 2018-04-15

recordedOn: 2018-04-15

device: Device: identifier = Serial Number,Employer number; status = active; type = Total hip replacement prosthesis

bodySite: Left hip region structure (body structure)


Source1

{
  "resourceType": "DeviceUseStatement",
  "id": "UC4-DeviceUseStatement",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ips/StructureDefinition/DeviceUseStatement-uv-ips"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "subject": {
    "reference": "Patient/UC4-Patient-RudolfZimmermann"
  },
  "timingDateTime": "2018-04-15",
  "recordedOn": "2018-04-15",
  "device": {
    "reference": "Device/UC4-Device-HipProsthesis"
  },
  "bodySite": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "287579007",
        "display": "Left hip region structure (body structure)"
      }
    ]
  }
}