| Package | fhir.argonaut.scheduling |
| Resource Type | ValueSet |
| Id | argo-slot-status |
| FHIR Version | R3 |
| Source | http://fhir.org/guides/argonaut/scheduling/https://simplifier.net/resolve?scope=fhir.argonaut.scheduling@1.0.0&canonical=http://fhir.org/guides/argonaut-scheduling/ValueSet/argo-slot-status |
| URL | http://fhir.org/guides/argonaut-scheduling/ValueSet/argo-slot-status |
| Version | 1.0.0 |
| Status | active |
| Date | 2018-03-19T00:00:00+11:00 |
| Name | Argonaut_Slot_Status_Codes |
| Title | Argonaut Slot Status Codes |
| Realm | us |
| Authority | hl7 |
| Description | The free/busy status of the slot. This value set is a subset of the the FHIR core Slot value set excluding the 'busy-tentative' concept. |
| StructureDefinition | |
| prefetch-slot | Argonaut Prefetch Slot Profile |
No resources found
Note: links and images are rebased to the (stated) source
The free/busy status of the slot. This value set is a subset of the the FHIR core Slot value set excluding the 'busy-tentative' concept.
This value set includes codes from the following code systems:
http://hl7.org/fhir/slotstatushttp://hl7.org/fhir/slotstatus| Code | Display | |
| busy-tentative | Busy (Tentative) | Indicates that the time interval is busy because one or more events have been tentatively scheduled for that interval. |
{
"resourceType": "ValueSet",
"id": "argo-slot-status",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.org/guides/argonaut-scheduling/ValueSet/argo-slot-status",
"version": "1.0.0",
"name": "Argonaut_Slot_Status_Codes",
"title": "Argonaut Slot Status Codes",
"status": "active",
"date": "2018-03-19T00:00:00+11:00",
"description": "The free/busy status of the slot. This value set is a subset of the the FHIR core Slot value set excluding the 'busy-tentative' concept.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US",
"display": "United States of America"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/slotstatus"
}
],
"exclude": [
{
"system": "http://hl7.org/fhir/slotstatus",
"concept": [
{
"code": "busy-tentative"
}
]
}
]
}
}