FHIR IG analytics| Package | ans.fhir.fr.sdo |
| Resource Type | Consent |
| Id | Consent-exemple-consent.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Consent exemple-consent
Information Source: urn:uuid:53fefa32-fcbb-4ff8-8a92-55ee120877b7
Profil: ESMSConsent
status: Active
scope: Privacy Consent
category: Consent
dateTime: 2022-05-11
policyRule: opt-in
provision
Data
Meaning Reference Related Identifier: idNat_Decision (use: official, )
{
"resourceType": "Consent",
"id": "exemple-consent",
"meta": {
"source": "urn:uuid:53fefa32-fcbb-4ff8-8a92-55ee120877b7",
"profile": [
"https://interop.esante.gouv.fr/ig/fhir/sdo/StructureDefinition/esms-consent"
]
},
"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",
"display": "Consent"
}
]
}
],
"dateTime": "2022-05-11",
"policyRule": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "OPTIN"
}
]
},
"provision": {
"data": [
{
"meaning": "related",
"reference": {
"identifier": {
"use": "official",
"value": "idNat_Decision"
}
}
}
]
}
}