Guide d’Implémentation FHIR – Pré-admission Hospitalière en Ligne
0.1.0 - ci-build FRANCE

Guide d’Implémentation FHIR – Pré-admission Hospitalière en Ligne - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Refus du consentement RGPD - JSON Representation

Raw json | Download

{
  "resourceType" : "Consent",
  "id" : "consentement-refus-rgpd",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.fr/fhir/fr/preadmission/StructureDefinition/preadmission-consent-fr"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : Consent consentement-refus-rgpd</b></p><a name=\"consentement-refus-rgpd\"> </a><a name=\"hcconsentement-refus-rgpd\"> </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\"/><p style=\"margin-bottom: 0px\">Profil: <a href=\"StructureDefinition-preadmission-consent-fr.html\">Fr Preadmission Consent Profile</a></p></div><p><b>status</b>: Active</p><p><b>scope</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentscope patient-privacy}\">Privacy Consent</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 57016-8}\">Privacy Policy Acknowledgment Document</span></p><p><b>patient</b>: <a href=\"Patient-patient-001.html\">Jean Dupont</a></p><p><b>dateTime</b>: 2025-05-14 08:30:00+0000</p><h3>Policies</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Authority</b></td><td><b>Uri</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"https://www.cnil.fr/\">https://www.cnil.fr/</a></td><td><a href=\"https://eur-lex.europa.eu/eli/reg/2016/679/oj\">https://eur-lex.europa.eu/eli/reg/2016/679/oj</a></td></tr></table><h3>Provisions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Purpose</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>Opt Out</td><td><a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-ActReason.html#v3-ActReason-PATREQ\">ActReason PATREQ</a>: patient request query</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentaction collect}\">Collect</span></td></tr></table></div>"
  },
  "status" : "active",
  "scope" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/consentscope",
        "code" : "patient-privacy",
        "display" : "Privacy Consent"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "57016-8",
          "display" : "Privacy Policy Acknowledgment Document"
        }
      ]
    }
  ],
  "patient" : {
    🔗 "reference" : "Patient/patient-001",
    "display" : "Jean Dupont"
  },
  "dateTime" : "2025-05-14T08:30:00+00:00",
  "policy" : [
    {
      "authority" : "https://www.cnil.fr/",
      "uri" : "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
    }
  ],
  "provision" : {
    "type" : "deny",
    "purpose" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code" : "PATREQ",
        "display" : "patient request query"
      }
    ],
    "code" : [
      {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/consentaction",
            "code" : "collect",
            "display" : "Collect"
          }
        ]
      }
    ]
  }
}