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

FHIR IG Statistics: ValueSet/dispatch-bundle-types

Packagepoc.bonsai.current
Resource TypeValueSet
Iddispatch-bundle-types
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://electronichealth.se/fhir/ValueSet/dispatch-bundle-types
URLhttp://electronichealth.se/fhir/ValueSet/dispatch-bundle-types
Version1.0.0
Statusactive
Date2022-02-17T23:00:00+00:00
Namedispatch-bundle-types
TitleTyp av Bundle
DescriptionTyp av Bundle i en transaktion som anger om det är en Bundle i ett anrop eller i ett svar

Resources that use this resource

StructureDefinition
NLLDispatchNLLDispatch

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "dispatch-bundle-types",
  "meta": {
    "lastUpdated": "2022-03-09T06:48:44.617+00:00",
    "profile": [
      "http://electronichealth.se/fhir/StructureDefinition/NLLValueSet"
    ]
  },
  "url": "http://electronichealth.se/fhir/ValueSet/dispatch-bundle-types",
  "version": "1.0.0",
  "name": "dispatch-bundle-types",
  "title": "Typ av Bundle",
  "status": "active",
  "date": "2022-02-17T23:00:00+00:00",
  "publisher": "E-hälsomyndigheten",
  "description": "Typ av Bundle i en transaktion som anger om det är en Bundle i ett anrop eller i ett svar",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/bundle-types",
        "version": "4.0.1",
        "concept": [
          {
            "code": "transaction",
            "display": "Transaction"
          },
          {
            "code": "transaction-response",
            "display": "Transaction Response"
          }
        ]
      }
    ]
  }
}