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

FHIR IG analytics

Packagehl7.fhir.uv.cpg
Resource TypeTask
IdTask-event-ep-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-ep-scenario4

instantiatesCanonical: Activity Example Enrollment AD

status: Completed

intent: order

code: Enroll in a pathway or strategy

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

Inputs

-TypeValue[x]
*Enroll in a pathway or strategyActivity Example Pathway PD

Outputs

-TypeValue[x]
*Enroll in a pathway or strategyEpisodeOfCare: extension = http://hl7.org/fhir/uv/cpg/PlanDefinition/activity-example-pathway-pd; status = active

Source1

{
  "resourceType": "Task",
  "id": "event-ep-scenario4",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-enrollmenttask",
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-task"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "instantiatesCanonical": "http://hl7.org/fhir/uv/cpg/ActivityDefinition/activity-example-enrollment-ad",
  "status": "completed",
  "intent": "order",
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs",
        "code": "enrollment",
        "display": "Enroll in a pathway or strategy"
      }
    ]
  },
  "for": {
    "reference": "Patient/ep-scenario4-patient"
  },
  "input": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs",
            "code": "enrollment",
            "display": "Enroll in a pathway or strategy"
          }
        ]
      },
      "valueCanonical": "http://hl7.org/fhir/uv/cpg/PlanDefinition/activity-example-pathway-pd"
    }
  ],
  "output": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs",
            "code": "enrollment",
            "display": "Enroll in a pathway or strategy"
          }
        ]
      },
      "valueReference": {
        "reference": "EpisodeOfCare/ep-scenario4-eoc"
      }
    }
  ]
}