Important: This is a draft IG for trial use. Click here to give feedback.

HdBe-FunctionalOrMentalStatus-01-DeviceUseStatement-01 example

{
    "resourceType": "DeviceUseStatement",
    "id": "HdBe-FunctionalOrMentalStatus-01-DeviceUseStatement-01",
    "meta": {
        "profile":  [
            "https://fhir.healthdata.be/StructureDefinition/HdBe-MedicalDevice"
        ]
    },
    "status": "active",
    "subject": {
        "reference": "Patient/HdBe-Patient-01",
        "type": "Patient",
        "display": "Belle Ulijn"
    },
    "timingPeriod": {
        "start": "2018-12-05"
    },
    "device": {
        "reference": "Device/HdBe-FunctionalOrMentalStatus-01-Device-01",
        "type": "Device",
        "display": "Assistive bathing washcloth"
    },
    "reasonReference":  [
        {
            "reference": "Observation/HdBe-FunctionalOrMentalStatus-01",
            "type": "Observation",
            "display": "Finding related to ability to wash self"
        }
    ]
}
<DeviceUseStatement xmlns="http://hl7.org/fhir">
    <id value="HdBe-FunctionalOrMentalStatus-01-DeviceUseStatement-01" />
    <meta>
        <profile value="https://fhir.healthdata.be/StructureDefinition/HdBe-MedicalDevice" />
    </meta>
    <status value="active" />
    <subject>
        <reference value="Patient/HdBe-Patient-01" />
        <type value="Patient" />
        <display value="Belle Ulijn" />
    </subject>
    <timingPeriod>
        <start value="2018-12-05" />
    </timingPeriod>
    <device>
        <reference value="Device/HdBe-FunctionalOrMentalStatus-01-Device-01" />
        <type value="Device" />
        <display value="Assistive bathing washcloth" />
    </device>
    <reasonReference>
        <reference value="Observation/HdBe-FunctionalOrMentalStatus-01" />
        <type value="Observation" />
        <display value="Finding related to ability to wash self" />
    </reasonReference>
</DeviceUseStatement>
DeviceUseStatement
DeviceUseStatement.id[0]HdBe-FunctionalOrMentalStatus-01-DeviceUseStatement-01
DeviceUseStatement.meta[0].profile[0]https://fhir.healthdata.be/StructureDefinition/HdBe-MedicalDevice
DeviceUseStatement.status[0]active
DeviceUseStatement.subject[0].reference[0]Patient/HdBe-Patient-01
DeviceUseStatement.subject[0].type[0]Patient
DeviceUseStatement.subject[0].display[0]Belle Ulijn
DeviceUseStatement.timing[0].start[0]2018-12-05
DeviceUseStatement.device[0].reference[0]Device/HdBe-FunctionalOrMentalStatus-01-Device-01
DeviceUseStatement.device[0].type[0]Device
DeviceUseStatement.device[0].display[0]Assistive bathing washcloth
DeviceUseStatement.reasonReference[0].reference[0]Observation/HdBe-FunctionalOrMentalStatus-01
DeviceUseStatement.reasonReference[0].type[0]Observation
DeviceUseStatement.reasonReference[0].display[0]Finding related to ability to wash self