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

FHIR IG analytics

Packagehl7.fhir.cz.img
Resource TypeValueSet
IdValueSet-cz-participation-type.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7-cz/img/ValueSet-cz-participation-type.html
URLhttps://ncez.mzcr.cz/terminology/ValueSet/participationType-cz
Version1.0.0
Statusactive
Date2024-01-01
NameCZ_ParticipationTypeVS
TitleParticipation Type Value Set
Realmcz
Authorityhl7
DescriptionParticipation type for Imaging Study series performer, it extends on the base set defined in the FHIR specification.

Resources that use this resource

StructureDefinition
hl7.fhir.cz.img#currentcz-study-imagingImaging Study (CZ)

Resources that this resource uses

CodeSystem
hl7.terminology#currentv3-ParticipationTypeParticipationType

Narrative

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

Generated Narrative: ValueSet cz-participation-type

Language: cs

This value set includes codes based on the following rules:


Source1

{
  "resourceType": "ValueSet",
  "id": "cz-participation-type",
  "language": "cs",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://ncez.mzcr.cz/terminology/ValueSet/participationType-cz",
  "version": "1.0.0",
  "name": "CZ_ParticipationTypeVS",
  "title": "Participation Type Value Set",
  "status": "active",
  "experimental": false,
  "date": "2024-01-01",
  "publisher": "HL7 Czech Republic",
  "contact": [
    {
      "name": "HL7 Czech Republic",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.cz/"
        }
      ]
    }
  ],
  "description": "Participation type for Imaging Study series performer, it extends on the base set defined in the FHIR specification.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CZ",
          "display": "Czechia"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "valueSet": [
          "http://hl7.org/fhir/ValueSet/series-performer-function"
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
        "version": "5.0.0",
        "concept": [
          {
            "code": "CST",
            "display": "custodian"
          }
        ]
      }
    ]
  }
}