{
  "resourceType" : "ValueSet",
  "id" : "cz-participation-type",
  "language" : "en",
  "text" : {
    "status" : "extensions"
  },
  "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"
      }]
    }]
  }
}