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

FHIR IG analytics

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

Participants

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

This consent is made under the policy https://www.unimedsuisse.ch/de/projekte/generalkonsent .

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

doco Documentation for this format

Source1

{
  "resourceType": "Consent",
  "id": "GC-denied",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-core/StructureDefinition/CHCoreGeneralConsent"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Consent.grantor",
      "valueReference": {
        "reference": "RelatedPerson/BiologicalFather",
        "type": "RelatedPerson"
      }
    },
    {
      "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Consent.manager",
      "valueReference": {
        "reference": "HealthcareService/healthcareService-DemoCIS",
        "type": "HealthcareService",
        "identifier": {
          "system": "urn:oid:2.16.756.5.30.1",
          "value": "DemoCIS"
        },
        "display": "DemoCIS"
      }
    },
    {
      "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": "permit"
    }
  ],
  "status": "active",
  "scope": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/consentscope",
        "code": "research"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "59284-0"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/MaxMuster"
  },
  "dateTime": "2025-03-17",
  "performer": [
    {
      "reference": "Organization/SpitalSeeblick",
      "type": "Organization",
      "identifier": {
        "system": "urn:oid:2.51.1.3",
        "value": "7601000618306"
      },
      "display": "SpitalSeeblick"
    }
  ],
  "policy": [
    {
      "uri": "https://www.unimedsuisse.ch/de/projekte/generalkonsent"
    }
  ],
  "provision": {
    "period": {
      "start": "2025-03-17"
    },
    "purpose": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HRESCH"
      }
    ],
    "code": [
      {
        "coding": [
          {
            "system": "http://fhir.ch/ig/ch-core/CodeSystem/ConsentProvisionCodesCS",
            "code": "GC"
          }
        ]
      }
    ]
  }
}