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

FHIR IG analytics

Packagehl7.fhir.us.davinci-hrex
Resource TypeTask
IdTask-query-initial.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 query-initial

Language: en

Profile: HRex Task Data Request Profile

basedOn: http://example.org/new-payer/CommunicationRequest/57

status: Requested

intent: order

code: data request task

for: http://example.org/new-payer/fhir/Patient/pat1

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

requester: http://example.org/new-payer/fhir/Organization/hl7pay

owner: http://example.org/provider/fhir/Organization/hl7prov

reasonCode: Support prior authorization decision-making

reasonReference: http://example.org/new-payer/fhir/Claim/123

Inputs

-TypeValue[x]
*data query inputCondition?patient=Patient/pat1&clinical-status=active&code=http%3A%2F%2Fsnomed.info%2Fsct%7C73211009

Source1

{
  "resourceType": "Task",
  "id": "query-initial",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-task-data-request"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "basedOn": [
    {
      "reference": "http://example.org/new-payer/CommunicationRequest/57"
    }
  ],
  "status": "requested",
  "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-query"
          }
        ]
      },
      "valueString": "Condition?patient=Patient/pat1&clinical-status=active&code=http%3A%2F%2Fsnomed.info%2Fsct%7C73211009"
    }
  ]
}