FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Argonaut_Slot_Status_Codes
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:
Source1
{
"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"
}
]
}
]
}
}