eHealth Infrastructure
7.0.0 - release Denmark flag

eHealth Infrastructure, published by Den telemedicinske infrastruktur (eHealth Infrastructure). This guide is not an authorized publication; it is the continuous build for version 7.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fut-infrastructure/implementation-guide/ and changes regularly. See the Directory of published versions

: Consent/23 - JSON Representation

Raw json | Download

{
  "resourceType" : "Consent",
  "id" : "23",
  "meta" : {
    "versionId" : "1",
    "profile" : [
      🔗 "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Consent 23</b></p><a name=\"23\"> </a><a name=\"hc23\"> </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\">version: 1</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ehealth-consent.html\">ehealth-consent</a></p></div><p><b>What the consent is related to</b>: <a href=\"EpisodeOfCare-42.html\">EpisodeOfCare: extension = -&gt;Organization 63785662-18ad-4896-b960-505e94bdc5c4; status = planned; period = 2023-01-01 00:00:00+0000 --&gt; (ongoing)</a></p><p><b>status</b>: active</p><p><b>scope</b>: <span title=\"Codes:{http://ehealth.sundhed.dk/cs/ehealth-consent-scope behavior}\">Behavior</span></p><p><b>category</b>: <span title=\"Codes:{http://ehealth.sundhed.dk/cs/consent-category behavior-by-policy}\">Adfærd baseret på policy</span></p><p><b>patient</b>: <a href=\"Patient-102.html\">Nancy Ann Berggren (official) Ukendt, DoB Unknown ( urn:oid:1.2.208.176.1.2#Danish civil registration system - CPR#2512489996\u00a0(use:\u00a0official,\u00a0))</a></p><h3>Policies</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Uri</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"http://ehealth.sundhed.dk/policy/ehealth/display-triage-result\">http://ehealth.sundhed.dk/policy/ehealth/display-triage-result</a></td></tr></table><h3>Provisions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Class</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"CodeSystem-hl7.org-fhir-resource-types.html#hl7.org-fhir-resource-types-ClinicalImpression\">Resource Type: ClinicalImpression</a> (ClinicalImpression)</td><td><span title=\"Codes:{http://ehealth.sundhed.dk/cs/ehealth-consent-provision-code display-triage-result}\">display-triage-result</span></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent-affiliation",
      "valueReference" : {
        🔗 "reference" : "EpisodeOfCare/42"
      }
    }
  ],
  "status" : "active",
  "scope" : {
    "coding" : [
      {
        "system" : "http://ehealth.sundhed.dk/cs/ehealth-consent-scope",
        "code" : "behavior"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://ehealth.sundhed.dk/cs/consent-category",
          "code" : "behavior-by-policy"
        }
      ]
    }
  ],
  "patient" : {
    🔗 "reference" : "Patient/102"
  },
  "policy" : [
    {
      "uri" : "http://ehealth.sundhed.dk/policy/ehealth/display-triage-result"
    }
  ],
  "provision" : {
    "class" : [
      {
        "system" : "http://hl7.org/fhir/resource-types",
        "code" : "ClinicalImpression"
      }
    ],
    "code" : [
      {
        "coding" : [
          {
            "system" : "http://ehealth.sundhed.dk/cs/ehealth-consent-provision-code",
            "code" : "display-triage-result"
          }
        ]
      }
    ]
  }
}