| Package | fhir.argonaut.scheduling |
| Resource Type | ValueSet |
| Id | slot-bundle-type |
| 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/slot-bundle-type |
| URL | http://fhir.org/guides/argonaut-scheduling/ValueSet/slot-bundle-type |
| Version | 1.0.0 |
| Status | active |
| Date | 2017-01-10T18:40:10+11:00 |
| Name | Argonaut_Slot_BundleType_Codes |
| Title | Argonaut Slot BundleType Codes |
| Realm | us |
| Authority | hl7 |
| Description | Slot Bundle Profile types constrained to 'history' and 'searchset'. |
| StructureDefinition | |
| slot-bundle | Argonaut Slot Bundle Profile |
No resources found
Note: links and images are rebased to the (stated) source
Slot Bundle Profile types constrained to 'history' and 'searchset'.
This value set includes codes from the following code systems:
http://hl7.org/fhir/bundle-type| Code | Display | |
| searchset | Search Results | The bundle is a list of resources returned as a result of a search/query interaction, operation, or message. |
| history | History List | The bundle is a list of resources from a history interaction on a server. |
{
"resourceType": "ValueSet",
"id": "slot-bundle-type",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.org/guides/argonaut-scheduling/ValueSet/slot-bundle-type",
"version": "1.0.0",
"name": "Argonaut_Slot_BundleType_Codes",
"title": "Argonaut Slot BundleType Codes",
"status": "active",
"date": "2017-01-10T18:40:10+11:00",
"description": "Slot Bundle Profile types constrained to 'history' and 'searchset'.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US",
"display": "United States of America"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/bundle-type",
"concept": [
{
"code": "searchset"
},
{
"code": "history"
}
]
}
]
}
}