FHIR IG analytics| Package | no.nhn.fhir.helsenorge.profiles |
| Resource Type | ValueSet |
| Id | ValueSet-hn-appointment-status-vs.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=no.nhn.fhir.helsenorge.profiles@2.0.1-beta&canonical=http://helsenorge.no/fhir/ValueSet/hn-appointment-status-vs |
| URL | http://helsenorge.no/fhir/ValueSet/hn-appointment-status-vs |
| Version | 2.0.0 |
| Status | active |
| Name | hnAppointmentStatusVS |
| Title | Helsenorge Appointment Status Value Set |
| Realm | no |
| Description | Value set for Helsenorge FHIR appointment status codes. |
No resources found
| CodeSystem | ||
| hl7.fhir.uv.xver-r4.r4b#0.1.0 | appointmentstatus | AppointmentStatus |
No narrative content found in resource
{
"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"
}
]
}
]
}
}