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

FHIR IG analytics

Packagehl7.fhir.cz.hie
Resource TypeCodeSystem
IdCodeSystem-cz-participants-cs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7-cz/HIE/CodeSystem-cz-participants-cs.html
URLhttps://hl7.cz/fhir/hie/CodeSystem/cz-participants-cs
Version0.0.1
Statusactive
Date2025-01-17
NameCZ_ParticipantsCs
TitleCZ Participants CodeSystem
Realmcz
Authorityhl7
DescriptionCodesystem for participant code.
Contentcomplete

Resources that use this resource

ValueSet
cz-participants-vsCZ Participants ValueSet

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem cz-participants-cs

Language: cs-CZ

This case-sensitive code system https://hl7.cz/fhir/hie/CodeSystem/cz-participants-cs defines the following codes:

CodeDisplay
PAT Pacient
HCP Zdravotnický pracovník
GRP Zdravotnická skupina

Source1

{
  "resourceType": "CodeSystem",
  "id": "cz-participants-cs",
  "language": "cs-CZ",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.cz/fhir/hie/CodeSystem/cz-participants-cs",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986"
    }
  ],
  "version": "0.0.1",
  "name": "CZ_ParticipantsCs",
  "title": "CZ Participants CodeSystem",
  "status": "active",
  "experimental": false,
  "date": "2025-01-17",
  "publisher": "HL7 Czech Republic",
  "contact": [
    {
      "name": "HL7 Czech Republic",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.cz/"
        }
      ]
    }
  ],
  "description": "Codesystem for participant code.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CZ",
          "display": "Czechia"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "PAT",
      "display": "Pacient"
    },
    {
      "code": "HCP",
      "display": "Zdravotnický pracovník"
    },
    {
      "code": "GRP",
      "display": "Zdravotnická skupina"
    }
  ]
}