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

FHIR IG analytics

Packagehl7.fhir.us.qicore
Resource TypeTask
IdTask-rejected-with-code-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 rejected-with-code-example

Language: en

Profile: QICore Task Rejected

identifier: http://www.acme.org/tasks/19009

status: Rejected

statusReason: Patient noncompliance - general (situation)

intent: proposal

code: Fulfill the focal request

focus: ServiceRequest Graduated compression elastic hosiery (physical object)

for: Jim Chalmers Male, DoB: 1974-12-25 ( Medical record number (use: usual, period: 2001-05-06 --> (ongoing)))

executionPeriod: 2018-06-11 --> 2018-06-11


Source1

{
  "resourceType": "Task",
  "id": "rejected-with-code-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-taskrejected"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://www.acme.org/tasks",
      "value": "19009"
    }
  ],
  "status": "rejected",
  "statusReason": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "275936005",
        "display": "Patient noncompliance - general (situation)"
      }
    ]
  },
  "intent": "proposal",
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/CodeSystem/task-code",
        "code": "fulfill",
        "display": "Fulfill the focal request"
      }
    ]
  },
  "focus": {
    "reference": "ServiceRequest/proposal-example-code"
  },
  "for": {
    "reference": "Patient/example"
  },
  "executionPeriod": {
    "start": "2018-06-11",
    "end": "2018-06-11"
  }
}