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

FHIR IG Statistics: StructureMap/CoreDataSetVSToAddBundle

Packagewho.ddcc
Resource TypeStructureMap
IdCoreDataSetVSToAddBundle
FHIR VersionR4
Sourcehttp://smart.who.int/ddcc/https://build.fhir.org/ig/WorldHealthOrganization/ddcc/StructureMap-CoreDataSetVSToAddBundle.html
URLhttp://smart.who.int/ddcc/StructureMap/CoreDataSetVSToAddBundle
Version1.0.0
Statusdraft
Date2025-06-24T09:07:32+00:00
NameCoreDataSetVSToAddBundle
Realmuv
Authoritywho

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureMap CoreDataSetVSToAddBundle

map "http://smart.who.int/ddcc/StructureMap/CoreDataSetVSToAddBundle" = "CoreDataSetVSToAddBundle"

uses "http://smart.who.int/ddcc/StructureDefinition/DDCCCoreDataSetVS" alias DDCCVS as source
uses "http://hl7.org/fhir/StructureDefinition/Bundle" alias AddBundle as target

imports "http://smart.who.int/ddcc/StructureMap/CoreDataSetVSLibrary"

group CoreDataSetVSToAddBundle(source ddcc : DDCCVS, target bundle : AddBundle) {
  ddcc -> bundle then VSToAddBundle(ddcc, bundle) "setup add bundle";
}


Source

{
  "resourceType": "StructureMap",
  "id": "CoreDataSetVSToAddBundle",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://smart.who.int/ddcc/StructureMap/CoreDataSetVSToAddBundle",
  "version": "1.0.0",
  "name": "CoreDataSetVSToAddBundle",
  "status": "draft",
  "date": "2025-06-24T09:07:32+00:00",
  "publisher": "WHO",
  "contact": [
    {
      "name": "WHO",
      "telecom": [
        {
          "system": "url",
          "value": "http://who.int"
        }
      ]
    }
  ],
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "structure": [
    {
      "url": "http://smart.who.int/ddcc/StructureDefinition/DDCCCoreDataSetVS",
      "mode": "source",
      "alias": "DDCCVS"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/Bundle",
      "mode": "target",
      "alias": "AddBundle"
    }
  ],
  "import": [
    "http://smart.who.int/ddcc/StructureMap/CoreDataSetVSLibrary"
  ],
  "group": [
    {
      "name": "CoreDataSetVSToAddBundle",
      "typeMode": "none",
      "input": [
        {
          "name": "ddcc",
          "type": "DDCCVS",
          "mode": "source"
        },
        {
          "name": "bundle",
          "type": "AddBundle",
          "mode": "target"
        }
      ],
      "rule": [
        {
          "name": "setup add bundle",
          "source": [
            {
              "context": "ddcc"
            }
          ],
          "target": [
            {
              "context": "bundle",
              "contextType": "variable"
            }
          ],
          "dependent": [
            {
              "name": "VSToAddBundle",
              "variable": [
                "ddcc",
                "bundle"
              ]
            }
          ]
        }
      ]
    }
  ]
}