FHIR IG analytics| Package | hl7.fhir.uv.cpg |
| Resource Type | Task |
| Id | Task-event-inf-scenario4.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Task event-inf-scenario4
instantiatesCanonical: Activity Example Record Inference AD
status: Completed
intent: order
code: Record an inference
for: Example Patient Female, DoB: 1990-10-01
| Type | Value[x] |
| Record an inference | Observation |
| Type | Value[x] |
| Record an inference | Observation |
Generated Narrative: Observation #inference
status: Final
code: Inference
subject: Example Patient Female, DoB: 1990-10-01
effective: 2023-01-23
issued: 2020-01-15 10:30:00+0000
performer: Practitioner Example Practitioner
{
"resourceType": "Task",
"id": "event-inf-scenario4",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-recordinferencetask",
"http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-task"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Observation",
"id": "inference",
"status": "final",
"code": {
"text": "Inference"
},
"subject": {
"reference": "Patient/inf-scenario4-patient"
},
"effectiveDateTime": "2023-01-23",
"issued": "2020-01-15T10:30:00Z",
"performer": [
{
"reference": "Practitioner/inf-practitioner"
}
]
}
],
"instantiatesCanonical": "http://hl7.org/fhir/uv/cpg/ActivityDefinition/activity-example-recordinference-ad",
"status": "completed",
"intent": "order",
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs",
"code": "record-inference",
"display": "Record an inference"
}
]
},
"for": {
"reference": "Patient/inf-scenario4-patient"
},
"input": [
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs",
"code": "record-inference",
"display": "Record an inference"
}
]
},
"valueReference": {
"reference": "#inference"
}
}
],
"output": [
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs",
"code": "record-inference",
"display": "Record an inference"
}
]
},
"valueReference": {
"reference": "Observation/inf-scenario4"
}
}
]
}