FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.gematik.epa
Resource TypeValueSet
IdValueSet-epa-activity-provenance-type-vs.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.epa@1.3.0&canonical=https://gematik.de/fhir/epa/ValueSet/epa-activity-provenance-type-vs
URLhttps://gematik.de/fhir/epa/ValueSet/epa-activity-provenance-type-vs
Version1.2.0
Statusactive
Date2025-09-12
NameEPAActivityProvenanceTypeVS
TitleEPA Activity Provenance Type ValueSet
Realmde
DescriptionDieses Valueset enthält die Codes zur Beschreibung von Art der Aktivität.
Copyrightgematik GmbH / Dieses Artefakt ist lizenziert unter [Apache License](./license.html), Version 2.0.

Resources that use this resource

StructureDefinition
epa-activity-provenanceEPA Activity Provenance

Resources that this resource uses

CodeSystem
v3-DataOperationDataOperation

Narrative

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

Generated Narrative: ValueSet epa-activity-provenance-type-vs

This value set expansion contains 3 concepts.

SystemCodeDisplayDefinition
http://terminology.hl7.org/CodeSystem/v3-DataOperation  CREATEcreateFundamental operation in an Information System (IS) that results only in the act of bringing an object into existence. Note: The preceding definition is taken from the HL7 RBAC specification. There is no restriction on how the operation is invoked, e.g., via a user interface. For an HL7 Act, the state transitions per the HL7 Reference Information Model.
http://terminology.hl7.org/CodeSystem/v3-DataOperation  UPDATEreviseFundamental operation in an Information System (IS) that results only in the revision or alteration of an object. Note: The preceding definition is taken from the HL7 RBAC specification. There is no restriction on how the operation is invoked, e.g., via a user interface.
http://terminology.hl7.org/CodeSystem/v3-DataOperation  DELETEdeleteFundamental operation in an Information System (IS) that results only in the removal of information about an object from memory or storage. Note: The preceding definition is taken from the HL7 RBAC specification. There is no restriction on how the operation is invoked, e.g., via a user interface.

Source1

{
  "resourceType": "ValueSet",
  "id": "epa-activity-provenance-type-vs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://gematik.de/fhir/epa/ValueSet/epa-activity-provenance-type-vs",
  "version": "1.2.0",
  "name": "EPAActivityProvenanceTypeVS",
  "title": "EPA Activity Provenance Type ValueSet",
  "status": "active",
  "experimental": false,
  "date": "2025-09-12",
  "publisher": "gematik GmbH",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.gematik.de"
        }
      ]
    }
  ],
  "description": "Dieses Valueset enthält die Codes zur Beschreibung von Art der Aktivität.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DE"
        }
      ]
    }
  ],
  "immutable": false,
  "copyright": "gematik GmbH / Dieses Artefakt ist lizenziert unter [Apache License](./license.html), Version 2.0.",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-DataOperation",
        "concept": [
          {
            "code": "CREATE",
            "display": "create"
          },
          {
            "code": "UPDATE",
            "display": "revise"
          },
          {
            "code": "DELETE",
            "display": "delete"
          }
        ]
      }
    ]
  },
  "expansion": {
    "timestamp": "2025-06-02",
    "contains": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-DataOperation",
        "code": "CREATE",
        "display": "create"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-DataOperation",
        "code": "UPDATE",
        "display": "revise"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-DataOperation",
        "code": "DELETE",
        "display": "delete"
      }
    ]
  }
}