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

FHIR IG analytics

Packageno.nhn.fhir.helsenorge.profiles
Resource TypeValueSet
IdValueSet-hn-appointment-status-vs.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=no.nhn.fhir.helsenorge.profiles@2.5.9-beta&canonical=http://helsenorge.no/fhir/ValueSet/hn-appointment-status-vs
URLhttp://helsenorge.no/fhir/ValueSet/hn-appointment-status-vs
Version2.1.0
Statusactive
NamehnAppointmentStatusVS
TitleHelsenorge Appointment Status Value Set
Realmno
DescriptionValue set for Helsenorge FHIR appointment status codes.

Resources that use this resource

StructureDefinition
no.nhn.fhir.helsenorge.profiles#2.5.9-betahn-basis-appointmenthn-basis-appointment

Resources that this resource uses

CodeSystem
hl7.fhir.uv.xver-r4.r4b#0.1.0appointmentstatusAppointmentStatus

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "hnAppointmentStatusVS",
  "id": "hn-appointment-status-vs",
  "title": "Helsenorge Appointment Status Value Set",
  "description": "Value set for Helsenorge FHIR appointment status codes.",
  "url": "http://helsenorge.no/fhir/ValueSet/hn-appointment-status-vs",
  "version": "2.1.0",
  "experimental": false,
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/appointmentstatus",
        "concept": [
          {
            "code": "booked"
          },
          {
            "code": "fulfilled"
          },
          {
            "code": "cancelled"
          },
          {
            "code": "noshow"
          },
          {
            "code": "entered-in-error"
          },
          {
            "code": "proposed"
          }
        ]
      }
    ]
  }
}