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

FHIR IG Statistics: StructureMap/Annotation5to4B

Packagehl7.fhir.uv.xver
Resource TypeStructureMap
IdAnnotation5to4B
FHIR VersionR5
Sourcehttp://hl7.org/fhir/extensions/https://build.fhir.org/ig/HL7/fhir-cross-version/StructureMap-Annotation5to4B.html
URLhttp://hl7.org/fhir/StructureMap/Annotation5to4B
Version0.1.0
Statusactive
Date2024-02-22T03:16:50+00:00
NameAnnotation5to4B
TitleAnnotation Transforms: R5 to R4B
Realmuv
Authorityhl7
DescriptionAnnotationTransformsR5toR4B

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

/// url = 'http://hl7.org/fhir/StructureMap/Annotation5to4B'
/// name = 'Annotation5to4B'
/// title = 'Annotation Transforms: R5 to R4B'
/// status = 'active'

uses "http://hl7.org/fhir/5.0/Annotation" alias AnnotationR5 as source
uses "http://hl7.org/fhir/4.0/Annotation" alias AnnotationR4B as target
uses "http://hl7.org/fhir/4.0/string" alias stringR4B as target

imports "http://hl7.org/fhir/StructureMap/*5to4B"

group Annotation(source src : AnnotationR5, target tgt : AnnotationR4B) extends Element <<type+>> {
  src.author : Reference -> tgt.author;
  src.author : string -> tgt.author;
  src.time -> tgt.time;
  src.text -> tgt.text;
}

group Annotation2string(source src : AnnotationR5, target tgt : stringR4B) extends Element <<types>> {
  src.text as v -> tgt.value = v "Annotation2string";
}


Source

{
  "resourceType": "StructureMap",
  "id": "Annotation5to4B",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/extensions/ImplementationGuide/hl7.fhir.uv.xver"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "draft",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/extensions/ImplementationGuide/hl7.fhir.uv.xver"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/StructureMap/Annotation5to4B",
  "version": "0.1.0",
  "name": "Annotation5to4B",
  "title": "Annotation Transforms: R5 to R4B",
  "status": "active",
  "date": "2024-02-22T03:16:50+00:00",
  "publisher": "HL7 International / FHIR Infrastructure",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "AnnotationTransformsR5toR4B",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "structure": [
    {
      "url": "http://hl7.org/fhir/5.0/Annotation",
      "mode": "source",
      "alias": "AnnotationR5"
    },
    {
      "url": "http://hl7.org/fhir/4.0/Annotation",
      "mode": "target",
      "alias": "AnnotationR4B"
    },
    {
      "url": "http://hl7.org/fhir/4.0/string",
      "mode": "target",
      "alias": "stringR4B"
    }
  ],
  "import": [
    "http://hl7.org/fhir/StructureMap/*5to4B"
  ],
  "group": [
    {
      "name": "Annotation",
      "extends": "Element",
      "typeMode": "type-and-types",
      "input": [
        {
          "name": "src",
          "type": "AnnotationR5",
          "mode": "source"
        },
        {
          "name": "tgt",
          "type": "AnnotationR4B",
          "mode": "target"
        }
      ],
      "rule": [
        {
          "name": "authorReference",
          "source": [
            {
              "context": "src",
              "type": "Reference",
              "element": "author",
              "variable": "vvv"
            }
          ],
          "target": [
            {
              "context": "tgt",
              "element": "author",
              "variable": "vvv",
              "transform": "create"
            }
          ],
          "dependent": [
            {
              "name": "DefaultMappingGroupAnonymousAlias",
              "parameter": [
                {
                  "valueId": "vvv"
                },
                {
                  "valueId": "vvv"
                }
              ]
            }
          ]
        },
        {
          "name": "authorString",
          "source": [
            {
              "context": "src",
              "type": "string",
              "element": "author",
              "variable": "vvv"
            }
          ],
          "target": [
            {
              "context": "tgt",
              "element": "author",
              "variable": "vvv",
              "transform": "create"
            }
          ],
          "dependent": [
            {
              "name": "DefaultMappingGroupAnonymousAlias",
              "parameter": [
                {
                  "valueId": "vvv"
                },
                {
                  "valueId": "vvv"
                }
              ]
            }
          ]
        },
        {
          "name": "time",
          "source": [
            {
              "context": "src",
              "element": "time",
              "variable": "vvv"
            }
          ],
          "target": [
            {
              "context": "tgt",
              "element": "time",
              "variable": "vvv",
              "transform": "create"
            }
          ],
          "dependent": [
            {
              "name": "DefaultMappingGroupAnonymousAlias",
              "parameter": [
                {
                  "valueId": "vvv"
                },
                {
                  "valueId": "vvv"
                }
              ]
            }
          ]
        },
        {
          "name": "text",
          "source": [
            {
              "context": "src",
              "element": "text",
              "variable": "vvv"
            }
          ],
          "target": [
            {
              "context": "tgt",
              "element": "text",
              "variable": "vvv",
              "transform": "create"
            }
          ],
          "dependent": [
            {
              "name": "DefaultMappingGroupAnonymousAlias",
              "parameter": [
                {
                  "valueId": "vvv"
                },
                {
                  "valueId": "vvv"
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "name": "Annotation2string",
      "extends": "Element",
      "typeMode": "types",
      "input": [
        {
          "name": "src",
          "type": "AnnotationR5",
          "mode": "source"
        },
        {
          "name": "tgt",
          "type": "stringR4B",
          "mode": "target"
        }
      ],
      "rule": [
        {
          "name": "Annotation2string",
          "source": [
            {
              "context": "src",
              "element": "text",
              "variable": "v"
            }
          ],
          "target": [
            {
              "context": "tgt",
              "element": "value",
              "transform": "copy",
              "parameter": [
                {
                  "valueId": "v"
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}