CH EPR FHIR (R4)
4.0.0-ci-build - DSTU3 Switzerland flag

CH EPR FHIR (R4), published by eHealth Suisse. This guide is not an authorized publication; it is the continuous build for version 4.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ehealthsuisse/ch-epr-mhealth/ and changes regularly. See the Directory of published versions

: CH PPQm Consent Identifier Type - JSON Representation

Active as of 2024-04-02

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "PpqmConsentIdentifierType",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://fhir.ch/ig/ch-epr-fhir/CodeSystem/PpqmConsentIdentifierType</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">policySetId<a name=\"PpqmConsentIdentifierType-policySetId\"> </a></td><td>Policy Set UUID</td><td>Policy Set UUID</td></tr><tr><td style=\"white-space:nowrap\">templateId<a name=\"PpqmConsentIdentifierType-templateId\"> </a></td><td>Policy Set Template ID</td><td>Policy Set Template ID</td></tr></table></div>"
  },
  "url" : "http://fhir.ch/ig/ch-epr-fhir/CodeSystem/PpqmConsentIdentifierType",
  "version" : "4.0.0-ci-build",
  "name" : "PpqmConsentIdentifierType",
  "title" : "CH PPQm Consent Identifier Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-04-02T13:24:19+00:00",
  "publisher" : "eHealth Suisse",
  "contact" : [
    {
      "name" : "eHealth Suisse",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.e-health-suisse.ch"
        }
      ]
    }
  ],
  "description" : "Code system for CH:PPQm Consent Identifier Types",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CH"
        }
      ]
    }
  ],
  "copyright" : "CC0-1.0",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "policySetId",
      "display" : "Policy Set UUID",
      "definition" : "Policy Set UUID"
    },
    {
      "code" : "templateId",
      "display" : "Policy Set Template ID",
      "definition" : "Policy Set Template ID"
    }
  ]
}