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

HdBe-FunctionalOrMentalStatus-01-Device-01 example

{
    "resourceType": "Device",
    "id": "HdBe-FunctionalOrMentalStatus-01-Device-01",
    "meta": {
        "profile":  [
            "https://fhir.healthdata.be/StructureDefinition/HdBe-MedicalDevice.Product"
        ]
    },
    "type": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "464615001",
                "display": "Assistive bathing washcloth"
            }
        ]
    },
    "patient": {
        "reference": "Patient/HdBe-Patient-01",
        "type": "Patient",
        "display": "Belle Ulijn"
    }
}
<Device xmlns="http://hl7.org/fhir">
    <id value="HdBe-FunctionalOrMentalStatus-01-Device-01" />
    <meta>
        <profile value="https://fhir.healthdata.be/StructureDefinition/HdBe-MedicalDevice.Product" />
    </meta>
    <type>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="464615001" />
            <display value="Assistive bathing washcloth" />
        </coding>
    </type>
    <patient>
        <reference value="Patient/HdBe-Patient-01" />
        <type value="Patient" />
        <display value="Belle Ulijn" />
    </patient>
</Device>
Device
Device.id[0]HdBe-FunctionalOrMentalStatus-01-Device-01
Device.meta[0].profile[0]https://fhir.healthdata.be/StructureDefinition/HdBe-MedicalDevice.Product
Device.type[0].coding[0].system[0]http://snomed.info/sct
Device.type[0].coding[0].code[0]464615001
Device.type[0].coding[0].display[0]Assistive bathing washcloth
Device.patient[0].reference[0]Patient/HdBe-Patient-01
Device.patient[0].type[0]Patient
Device.patient[0].display[0]Belle Ulijn