FHIR IG analytics
Resources that use this resource
| StructureDefinition |
| slot-bundle | Argonaut Slot Bundle Profile |
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Argonaut_Slot_BundleType_Codes
Slot Bundle Profile types constrained to 'history' and 'searchset'.
This value set includes codes from the following code systems:
- Include these codes as defined in
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. |
Source1
{
"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"
}
]
}
]
}
}