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

FHIR IG Statistics: CodeSystem/cs-connection-type-codes

Packagebotswana.hie.fhir
Resource TypeCodeSystem
Idcs-connection-type-codes
FHIR VersionR5
Sourcehttp://moh.bw.org/https://build.fhir.org/ig/jembi/botswana-hie-fhir-ig/CodeSystem-cs-connection-type-codes.html
URLhttp://moh.bw.org/CodeSystem/cs-connection-type-codes
Version1.0.0
Statusactive
Date2025-05-19T15:02:57+00:00
NameCSConnectionTypeCodes
TitleConnection Type Codes
DescriptionA coded value that represents the technical details of the usage of an endpoint.
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem cs-connection-type-codes

This case-sensitive code system http://moh.bw.org/CodeSystem/cs-connection-type-codes defines the following codes:

CodeDisplayDefinition
CR-rest Client RegistryInteract with the server interface using the client registry's RESTful interface.
IL-rest Interoperability LayerInteract with the targeted mediator using the interoperability layer's RESTful interface.

Source

{
  "resourceType": "CodeSystem",
  "id": "cs-connection-type-codes",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://moh.bw.org/CodeSystem/cs-connection-type-codes",
  "version": "1.0.0",
  "name": "CSConnectionTypeCodes",
  "title": "Connection Type Codes",
  "status": "active",
  "experimental": false,
  "date": "2025-05-19T15:02:57+00:00",
  "publisher": "Jembi Health Systems",
  "contact": [
    {
      "name": "Jembi Health Systems",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.jembi.org"
        },
        {
          "system": "email",
          "value": "info@jembi.org"
        }
      ]
    },
    {
      "name": "Jembi Health Systems",
      "telecom": [
        {
          "system": "email",
          "value": "info@jembi.org",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A coded value that represents the technical details of the usage of an endpoint.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "BW",
          "display": "Botswana"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "CR-rest",
      "display": "Client Registry",
      "definition": "Interact with the server interface using the client registry's RESTful interface."
    },
    {
      "code": "IL-rest",
      "display": "Interoperability Layer",
      "definition": "Interact with the targeted mediator using the interoperability layer's RESTful interface."
    }
  ]
}