VS - Service Identifier

Metadata

These are the details for this resource:

NameDescriptionCanonical_URLStatusVersion
ServiceIdentifierVS

Identifiers for specifying an application of e-prescription communication

https://gematik.de/fhir/erp-servicerequest/ValueSet/service-identifier-vsdraft1.2

Resource content

These are different views on this resource:

ValueSet 'ServiceIdentifierVS'

Version1.2
Published bygematik GmbH
StatusDraft (since 2025-01-01)
ExperimentalFalse

Identifiers for specifying an application of e-prescription communication

This value set includes codes from the following code systems:

<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>
        <include>
            <system value="https://gematik.de/fhir/erp-servicerequest/CodeSystem/service-request-service-identifier-cs" />
        </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"
                    }
                ]
            },
            {
                "system": "https://gematik.de/fhir/erp-servicerequest/CodeSystem/service-request-service-identifier-cs"
            }
        ]
    }
}