<<<<<<< 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 Type - JSON Representation

Page standards status: External Maturity Level: 0

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "AppointmentTypeCS",
  "meta" : {
    "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 AppointmentTypeCS</b></p><a name=\"AppointmentTypeCS\"> </a><a name=\"hcAppointmentTypeCS\"> </a><a name=\"AppointmentTypeCS-en-US\"> </a><p>This case-sensitive code system <code>https://fhir.medicaia.ar/CodeSystem/AppointmentTypeCS</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\">CHECKUP<a name=\"AppointmentTypeCS-CHECKUP\"> </a></td><td>A routine check-up, such as an annual physical</td></tr><tr><td style=\"white-space:nowrap\">EMERGENCY<a name=\"AppointmentTypeCS-EMERGENCY\"> </a></td><td>Emergency appointment</td></tr><tr><td style=\"white-space:nowrap\">FOLLOWUP<a name=\"AppointmentTypeCS-FOLLOWUP\"> </a></td><td>A follow up visit from a previous appointment</td></tr><tr><td style=\"white-space:nowrap\">ROUTINE<a name=\"AppointmentTypeCS-ROUTINE\"> </a></td><td>Routine appointment - default if not valued</td></tr><tr><td style=\"white-space:nowrap\">WALKIN<a name=\"AppointmentTypeCS-WALKIN\"> </a></td><td>A previously unscheduled walk-in visit</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "external"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 0
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pa"
    }
  ],
  "url" : "https://fhir.medicaia.ar/CodeSystem/AppointmentTypeCS",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.18.169"
    }
  ],
  "version" : "0.1.3",
  "name" : "AppointmentTypeCS",
  "title" : "Appointment Type",
  "status" : "active",
  "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" : "FHIR Value set/code system definition for HL7 v2 table 0276 ( Appointment Reason Codes)",
  "caseSensitive" : true,
  "valueSet" : "https://fhir.medicaia.ar/ValueSet/AppointmentTypeVS",
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "CHECKUP",
      "display" : "A routine check-up, such as an annual physical"
    },
    {
      "code" : "EMERGENCY",
      "display" : "Emergency appointment"
    },
    {
      "code" : "FOLLOWUP",
      "display" : "A follow up visit from a previous appointment"
    },
    {
      "code" : "ROUTINE",
      "display" : "Routine appointment - default if not valued"
    },
    {
      "code" : "WALKIN",
      "display" : "A previously unscheduled walk-in visit"
    }
  ]
}