FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/ehealth-appointmenttype-codes

Packagedk.ehealth.sundhed.fhir.ig.core
TypeCodeSystem
Idehealth-appointmenttype-codes
FHIR VersionR4
Sourcehttp://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/CodeSystem-ehealth-appointmenttype-codes.html
URLhttp://ehealth.sundhed.dk/cs/appointmenttype-codes
Version3.5.1
Statusactive
Date2019-01-29T00:00:00+00:00
NameAppointmentTypeCodes
TitleAppointment Type Codes
Realmdk
DescriptionAppointment type code
Contentcomplete

Resources that use this resource

ValueSet
appointmenttype-codesAppointment Type Codes

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Kodesystem ehealth-appointmenttype-codes

This case-sensitive code system http://ehealth.sundhed.dk/cs/appointmenttype-codes defines the following codes:

CodeDisplay
CHECKUP A routine check-up, such as an annual physical
EMERGENCY Emergency appointment
FOLLOWUP A follow up visit from a previous appointment
ROUTINE Routine appointment - default if not valued
WALKIN A previously unscheduled walk-in visit

Source

{
  "resourceType": "CodeSystem",
  "id": "ehealth-appointmenttype-codes",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealth.sundhed.dk/cs/appointmenttype-codes",
  "version": "3.5.1",
  "name": "AppointmentTypeCodes",
  "title": "Appointment Type Codes",
  "status": "active",
  "experimental": false,
  "date": "2019-01-29T00:00:00+00:00",
  "publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
  "contact": [
    {
      "name": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
      "telecom": [
        {
          "system": "url",
          "value": "http://ehealth.sundhed.dk"
        }
      ]
    }
  ],
  "description": "Appointment type code",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "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"
    }
  ]
}