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

FHIR IG analytics

Packagehl7.fhir.uv.cpg.r4
Resource TypeTask
IdTask-event-di-scenario4.json
FHIR VersionR4

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: Task event-di-scenario4

instantiatesCanonical: Activity Example Record Detected Issue AD

status: Completed

intent: order

code: Record a detected issue

for: Example Patient Female, DoB: 1990-10-01

Inputs

-TypeValue[x]
*Record a detected issueDetectedIssue timing detected issue

Outputs

-TypeValue[x]
*Record a detected issueDetectedIssue timing detected issue

Generated Narrative: DetectedIssue #detected-issue

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": "Task",
  "id": "event-di-scenario4",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-recorddetectedissuetask",
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-task"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "DetectedIssue",
      "id": "detected-issue",
      "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."
    }
  ],
  "instantiatesCanonical": "http://hl7.org/fhir/uv/cpg/ActivityDefinition/activity-example-recorddetectedissue-ad",
  "status": "completed",
  "intent": "order",
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs",
        "code": "record-detected-issue",
        "display": "Record a detected issue"
      }
    ]
  },
  "for": {
    "reference": "Patient/di-scenario4-patient"
  },
  "input": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs",
            "code": "record-detected-issue",
            "display": "Record a detected issue"
          }
        ]
      },
      "valueReference": {
        "reference": "#detected-issue"
      }
    }
  ],
  "output": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs",
            "code": "record-detected-issue",
            "display": "Record a detected issue"
          }
        ]
      },
      "valueReference": {
        "reference": "DetectedIssue/di-scenario4"
      }
    }
  ]
}