Implementation Guide
ePA Basisfunktionalitäten
Version 1.2.0-ballot.1 - draft

: EPA Activity Provenance Type ValueSet - JSON Representation

Draft as of 2025-08-01

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "epa-activity-provenance-type-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet epa-activity-provenance-type-vs</b></p><a name=\"epa-activity-provenance-type-vs\"> </a><a name=\"hcepa-activity-provenance-type-vs\"> </a><p>This value set expansion contains 2 concepts.</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>System</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\"><a name=\"epa-activity-provenance-type-vs-http://terminology.hl7.org/CodeSystem/v3-DataOperation-CREATE\"> </a>\u00a0\u00a0<a href=\"http://terminology.hl7.org/6.3.0/CodeSystem-v3-DataOperation.html#v3-DataOperation-CREATE\">CREATE</a></td><td>http://terminology.hl7.org/CodeSystem/v3-DataOperation</td><td>create</td><td>Fundamental 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.</td></tr><tr><td style=\"white-space:nowrap\"><a name=\"epa-activity-provenance-type-vs-http://terminology.hl7.org/CodeSystem/v3-DataOperation-UPDATE\"> </a>\u00a0\u00a0<a href=\"http://terminology.hl7.org/6.3.0/CodeSystem-v3-DataOperation.html#v3-DataOperation-UPDATE\">UPDATE</a></td><td>http://terminology.hl7.org/CodeSystem/v3-DataOperation</td><td>revise</td><td>Fundamental 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.</td></tr></table></div>"
  },
  "url" : "https://gematik.de/fhir/epa/ValueSet/epa-activity-provenance-type-vs",
  "version" : "1.2.0-ballot.1",
  "name" : "EPAActivityProvenanceTypeVS",
  "title" : "EPA Activity Provenance Type ValueSet",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-08-01",
  "publisher" : "gematik GmbH",
  "contact" : [
    {
      "name" : "gematik GmbH",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.gematik.de"
        },
        {
          "system" : "email",
          "value" : "patientteam [ at ] 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"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-DataOperation",
        "concept" : [
          {
            "code" : "CREATE",
            "display" : "create"
          },
          {
            "code" : "UPDATE",
            "display" : "revise"
          }
        ]
      }
    ]
  },
  "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"
      }
    ]
  }
}