FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/Profile-nNGM-Consent-Einwilligungserklaerung

Packagede.uk-koeln.nngm.form
Resource TypeStructureDefinition
IdProfile-nNGM-Consent-Einwilligungserklaerung
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.uk-koeln.nngm.form@1.0.0&canonical=http://uk-koeln.de/fhir/StructureDefinition/nNGM/Consent
URLhttp://uk-koeln.de/fhir/StructureDefinition/nNGM/Consent
Version1.0.0
Statusactive
NameProfile_nNGM_Consent_Einwilligungserklaerung
TitleProfile - nNGM - Consent - Einwilligungserklärung
DescriptionDieses Profil beschreibt den Einwilligungserklärung innerhalb des nNGM-Projektes.
TypeConsent
Kindresource

Resources that use this resource

StructureDefinition
CompositionProfile - nNGM - Composition

Resources that this resource uses

ValueSet
nngm-consent-policyValueSet - nNGM - Consent Policy

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "Profile-nNGM-Consent-Einwilligungserklaerung",
  "url": "http://uk-koeln.de/fhir/StructureDefinition/nNGM/Consent",
  "version": "1.0.0",
  "name": "Profile_nNGM_Consent_Einwilligungserklaerung",
  "title": "Profile - nNGM - Consent - Einwilligungserklärung",
  "status": "active",
  "description": "Dieses Profil beschreibt den Einwilligungserklärung innerhalb des nNGM-Projektes.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Consent",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Consent",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Consent.status",
        "path": "Consent.status",
        "fixedCode": "active",
        "mustSupport": true
      },
      {
        "id": "Consent.scope",
        "path": "Consent.scope",
        "mustSupport": true
      },
      {
        "id": "Consent.scope.coding",
        "path": "Consent.scope.coding",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Consent.scope.coding.system",
        "path": "Consent.scope.coding.system",
        "fixedUri": "http://terminology.hl7.org/CodeSystem/consentscope",
        "mustSupport": true
      },
      {
        "id": "Consent.scope.coding.code",
        "path": "Consent.scope.coding.code",
        "fixedCode": "patient-privacy",
        "mustSupport": true
      },
      {
        "id": "Consent.category",
        "path": "Consent.category",
        "mustSupport": true
      },
      {
        "id": "Consent.category.coding",
        "path": "Consent.category.coding",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Consent.category.coding.system",
        "path": "Consent.category.coding.system",
        "fixedUri": "http://loinc.org",
        "mustSupport": true
      },
      {
        "id": "Consent.category.coding.code",
        "path": "Consent.category.coding.code",
        "fixedCode": "59284-0",
        "mustSupport": true
      },
      {
        "id": "Consent.patient",
        "path": "Consent.patient",
        "label": "Patient",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Consent.patient.reference",
        "path": "Consent.patient.reference",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Consent.dateTime",
        "path": "Consent.dateTime",
        "label": "Datum der Unterschrift",
        "short": "Datum der Unterschrift",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Consent.policyRule",
        "path": "Consent.policyRule",
        "label": "Name der Einwilligungserklärung",
        "short": "Name der Einwilligungserklärung, die unterschrieben wird",
        "min": 1,
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "http://uk-koeln.de/fhir/ValueSet/nNGM/nngm-consent-policy"
        }
      },
      {
        "id": "Consent.policyRule.coding",
        "path": "Consent.policyRule.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Consent.policyRule.coding.system",
        "path": "Consent.policyRule.coding.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Consent.policyRule.coding.code",
        "path": "Consent.policyRule.coding.code",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Consent.provision",
        "path": "Consent.provision",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Consent.provision.type",
        "path": "Consent.provision.type",
        "label": "Unterschrieben",
        "short": "Ob die Einwilligung durch die Unterschrift des Patienten gegeben wurde",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Consent.provision.provision",
        "path": "Consent.provision.provision",
        "contentReference": "http://hl7.org/fhir/StructureDefinition/Consent#Consent.provision"
      }
    ]
  }
}