<<<<<<< HEAD ======= >>>>>>> med01


0.1.3 - ci-build

MED - Local Development build (v0.1.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Appointment Cancellation Reason - JSON Representation

Page standards status: Draft Maturity Level: 1

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "AppCancellationReasonCS",
  "meta" : {
    "lastUpdated" : "2019-11-01T09:29:23.356+11:00",
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem AppCancellationReasonCS</b></p><a name=\"AppCancellationReasonCS\"> </a><a name=\"hcAppCancellationReasonCS\"> </a><a name=\"AppCancellationReasonCS-en-US\"> </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\">Last updated: 2019-11-01 09:29:23+1100</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R4/shareablecodesystem.html\">Shareable CodeSystem</a></p></div><p>This case-sensitive code system <code>https://fhir.medicaia.ar/CodeSystem/AppCancellationReasonCS</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">pat-crs<a name=\"AppCancellationReasonCS-pat-crs\"> </a></td><td>Patient: Canceled via automated reminder system</td></tr><tr><td style=\"white-space:nowrap\">pat-cpp<a name=\"AppCancellationReasonCS-pat-cpp\"> </a></td><td>Patient: Canceled via Patient Portal</td></tr><tr><td style=\"white-space:nowrap\">pat-dec<a name=\"AppCancellationReasonCS-pat-dec\"> </a></td><td>Patient: Deceased</td></tr><tr><td style=\"white-space:nowrap\">pat-fb<a name=\"AppCancellationReasonCS-pat-fb\"> </a></td><td>Patient: Feeling Better</td></tr><tr><td style=\"white-space:nowrap\">pat-lt<a name=\"AppCancellationReasonCS-pat-lt\"> </a></td><td>Patient: Lack of Transportation</td></tr><tr><td style=\"white-space:nowrap\">pat-mt<a name=\"AppCancellationReasonCS-pat-mt\"> </a></td><td>Patient: Member Terminated</td></tr><tr><td style=\"white-space:nowrap\">pat-mv<a name=\"AppCancellationReasonCS-pat-mv\"> </a></td><td>Patient: Moved</td></tr><tr><td style=\"white-space:nowrap\">pat-preg<a name=\"AppCancellationReasonCS-pat-preg\"> </a></td><td>Patient: Pregnant</td></tr><tr><td style=\"white-space:nowrap\">pat-swl<a name=\"AppCancellationReasonCS-pat-swl\"> </a></td><td>Patient: Scheduled from Wait List</td></tr><tr><td style=\"white-space:nowrap\">pat-ucp<a name=\"AppCancellationReasonCS-pat-ucp\"> </a></td><td>Patient: Unhappy/Changed Provider</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pa"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "draft"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1
    }
  ],
  "url" : "https://fhir.medicaia.ar/CodeSystem/AppCancellationReasonCS",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.4.1382"
    }
  ],
  "version" : "0.1.3",
  "name" : "AppCancellationReasonCS",
  "title" : "Appointment Cancellation Reason",
  "status" : "draft",
  "experimental" : false,
<<<<<<< HEAD
  "date" : "2024-10-07T15:12:06-03:00",
=======
  "date" : "2024-10-17T15:16:06-03:00",
>>>>>>> med01
  "publisher" : "Zentricx",
  "contact" : [
    {
      "name" : "Zentricx",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://zentricx.com"
        }
      ]
    }
  ],
  "description" : "This example value set defines a set of reasons for the cancellation of an appointment.",
  "caseSensitive" : true,
  "valueSet" : "https://fhir.medicaia.ar/ValueSet/AppCancellationReasonVS",
  "content" : "complete",
  "count" : 10,
  "concept" : [
    {
      "code" : "pat-crs",
      "display" : "Patient: Canceled via automated reminder system"
    },
    {
      "code" : "pat-cpp",
      "display" : "Patient: Canceled via Patient Portal"
    },
    {
      "code" : "pat-dec",
      "display" : "Patient: Deceased"
    },
    {
      "code" : "pat-fb",
      "display" : "Patient: Feeling Better"
    },
    {
      "code" : "pat-lt",
      "display" : "Patient: Lack of Transportation"
    },
    {
      "code" : "pat-mt",
      "display" : "Patient: Member Terminated"
    },
    {
      "code" : "pat-mv",
      "display" : "Patient: Moved"
    },
    {
      "code" : "pat-preg",
      "display" : "Patient: Pregnant"
    },
    {
      "code" : "pat-swl",
      "display" : "Patient: Scheduled from Wait List"
    },
    {
      "code" : "pat-ucp",
      "display" : "Patient: Unhappy/Changed Provider"
    }
  ]
}