VS - Service Identifier
Metadata
These are the details for this resource:
Name | Description | Canonical_URL | Status | Version |
---|---|---|---|---|
ServiceIdentifierVS | Identifiers for specifying an application of e-prescription communication | https://gematik.de/fhir/erp-servicerequest/ValueSet/service-identifier-vs | draft | 1.2 |
Resource content
These are different views on this resource:
ValueSet 'ServiceIdentifierVS'
Version | 1.2 |
Published by | gematik GmbH |
Status | Draft (since 2025-01-01) |
Experimental | False |
Identifiers for specifying an application of e-prescription communication
This value set includes codes from the following code systems:
- Include codes from ServiceIdentifierCS where concept IsA eRezept_Rezeptanforderung
- Include codes from ServiceIdentifierCS where concept IsA eRezept_ParenteraleZubereitung
<ValueSet xmlns="http://hl7.org/fhir"> <id value="service-identifier-vs" /> <url value="https://gematik.de/fhir/erp-servicerequest/ValueSet/service-identifier-vs" /> <version value="1.2" /> <name value="ServiceIdentifierVS" /> <title value="Identifier of the use case" /> <status value="draft" /> <experimental value="false" /> <date value="2025-01-01" /> <publisher value="gematik GmbH" /> <description value="Identifiers for specifying an application of e-prescription communication" /> <compose> <include> <system value="https://gematik.de/fhir/atf/CodeSystem/service-identifier-cs" /> <filter> <property value="concept" /> <op value="is-a" /> <value value="eRezept_Rezeptanforderung" /> </filter> </include> <include> <system value="https://gematik.de/fhir/atf/CodeSystem/service-identifier-cs" /> <filter> <property value="concept" /> <op value="is-a" /> <value value="eRezept_ParenteraleZubereitung" /> </filter> </include> </compose> </ValueSet>
{ "resourceType": "ValueSet", "status": "draft", "name": "ServiceIdentifierVS", "id": "service-identifier-vs", "title": "Identifier of the use case", "description": "Identifiers for specifying an application of e-prescription communication", "version": "1.2", "url": "https://gematik.de/fhir/erp-servicerequest/ValueSet/service-identifier-vs", "experimental": false, "publisher": "gematik GmbH", "date": "2025-01-01", "compose": { "include": [ { "system": "https://gematik.de/fhir/atf/CodeSystem/service-identifier-cs", "filter": [ { "property": "concept", "op": "is-a", "value": "eRezept_Rezeptanforderung" } ] }, { "system": "https://gematik.de/fhir/atf/CodeSystem/service-identifier-cs", "filter": [ { "property": "concept", "op": "is-a", "value": "eRezept_ParenteraleZubereitung" } ] } ] } }