XML View
<Device xmlns="http://hl7.org/fhir">
<id value="UKCore-Device-SoftwareAsAMedicalDevice-Example" />
<text>
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<identifier>
<system value="https://www.leedsth.nhs.uk/identifier/devices" />
<value value="DEV1999990567" />
<assigner>
<reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" />
</assigner>
</identifier>
<status value="active" />
<type>
<coding>
<system value="http://snomed.info/sct" />
<code value="467892009" />
<display value="Cardiac mapping system application software" />
</coding>
</type>
<owner>
<reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" />
</owner>
<location>
<reference value="Location/UKCore-Location-CardiologySJUH-Example" />
</location>
</Device>
JSON View
{
"resourceType": "Device",
"id": "UKCore-Device-SoftwareAsAMedicalDevice-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"identifier": [
{
"system": "https://www.leedsth.nhs.uk/identifier/devices",
"value": "DEV1999990567",
"assigner": {
"reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example"
}
}
],
"status": "active",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "467892009",
"display": "Cardiac mapping system application software"
}
]
},
"owner": {
"reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example"
},
"location": {
"reference": "Location/UKCore-Location-CardiologySJUH-Example"
}
}