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

FHIR IG analytics

Packagehl7.fhir.uv.patient-corrections.r4b
Resource TypeTask
IdTask-correctionrequestprocess6.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 correctionrequestprocess6

version: 6

Profile: Patient Correction Task

status: Completed

businessStatus: Amended

intent: order

code: Correction Request

for: John Schmidt Other, DoB: 1923-07-25

authoredOn: 2021-05-19 10:00:17+0000

lastModified: 2021-05-25 12:00:17+0000

requester: John Schmidt Other, DoB: 1923-07-25

owner: Practitioner John Smith (official)

Inputs

-TypeValue[x]
*Correction RequestCommunication: status = completed; category = Correction Request; sent = 2021-05-19 10:00:17+0000

Outputs

-TypeValue[x]
*ResolutionCommunication: status = completed; category = Correction Request; topic = ; sent = 2021-05-25 12:00:17+0000

Source1

{
  "resourceType": "Task",
  "id": "correctionrequestprocess6",
  "meta": {
    "versionId": "6",
    "profile": [
      "http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-task"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "businessStatus": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionBusinessStatus",
        "code": "amendment-completed"
      }
    ]
  },
  "intent": "order",
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionTaskTypes",
        "code": "medRecCxReq"
      }
    ]
  },
  "for": {
    "reference": "Patient/ex-patient"
  },
  "authoredOn": "2021-05-19T10:00:17-00:00",
  "lastModified": "2021-05-25T12:00:17-00:00",
  "requester": {
    "reference": "Patient/ex-patient"
  },
  "owner": {
    "reference": "Practitioner/ex-practitioner"
  },
  "input": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionCommunicationTypes",
            "code": "medRecCxReq"
          }
        ]
      },
      "valueReference": {
        "reference": "Communication/initialrequestforcorrection"
      }
    }
  ],
  "output": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionOutputTypes",
            "code": "medRecCxReqResolution"
          }
        ]
      },
      "valueReference": {
        "reference": "Communication/recordamended"
      }
    }
  ]
}