FHIR IG analytics| Package | hl7.fhir.uv.cpg.r4b |
| Resource Type | DetectedIssue |
| Id | DetectedIssue-di-scenario4.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DetectedIssue di-scenario4
status: Final
code: timing detected issue
severity: High
patient: Example Patient Female, DoB: 1990-10-01
detail: Proposed therapy may be inappropriate or ineffective based on proposed start or end time.
{
"resourceType": "DetectedIssue",
"id": "di-scenario4",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-detectedissue"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "TIME",
"display": "timing detected issue"
}
]
},
"severity": "high",
"patient": {
"reference": "Patient/di-scenario4-patient"
},
"detail": "Proposed therapy may be inappropriate or ineffective based on proposed start or end time."
}