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

FHIR IG Statistics: ValueSet/R3-action-type-for-R4B

Packagehl7.fhir.uv.xver-r3.r4b
Resource TypeValueSet
IdR3-action-type-for-R4B
FHIR VersionR4B
Sourcehttp://hl7.org/fhir/uv/xver/https://simplifier.net/resolve?scope=hl7.fhir.uv.xver-r3.r4b@0.0.1-snapshot-1&canonical=http://hl7.org/fhir/uv/xver/3.0/ValueSet/R3-action-type-for-R4B
URLhttp://hl7.org/fhir/uv/xver/3.0/ValueSet/R3-action-type-for-R4B
Version0.0.1-snapshot-1
Statusdraft
Date2025-06-03T03:12:07.1827504+02:00
NameR3-action-type-for-R4B
TitleCross-version VS for R3.ActionType for use in FHIR R4B
Realmuv
Authorityhl7
DescriptionThis cross-version ValueSet represents concepts from http://hl7.org/fhir/ValueSet/action-type|3.0.2 for use in FHIR R4B. Concepts not present here have direct `equivalent` mappings crossing all versions from R3 to R4B.

Resources that use this resource

StructureDefinition
extension-PlanDefinition.action.typeCross-version Extension for R3.PlanDefinition.action.type for use in FHIR R4B
extension-RequestGroup.action.typeCross-version Extension for R3.RequestGroup.action.type for use in FHIR R4B

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "R3-action-type-for-R4B",
  "url": "http://hl7.org/fhir/uv/xver/3.0/ValueSet/R3-action-type-for-R4B",
  "version": "0.0.1-snapshot-1",
  "name": "R3-action-type-for-R4B",
  "title": "Cross-version VS for R3.ActionType for use in FHIR R4B",
  "status": "draft",
  "experimental": false,
  "date": "2025-06-03T03:12:07.1827504+02:00",
  "description": "This cross-version ValueSet represents concepts from http://hl7.org/fhir/ValueSet/action-type|3.0.2 for use in FHIR R4B. Concepts not present here have direct `equivalent` mappings crossing all versions from R3 to R4B.",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/action-type",
        "version": "3.0.2",
        "concept": [
          {
            "code": "create",
            "display": "Create"
          },
          {
            "code": "update",
            "display": "Update"
          },
          {
            "code": "remove",
            "display": "Remove"
          },
          {
            "code": "fire-event",
            "display": "Fire Event"
          }
        ]
      }
    ]
  },
  "expansion": {
    "contains": [
      {
        "system": "http://hl7.org/fhir/action-type",
        "version": "3.0.2",
        "code": "create",
        "display": "Create"
      },
      {
        "system": "http://hl7.org/fhir/action-type",
        "version": "3.0.2",
        "code": "update",
        "display": "Update"
      },
      {
        "system": "http://hl7.org/fhir/action-type",
        "version": "3.0.2",
        "code": "remove",
        "display": "Remove"
      },
      {
        "system": "http://hl7.org/fhir/action-type",
        "version": "3.0.2",
        "code": "fire-event",
        "display": "Fire Event"
      }
    ]
  }
}