FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
This value set expansion contains 3 concepts.
| System | Code | Display | Definition |
http://terminology.hl7.org/CodeSystem/v3-DataOperation | CREATE | create | 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. |
http://terminology.hl7.org/CodeSystem/v3-DataOperation | UPDATE | revise | 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. |
http://terminology.hl7.org/CodeSystem/v3-DataOperation | DELETE | delete | Fundamental 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"
}
]
}
}