FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagese.electronichealth.fhir.merier.r5
Resource TypeValueSet
IdValueSet-er-endpoint-connection-type.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=se.electronichealth.fhir.merier.r5@0.1.2-beta&canonical=http://electronichealth.se/fhir/NDI/ValueSet/er-endpoint-connection-type
URLhttp://electronichealth.se/fhir/NDI/ValueSet/er-endpoint-connection-type
Version0.1.0
Statusactive
Nameer-endpoint-connection-types
TitleProtokoller som ändpunkter följer
DescriptionIncludes connection types of endpoints.

Resources that use this resource

StructureDefinition
se.electronichealth.fhir.merier.r5#0.1.2-betaendpoint-erEndpoint (ER)

Resources that this resource uses

CodeSystem
hl7.terminology#currentendpoint-connection-typeEndpoint Connection Type

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "er-endpoint-connection-types",
  "id": "er-endpoint-connection-type",
  "title": "Protokoller som ändpunkter följer",
  "description": "Includes connection types of endpoints.",
  "url": "http://electronichealth.se/fhir/NDI/ValueSet/er-endpoint-connection-type",
  "version": "0.1.0",
  "compose": {
    "include": [
      {
        "system": "http://electronichealth.se/CodeSystem/endpoint-connection-types",
        "concept": [
          {
            "code": "unspecified-rest"
          },
          {
            "code": "unspecified-soap"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
        "concept": [
          {
            "code": "hl7-fhir-rest"
          },
          {
            "code": "dicom-wado-rs"
          }
        ]
      }
    ]
  }
}