FHIR IG analytics| Package | hl7.fhir.us.davinci-crd.r4 |
| Resource Type | Task |
| Id | Task-questionnaire-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Task questionnaire-example
status: Ready
intent: order
code: Complete Questionnaire
for: Amy V. Shaw Female, DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))
authoredOn: 2018-08-09
requester: http://example.org/fhir/Organization/payer
reasonCode: Helps assess opioid appropriateness
input
type: Questionnaire
value:
http://example.org/Questionnaire/XYZ|2
input
type: Response Endpoint
value: http://example.org/somePayer
{
"resourceType": "Task",
"id": "questionnaire-example",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"basedOn": [
{
"reference": "MedicationRequest/example"
}
],
"status": "ready",
"intent": "order",
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/sdc/CodeSystem/temp",
"code": "complete-questionnaire"
}
]
},
"for": {
"reference": "Patient/example"
},
"encounter": {
"reference": "Encounter/example"
},
"authoredOn": "2018-08-09",
"requester": {
"reference": "http://example.org/fhir/Organization/payer"
},
"reasonCode": {
"text": "Helps assess opioid appropriateness"
},
"input": [
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/sdc/CodeSystem/temp",
"code": "questionnaire"
}
]
},
"valueCanonical": "http://example.org/Questionnaire/XYZ|2"
},
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/sdc/CodeSystem/temp",
"code": "response-endpoint"
}
]
},
"valueUrl": "http://example.org/somePayer"
}
]
}