FHIR IG analytics| Package | hl7.fhir.uv.cpg.r4 |
| Resource Type | Task |
| Id | Task-request-di-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-di-scenario2
instantiatesCanonical: Activity Example Record Detected Issue AD
status: Draft
intent: proposal
code: Record a detected issue
for: Example Patient Female, DoB: 1990-10-01
| Type | Value[x] |
| Record a detected issue | DetectedIssue 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.
{
"resourceType": "Task",
"id": "request-di-scenario2",
"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-scenario2-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": "draft",
"intent": "proposal",
"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-scenario2-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"
}
}
]
}