Example-DataStandardsWales-Device-CDRcomponent

Device
Device.id[0]Example-DataStandardsWales-Device-CDRcomponent
Device.meta[0].profile[0]https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Device
Device.identifier[0].system[0]https://fhir.nhs.wales/Id/application-instance-identifier
Device.identifier[0].value[0]370.2
Device.manufacturer[0]DHCW
Device.deviceName[0].name[0]HL7 to FHIR conversion engine (CDR)
Device.deviceName[0].type[0]user-friendly-name
Device.owner[0].reference[0]Organization/a67892db-6a69-424a-8f31-fb6ec417b6f5
Device.owner[0].display[0]Digital Health and Care Wales
Device.note[0].text[0]HL7 to FHIR conversion engine (CDR)
<Device xmlns="http://hl7.org/fhir">
    <id value="Example-DataStandardsWales-Device-CDRcomponent" />
    <meta>
        <profile value="https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Device" />
    </meta>
    <identifier>
        <system value="https://fhir.nhs.wales/Id/application-instance-identifier" />
        <value value="370.2" />
    </identifier>
    <manufacturer value="DHCW" />
    <deviceName>
        <name value="HL7 to FHIR conversion engine (CDR)" />
        <type value="user-friendly-name" />
    </deviceName>
    <owner>
        <reference value="Organization/a67892db-6a69-424a-8f31-fb6ec417b6f5" />
        <display value="Digital Health and Care Wales" />
    </owner>
    <note>
        <text value="HL7 to FHIR conversion engine (CDR)" />
    </note>
</Device>
{
    "resourceType": "Device",
    "id": "Example-DataStandardsWales-Device-CDRcomponent",
    "meta": {
        "profile":  [
            "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Device"
        ]
    },
    "identifier":  [
        {
            "system": "https://fhir.nhs.wales/Id/application-instance-identifier",
            "value": "370.2"
        }
    ],
    "manufacturer": "DHCW",
    "deviceName":  [
        {
            "name": "HL7 to FHIR conversion engine (CDR)",
            "type": "user-friendly-name"
        }
    ],
    "owner": {
        "reference": "Organization/a67892db-6a69-424a-8f31-fb6ec417b6f5",
        "display": "Digital Health and Care Wales"
    },
    "note":  [
        {
            "text": "HL7 to FHIR conversion engine (CDR)"
        }
    ]
}