eHealth Infrastructure
latest - ci-build

eHealth Infrastructure - Local Development build (vlatest) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Sharing Approval Policies - JSON Representation

Active as of 2023-11-24

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "ehealth-measurement-sharing-approval-policies",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://ehealth.sundhed.dk/cs/measurement-sharing-approval-policies</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><td><b>Dansk (Danish, da)</b></td></tr><tr><td style=\"white-space:nowrap\">manual<a name=\"ehealth-measurement-sharing-approval-policies-manual\"> </a></td><td>Manual</td><td>Document sharing must be approved manually</td><td>Deling af dokument skal godkendes manuelt</td></tr><tr><td style=\"white-space:nowrap\">automatic<a name=\"ehealth-measurement-sharing-approval-policies-automatic\"> </a></td><td>Automatic</td><td>Document sharing is approved automatically</td><td>Deling af dokument bliver godkendt automatisk</td></tr></table></div>"
  },
  "url" : "http://ehealth.sundhed.dk/cs/measurement-sharing-approval-policies",
  "version" : "latest",
  "name" : "SharingApprovalPolicies",
  "title" : "Sharing Approval Policies",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-11-24T00:00:00+00:00",
  "publisher" : "Den telemedicinske infrastruktur (eHealth Infrastructure)",
  "contact" : [
    {
      "name" : "Den telemedicinske infrastruktur (eHealth Infrastructure)",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://ehealth.sundhed.dk"
        }
      ]
    }
  ],
  "description" : "Sharing approval policies",
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "manual",
      "display" : "Manual",
      "definition" : "Document sharing must be approved manually",
      "designation" : [
        {
          "language" : "da",
          "value" : "Deling af dokument skal godkendes manuelt"
        }
      ]
    },
    {
      "code" : "automatic",
      "display" : "Automatic",
      "definition" : "Document sharing is approved automatically",
      "designation" : [
        {
          "language" : "da",
          "value" : "Deling af dokument bliver godkendt automatisk"
        }
      ]
    }
  ]
}