FHIR IG analytics| Package | hl7.fhir.uv.sdc |
| Resource Type | Task |
| Id | Task-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Task example
Language: en
Profile: Task Questionnaire
status: Completed
intent: order
code: Complete Questionnaire
for: Annie Proband
authoredOn: 2021-09-06
requester: Dr. Adam Careful, Acme Hospital
owner: Annie Proband
reasonCode: Pre-genomic analysis family history
input
type: Questionnaire
input
type: Response Endpoint
input
type: Response Endpoint
value: http://example.org/some-other-place/Questionnaire/$process-response
| Type | Value[x] |
| Questionnaire Response | Response to Questionnaire '->US Surgeon General - Family Health Portrait' about '->http://example.org/fhir/Patient/proband' |
{
"resourceType": "Task",
"id": "example",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-task"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"intent": "order",
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/sdc/CodeSystem/temp",
"code": "complete-questionnaire"
}
]
},
"for": {
"reference": "http://example.org/fhir/Patient/proband",
"display": "Annie Proband"
},
"authoredOn": "2021-09-06",
"requester": {
"reference": "http://hl7.org/fhir/PractitionerRole/example",
"display": "Dr. Adam Careful, Acme Hospital"
},
"owner": {
"reference": "http://example.org/fhir/Patient/proband",
"display": "Annie Proband"
},
"reasonCode": {
"text": "Pre-genomic analysis family history"
},
"input": [
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/sdc/CodeSystem/temp",
"code": "questionnaire"
}
]
},
"valueCanonical": "http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-profile-example-ussg-fht"
},
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/sdc/CodeSystem/temp",
"code": "response-endpoint"
}
]
},
"valueUrl": "http://example.org/someplace/QuestionnaireResponse"
},
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/sdc/CodeSystem/temp",
"code": "response-endpoint"
}
]
},
"valueUrl": "http://example.org/some-other-place/Questionnaire/$process-response"
}
],
"output": [
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/sdc/CodeSystem/temp",
"code": "questionnaire-response"
}
]
},
"valueReference": {
"reference": "QuestionnaireResponse/questionnaireresponse-sdc-example-ussg-fht-answers"
}
}
]
}