FHIR IG analytics| Package | hl7.fhir.uv.cpg |
| Resource Type | Task |
| Id | Task-request-ep-scenario2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Task request-ep-scenario2
instantiatesCanonical: Activity Example Enrollment AD
status: Draft
intent: proposal
code: Enroll in a pathway or strategy
for: Example Patient Female, DoB: 1990-10-01
| Type | Value[x] |
| Enroll in a pathway or strategy | Activity Example Pathway PD |
{
"resourceType": "Task",
"id": "request-ep-scenario2",
"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": "draft",
"intent": "proposal",
"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-scenario2-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"
}
]
}