Patient Request for Corrections Implementation Guide
1.0.0 - STU 1 Ballot International flag

Patient Request for Corrections Implementation Guide, published by HL7 International - Patient Empowerment Workgroup. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-patient-correction/ and changes regularly. See the Directory of published versions

: Patient Correction Business Status - JSON Representation

Draft as of 2023-09-11

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "PatientCorrectionBusinessStatusVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  },
  "url" : "http://hl7.org/fhir/uv/patient-corrections/ValueSet/PatientCorrectionBusinessStatusVS",
  "version" : "1.0.0",
  "name" : "PatientCorrectionBusinessStatusVS",
  "title" : "Patient Correction Business Status",
  "status" : "draft",
  "experimental" : false,
  "date" : "2023-09-11T23:40:00+00:00",
  "publisher" : "HL7 International - Patient Empowerment Workgroup",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.hl7.org/Special/committees/patientempowerment"
        }
      ]
    },
    {
      "name" : "Virginia Lorenzi",
      "telecom" : [
        {
          "system" : "email",
          "value" : "vlorenzi@nyp.org",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "ValueSet of business statuses for patient request for corrections",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionBusinessStatus",
        "concept" : [
          {
            "code" : "queued"
          },
          {
            "code" : "in-review"
          },
          {
            "code" : "waiting-for-information"
          },
          {
            "code" : "requester-cancelled"
          },
          {
            "code" : "accepted"
          },
          {
            "code" : "partial-accept"
          },
          {
            "code" : "amendment-completed"
          },
          {
            "code" : "denied"
          },
          {
            "code" : "disagreement-logged"
          },
          {
            "code" : "completed"
          }
        ]
      }
    ]
  }
}