FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.sdc
Resource TypeTask
IdTask-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

value: US Surgeon General - Family Health Portrait

input

type: Response Endpoint

value: http://example.org/someplace/QuestionnaireResponse

input

type: Response Endpoint

value: http://example.org/some-other-place/Questionnaire/$process-response

Outputs

-TypeValue[x]
*Questionnaire ResponseResponse to Questionnaire '->US Surgeon General - Family Health Portrait' about '->http://example.org/fhir/Patient/proband'

Source1

{
  "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"
      }
    }
  ]
}