FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/slot-bundle-type

Packagefhir.argonaut.scheduling
TypeValueSet
Idslot-bundle-type
FHIR VersionR3
Sourcehttp://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
URLhttp://fhir.org/guides/argonaut-scheduling/ValueSet/slot-bundle-type
Version1.0.0
Statusactive
Date2017-01-10T18:40:10+11:00
NameArgonaut_Slot_BundleType_Codes
TitleArgonaut Slot BundleType Codes
Realmus
Authorityhl7
DescriptionSlot Bundle Profile types constrained to 'history' and 'searchset'.

Resources that use this resource

StructureDefinition
slot-bundleArgonaut Slot Bundle Profile

Resources that this resource uses

No resources found


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
    CodeDisplay
    searchsetSearch ResultsThe bundle is a list of resources returned as a result of a search/query interaction, operation, or message.
    historyHistory ListThe bundle is a list of resources from a history interaction on a server.

Source

{
  "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"
          }
        ]
      }
    ]
  }
}