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

FHIR IG analytics

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

version: 3

Profile: Patient Correction Task

status: In Progress

businessStatus: In-Review

intent: order

code: Correction Request

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

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

lastModified: 2021-05-20 11: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

Source1

{
  "resourceType": "Task",
  "id": "correctionrequestprocess3",
  "meta": {
    "versionId": "3",
    "profile": [
      "http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-task"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "in-progress",
  "businessStatus": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionBusinessStatus",
        "code": "in-review"
      }
    ]
  },
  "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-20T11: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"
      }
    }
  ]
}