ResMed Core Implementation Guide
0.37.0 - ci-build
ResMed Core Implementation Guide - Local Development build (v0.37.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Device",
"id" : "device-ACE-example",
"meta" : {
"profile" : [
🔗 "http://resmed.com/fhir/core/StructureDefinition/device-rmd-ace-engine"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Device</b><a name=\"device-ACE-example\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Device "device-ACE-example" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-device-rmd-ace-engine.html\">ResMed ACE Rules Engine Software Profile</a></p></div><p><b>status</b>: active</p><p><b>manufacturer</b>: ResMed Corp.</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>AirView Compliance Engine</td><td>manufacturer-name</td></tr></table><p><b>type</b>: Application programme software <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#706689003)</span></p><h3>Versions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td>MDC_ID_PROD_SPEC_SW <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#531975)</span></td><td>1.2.3</td></tr></table></div>"
},
"status" : "active",
"manufacturer" : "ResMed Corp.",
"deviceName" : [
{
"name" : "AirView Compliance Engine",
"type" : "manufacturer-name"
}
],
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "706689003"
}
]
},
"version" : [
{
"type" : {
"coding" : [
{
"system" : "urn:iso:std:iso:11073:10101",
"code" : "531975"
}
]
},
"value" : "1.2.3"
}
]
}