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

FHIR IG analytics

Packagehl7.fhir.us.davinci-crd
Resource TypeTask
IdTask-questionnaire-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 questionnaire-example

Language: en

basedOn: MedicationRequest: identifier = http://example.org/portal/prescriptions#12345689 (use: official, ); status = draft; intent = order; medication[x] = ->Medication Azithromycin 250 mg oral tablet; authoredOn = 2015-01-15; reasonCode = Traveler's Diarrhea (disorder); note = Patient told to take with food

status: Ready

intent: order

code: Complete Questionnaire

for: Amy V. Shaw Female, DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))

encounter: Encounter: identifier = http://example.org/zorgportal/identifiers/visits#v1451 (use: official, ); status = in-progress; class = ambulatory (ActCode#AMB); type = Patient-initiated encounter; priority = Non-urgent cardiological admission; reasonCode = Heart valve replacement

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


Source1

{
  "resourceType": "Task",
  "id": "questionnaire-example",
  "language": "en",
  "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"
    }
  ]
}