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" : "DetectedIssue",
"id" : "patient-alert-detectedissue-new",
"meta" : {
"profile" : [
🔗 "http://resmed.com/fhir/core/StructureDefinition/patient-therapy-detectedissue"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: DetectedIssue</b><a name=\"patient-alert-detectedissue-new\"> </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 DetectedIssue "patient-alert-detectedissue-new" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-patient-therapy-detectedissue.html\">Patient Therapy DetectedIssue Alert</a></p></div><p><b>PatientOrganization</b>: <a href=\"Organization-airview-organization.html\">Organization/airview-organization</a> "SleepyLabs Sleep Clinic"</p><p><b>status</b>: registered</p><p><b>code</b>: Observation Alert <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-ActCode.html\">ActCode</a>#OBSA)</span></p><p><b>patient</b>: <a href=\"Patient-airview-patient.html\">Patient/airview-patient</a> " SMITH"</p><p><b>identified</b>: 2021-12-07 12:00:00+0000</p><p><b>author</b>: <a href=\"Device-device-ACE-example.html\">Device/device-ACE-example</a></p><blockquote><p><b>evidence</b></p><p><b>code</b>: Therapy Rule Scored <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-rmd-ruleOutcomeTypes-cs.html\">ResMed Rule Outcome Types Code System</a>#therapy-rule-scored)</span></p><p><b>detail</b>: <a href=\"Observation-ruleoutcome-therapy-issue-active.html\">Observation/ruleoutcome-therapy-issue-active</a></p></blockquote><blockquote><p><b>evidence</b></p><p><b>code</b>: Therapy Rule Scored <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-rmd-ruleOutcomeTypes-cs.html\">ResMed Rule Outcome Types Code System</a>#therapy-rule-scored)</span></p><p><b>detail</b>: <a href=\"Observation-ruleoutcome-therapy-issue-active-repeat.html\">Observation/ruleoutcome-therapy-issue-active-repeat</a></p></blockquote></div>"
},
"extension" : [
{
"url" : "http://resmed.com/fhir/core/StructureDefinition/PatientOrganization",
"valueReference" : {
🔗 "reference" : "Organization/airview-organization"
}
}
],
"status" : "registered",
"code" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "OBSA"
}
]
},
"patient" : {
🔗 "reference" : "Patient/airview-patient"
},
"identifiedDateTime" : "2021-12-07T12:00:00Z",
"author" : {
🔗 "reference" : "Device/device-ACE-example"
},
"evidence" : [
{
"code" : [
{
"coding" : [
{
"system" : "http://resmed.com/fhir/core/CodeSystem/rmd-ruleOutcomeTypes-cs",
"code" : "therapy-rule-scored"
}
]
}
],
"detail" : [
{
🔗 "reference" : "Observation/ruleoutcome-therapy-issue-active"
}
]
},
{
"code" : [
{
"coding" : [
{
"system" : "http://resmed.com/fhir/core/CodeSystem/rmd-ruleOutcomeTypes-cs",
"code" : "therapy-rule-scored"
}
]
}
],
"detail" : [
{
🔗 "reference" : "Observation/ruleoutcome-therapy-issue-active-repeat"
}
]
}
]
}