HL7 Czech Health information exchange Implementation Guide
0.0.1 - ci-build Czechia flag

HL7 Czech Health information exchange Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/HIE/ and changes regularly. See the Directory of published versions

: CZ DocumentEntry AuthorRole CodeSystem - JSON Representation

Active as of 2025-01-17

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "cz-documentEntry-authorRole-cs",
  "language" : "cs-CZ",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"cs-CZ\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"cs-CZ\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem cz-documentEntry-authorRole-cs</b></p><a name=\"cz-documentEntry-authorRole-cs\"> </a><a name=\"hccz-documentEntry-authorRole-cs\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: cs-CZ</p></div><p>This case-sensitive code system <code>https://hl7.cz/fhir/hie/CodeSystem/cz-documentEntry-authorRole-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">PAT<a name=\"cz-documentEntry-authorRole-cs-PAT\"> </a></td><td>Patient</td></tr><tr><td style=\"white-space:nowrap\">HCP<a name=\"cz-documentEntry-authorRole-cs-HCP\"> </a></td><td>Healthcare professional</td></tr><tr><td style=\"white-space:nowrap\">ORG<a name=\"cz-documentEntry-authorRole-cs-ORG\"> </a></td><td>Organization</td></tr></table></div>"
  },
  "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"
    }
  ]
}