{
  "resourceType" : "CodeSystem",
  "id" : "cz-documentEntry-authorRole-cs",
  "language" : "en",
  "text" : {
    "status" : "generated"
  },
  "url" : "https://hl7.cz/fhir/hie/CodeSystem/cz-documentEntry-authorRole-cs",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986"
  }],
  "version" : "0.0.1",
  "name" : "CZ_DocumentEntryAuthorRoleCs",
  "title" : "CZ DocumentEntry AuthorRole 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 author role codes.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "CZ",
      "display" : "Czechia"
    }]
  }],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [{
    "code" : "PAT",
    "display" : "Patient"
  },
  {
    "code" : "HCP",
    "display" : "Healthcare professional"
  },
  {
    "code" : "ORG",
    "display" : "Organization"
  }]
}