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

FHIR IG analytics

Packageans.fhir.fr.sdo
Resource TypeConsent
IdConsent-exemple-consent.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

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

-MeaningReference
*RelatedIdentifier: idNat_Decision (use: official, )

Source1

{
  "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"
          }
        }
      }
    ]
  }
}