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

FHIR IG analytics

Packagehl7.fhir.us.physical-activity
Resource TypeTask
IdTask-Scen4TaskFillSurvey2V2.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

Resource Task "Scen4TaskFillSurvey2V2"

status: completed

intent: order

priority: routine

code: Complete Questionnaire (Temporary SDC Codes#complete-questionnaire)

description: Fill out a survey indicating satisfaction with plan

for: Patient/Scen4PatientScarborough: Jessica Scarborough " SCARBOROUGH"

authoredOn: 2024-02-20 09:00:00-0700

requester: PractitionerRole/Scen4Role: Ms. Rocha

owner: Patient/Scen4PatientScarborough: Jessica Scarborough " SCARBOROUGH"

Inputs

-TypeValue[x]
*Questionnaire (Temporary SDC Codes#questionnaire)https://example.org/fhir/Questionnaire/satisfaction|2.1

Outputs

-TypeValue[x]
*Questionnaire Response (Temporary SDC Codes#questionnaire-response)QuestionnaireResponse/Scen4QuestionnaireResponse2

Source1

{
  "resourceType": "Task",
  "id": "Scen4TaskFillSurvey2V2",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "intent": "order",
  "priority": "routine",
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/sdc/CodeSystem/temp",
        "code": "complete-questionnaire"
      }
    ]
  },
  "description": "Fill out a survey indicating satisfaction with plan",
  "for": {
    "reference": "Patient/Scen4PatientScarborough",
    "display": "Jessica Scarborough"
  },
  "authoredOn": "2024-02-20T09:00:00-07:00",
  "requester": {
    "reference": "PractitionerRole/Scen4Role",
    "display": "Ms. Rocha"
  },
  "owner": {
    "reference": "Patient/Scen4PatientScarborough",
    "display": "Jessica Scarborough"
  },
  "input": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/sdc/CodeSystem/temp",
            "code": "questionnaire"
          }
        ]
      },
      "valueCanonical": "https://example.org/fhir/Questionnaire/satisfaction|2.1"
    }
  ],
  "output": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/sdc/CodeSystem/temp",
            "code": "questionnaire-response"
          }
        ]
      },
      "valueReference": {
        "reference": "QuestionnaireResponse/Scen4QuestionnaireResponse2"
      }
    }
  ]
}