FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageans.fhir.fr.tddui
Resource TypeConsent
IdConsent-tddui-pp-pa-consent-accord-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Narratif généré : Consent tddui-pp-pa-consent-accord-example

status: Active

scope: Privacy Consent

category: Consent Document

dateTime: 2024-01-15 09:00:00+0100

performer: Practitioner Élodie Bernard

Policies

-Authority
*https://www.cnsa.fr/

Source1

{
  "resourceType": "Consent",
  "id": "tddui-pp-pa-consent-accord-example",
  "meta": {
    "profile": [
      "https://interop.esante.gouv.fr/ig/fhir/tddui/StructureDefinition/tddui-consent-accord"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "scope": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/consentscope",
        "code": "patient-privacy",
        "display": "Privacy Consent"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "59284-0"
        }
      ]
    }
  ],
  "dateTime": "2024-01-15T09:00:00+01:00",
  "performer": [
    {
      "reference": "Practitioner/tddui-pp-pa-practitioner-ide-example"
    }
  ],
  "policy": [
    {
      "authority": "https://www.cnsa.fr/"
    }
  ]
}