FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/EndpointPayloadTypeVS

Packagede.gematik.fhir.directory
Resource TypeValueSet
IdEndpointPayloadTypeVS
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.fhir.directory@0.15.0&canonical=https://gematik.de/fhir/directory/ValueSet/EndpointPayloadTypeVS
URLhttps://gematik.de/fhir/directory/ValueSet/EndpointPayloadTypeVS
Version0.15.0
Statusactive
Date2024-10-29
NameEndpointPayloadTypeVS
DescriptionValueSet for `Endpoint.payloadType`

Resources that use this resource

StructureDefinition
EndpointDirectoryEndpoint in gematik Directory

Resources that this resource uses

CodeSystem
data-absent-reasonDataAbsentReason
EndpointDirectoryPayloadTypeCodes for Endpoint.payloadType

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "EndpointPayloadTypeVS",
  "id": "EndpointPayloadTypeVS",
  "description": "ValueSet for `Endpoint.payloadType`",
  "version": "0.15.0",
  "url": "https://gematik.de/fhir/directory/ValueSet/EndpointPayloadTypeVS",
  "experimental": false,
  "publisher": "gematik GmbH",
  "date": "2024-10-29",
  "compose": {
    "include": [
      {
        "system": "https://gematik.de/fhir/directory/CodeSystem/EndpointDirectoryPayloadType"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason",
        "concept": [
          {
            "code": "not-applicable",
            "display": "Not Applicable"
          }
        ]
      }
    ]
  }
}