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

FHIR IG analytics

Packagech.fhir.ig.ch-core
Resource TypeConsent
IdConsent-PatPortalParticipation-accepted.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 PatPortalParticipation-accepted

Participants

RoleDetails
PatientMax Muster (official) Male, DoB: 1938-12-12 ( Medical record number)
Party?rref?

This consent is made under the policy https://example.org/patient-portal-policy .

RuleTime PeriodWhatRulesdoco
.. permit
... deny
  • Period: 2025-03-17 --> (ongoing)

doco Documentation for this format

Source1

{
  "resourceType": "Consent",
  "id": "PatPortalParticipation-accepted",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-core/StructureDefinition/CHCoreConsent"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Consent.grantor",
      "valueReference": {
        "reference": "Patient/MaxMuster",
        "type": "Patient",
        "identifier": {
          "system": "urn:oid:2.999.1.2.3.4",
          "value": "8733"
        }
      }
    },
    {
      "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Consent.manager",
      "valueReference": {
        "reference": "HealthcareService/healthcareService-DemoPatientPortal",
        "type": "HealthcareService",
        "identifier": {
          "system": "urn:oid:2.16.756.5.30.1",
          "value": "DemoPatientPortal"
        },
        "display": "DemoPatientPortal"
      }
    },
    {
      "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Consent.controller",
      "valueReference": {
        "reference": "Organization/SpitalSeeblick",
        "type": "Organization",
        "identifier": {
          "system": "urn:oid:2.51.1.3",
          "value": "7601000618306"
        },
        "display": "SpitalSeeblick"
      }
    }
  ],
  "modifierExtension": [
    {
      "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Consent.decision",
      "valueCode": "deny"
    }
  ],
  "status": "active",
  "scope": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/consentscope",
        "code": "patient-privacy"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "64292-6"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/MaxMuster"
  },
  "dateTime": "2025-03-17",
  "performer": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/alternate-reference",
          "valueReference": {
            "reference": "HealthcareService/healthcareService-DemoPatientPortal",
            "type": "HealthcareService",
            "identifier": {
              "system": "urn:oid:2.16.756.5.30.1",
              "value": "DemoPatientPortal"
            },
            "display": "DemoPatientPortal"
          }
        }
      ]
    }
  ],
  "policy": [
    {
      "uri": "https://example.org/patient-portal-policy"
    }
  ],
  "provision": {
    "period": {
      "start": "2025-03-17"
    },
    "purpose": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "PATADMIN"
      }
    ],
    "code": [
      {
        "coding": [
          {
            "system": "http://fhir.ch/ig/ch-core/CodeSystem/ConsentProvisionCodesCS",
            "code": "PATPORTAL"
          }
        ]
      }
    ]
  }
}