FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.cpg.r4b
Resource TypeDetectedIssue
IdDetectedIssue-di-scenario4.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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.


Source1

{
  "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."
}