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.0.1-beta&canonical=http://helsenorge.no/fhir/ValueSet/hn-appointment-status-vs
URLhttp://helsenorge.no/fhir/ValueSet/hn-appointment-status-vs
Version2.0.0
Statusactive
NamehnAppointmentStatusVS
TitleHelsenorge Appointment Status Value Set
Realmno
DescriptionValue set for Helsenorge FHIR appointment status codes.

Resources that use this resource

No resources found


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.",
  "version": "2.0.0",
  "url": "http://helsenorge.no/fhir/ValueSet/hn-appointment-status-vs",
  "experimental": false,
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/appointmentstatus",
        "concept": [
          {
            "code": "booked"
          },
          {
            "code": "fulfilled"
          },
          {
            "code": "cancelled"
          },
          {
            "code": "noshow"
          },
          {
            "code": "entered-in-error"
          }
        ]
      }
    ]
  }
}