CH ORF (R4)
2.0.1 - trial-use Switzerland flag

This page is part of the CH ORF (R4) (v2.0.1: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Consent Status - JSON Representation

Active as of 2023-12-28

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "ch-orf-cs-consentstatus",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://fhir.ch/ig/ch-orf/CodeSystem/ch-orf-cs-consentstatus</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\">ExplicitAgreement<a name=\"ch-orf-cs-consentstatus-ExplicitAgreement\"> </a></td><td>Patient is informed and has explicitly agreed</td></tr><tr><td style=\"white-space:nowrap\">Other<a name=\"ch-orf-cs-consentstatus-Other\"> </a></td><td>Other situation such as 'implicit agreement', 'agreed by legal guardian' etc.</td></tr></table></div>"
  },
  "url" : "http://fhir.ch/ig/ch-orf/CodeSystem/ch-orf-cs-consentstatus",
  "version" : "2.0.1",
  "name" : "ChOrfConsentStatus",
  "title" : "Consent Status",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-12-28T11:41:33+01:00",
  "publisher" : "HL7 Switzerland",
  "contact" : [
    {
      "name" : "HL7 Switzerland",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.hl7.ch/"
        }
      ]
    }
  ],
  "description" : "Value Set for CH ORF Consent Status",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CH"
        }
      ]
    }
  ],
  "copyright" : "CC0-1.0",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "ExplicitAgreement",
      "display" : "Patient is informed and has explicitly agreed"
    },
    {
      "code" : "Other",
      "display" : "Other situation such as 'implicit agreement', 'agreed by legal guardian' etc."
    }
  ]
}