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

FHIR IG analytics

Packagehl7.fhir.uv.patient-corrections
Resource TypeBundle
IdBundle-BundleExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Bundle",
  "id": "BundleExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-bundle"
    ]
  },
  "type": "collection",
  "entry": [
    {
      "fullUrl": "http://hl7.org/fhir/uv/patient-corrections/Communcation/initialrequestforcorrection",
      "resource": {
        "resourceType": "Communication",
        "id": "initialrequestforcorrection",
        "meta": {
          "versionId": "1",
          "profile": [
            "http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-communication"
          ]
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Communication_initialrequestforcorrection\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Communication initialrequestforcorrection</b></p><a name=\"initialrequestforcorrection\"> </a><a name=\"hcinitialrequestforcorrection\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 1</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-patient-correction-communication.html\">Patient Correction Communication</a></p></div><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionCommunicationTypes medRecCxReq}\">Correction Request</span></p><p><b>subject</b>: <a href=\"Patient-ex-patient.html\">John Schmidt  Other, DoB: 1923-07-25</a></p><p><b>about</b>: <a href=\"Task-correctionrequestprocess.html\">Task Correction Request</a></p><p><b>sent</b>: 2021-05-19 10:00:17+0000</p><p><b>recipient</b>: <a href=\"Practitioner-ex-practitioner.html\">Practitioner John Smith (official)</a></p><p><b>sender</b>: <a href=\"Patient-ex-patient.html\">John Schmidt  Other, DoB: 1923-07-25</a></p><h3>Payloads</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Content[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"DocumentReference-ex-documentreference.html\">DocumentReference: status = current</a></td></tr></table></div>"
        },
        "status": "completed",
        "category": [
          {
            "coding": [
              {
                "system": "http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionCommunicationTypes",
                "code": "medRecCxReq"
              }
            ]
          }
        ],
        "subject": {
          "reference": "Patient/ex-patient"
        },
        "about": [
          {
            "reference": "Task/correctionrequestprocess"
          }
        ],
        "sent": "2021-05-19T10:00:17-00:00",
        "recipient": [
          {
            "reference": "Practitioner/ex-practitioner"
          }
        ],
        "sender": {
          "reference": "Patient/ex-patient"
        },
        "payload": [
          {
            "contentReference": {
              "reference": "DocumentReference/ex-documentreference"
            }
          }
        ]
      }
    }
  ]
}