0.2 - ci-build

SHINNYIG - Local Development build (v0.2). See the Directory of published versions

: SHINNYBundleTypeVS - JSON Representation

Active as of 2023-07-28

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "SHINNYBundleTypeVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <code>http://hl7.org/fhir/ValueSet/bundle-type</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>transaction</td><td>The bundle is a transaction.</td></tr></table></li></ul></div>"
  },
  "url" : "http://shinny.org/ValueSet/SHINNYBundleTypeVS",
  "version" : "0.2",
  "name" : "SHINNYBundleTypeVS",
  "title" : "SHINNYBundleTypeVS",
  "status" : "active",
  "date" : "2023-07-28T11:16:22-04:00",
  "publisher" : "Example Publisher",
  "contact" : [
    {
      "name" : "Example Publisher",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://shinny.org/publisher"
        }
      ]
    }
  ],
  "description" : "SHINNYBundleTypeVS",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/ValueSet/bundle-type",
        "concept" : [
          {
            "code" : "transaction",
            "display" : "The bundle is a transaction."
          }
        ]
      }
    ]
  }
}