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

FHIR IG analytics

Packagehl7.fhir.us.davinci-hrex.r4b
Resource TypeTask
IdTask-document-complete.json
FHIR VersionR4B

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 document-complete

status: Completed

intent: order

code: data request task

for: ??

authoredOn: 2020-07-30 20:07:15-0600

requester: ??

owner: ??

reasonCode: Support prior authorization decision-making

reasonReference: ??

Inputs

-TypeValue[x]
*data code inputOutpatient Note

output

type: data values output

value: ??

output

type: data values output

value: ??


Source1

{
  "resourceType": "Task",
  "id": "document-complete",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-task-data-request"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "intent": "order",
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp",
        "code": "data-request"
      }
    ]
  },
  "for": {
    "reference": "http://example.org/new-payer/fhir/Patient/pat1"
  },
  "authoredOn": "2020-07-30T20:07:15-06:00",
  "requester": {
    "reference": "http://example.org/new-payer/fhir/Organization/hl7pay"
  },
  "owner": {
    "reference": "http://example.org/provider/fhir/Organization/hl7prov"
  },
  "reasonCode": {
    "text": "Support prior authorization decision-making"
  },
  "reasonReference": {
    "reference": "http://example.org/new-payer/fhir/Claim/123"
  },
  "input": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp",
            "code": "data-code"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "34108-1"
          }
        ]
      }
    }
  ],
  "output": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp",
            "code": "data-value"
          }
        ]
      },
      "valueReference": {
        "reference": "http://example.org/new-payer/fhir/DocumentReference/727A23K5133"
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp",
            "code": "data-value"
          }
        ]
      },
      "valueReference": {
        "reference": "http://example.org/new-payer/fhir/DocumentReference/287Q73J237"
      }
    }
  ]
}