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

FHIR IG Statistics: StructureDefinition/ConsentingPatient

Packagede.thieme-compliance.anamnese
Resource TypeStructureDefinition
IdConsentingPatient
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.thieme-compliance.anamnese@0.0.2-dev&canonical=https://thieme-compliance.de/fhir/StructureDefinition/ConsentingPatient
URLhttps://thieme-compliance.de/fhir/StructureDefinition/ConsentingPatient
Version1.0.0
Statusdraft
Date2023-05-02
NameConsentingPatient
TitleConsentig Patient
DescriptionPatientenressource für Einwilligungsbögen
CopyrightCopyright 2020-2023 Thieme Compliance GmbH
TypePatient
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
SalutationSalutation
ValueSet
ConsentTagsTags für FHIR-Ressourcen

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "ConsentingPatient",
  "url": "https://thieme-compliance.de/fhir/StructureDefinition/ConsentingPatient",
  "version": "1.0.0",
  "name": "ConsentingPatient",
  "title": "Consentig Patient",
  "status": "draft",
  "date": "2023-05-02",
  "publisher": "Thieme Compliance GmbH",
  "contact": [
    {
      "name": "Thieme Compliance GmbH",
      "telecom": [
        {
          "system": "url",
          "value": "http://thieme-compliance.de/",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Patientenressource für Einwilligungsbögen",
  "copyright": "Copyright 2020-2023 Thieme Compliance GmbH",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.meta",
        "path": "Patient.meta",
        "mustSupport": true
      },
      {
        "id": "Patient.meta.tag",
        "path": "Patient.meta.tag",
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "valueSet": "https://thieme-compliance.de/fhir/ValueSet/ConsentTags"
        }
      },
      {
        "id": "Patient.meta.tag.system",
        "path": "Patient.meta.tag.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.meta.tag.code",
        "path": "Patient.meta.tag.code",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.identifier",
        "path": "Patient.identifier",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.identifier.system",
        "path": "Patient.identifier.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.identifier.value",
        "path": "Patient.identifier.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.name",
        "path": "Patient.name",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.name.family",
        "path": "Patient.name.family",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.name.given",
        "path": "Patient.name.given",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.name.prefix",
        "path": "Patient.name.prefix",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.telecom",
        "path": "Patient.telecom",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "max": "2",
        "mustSupport": true
      },
      {
        "id": "Patient.telecom:eMail",
        "path": "Patient.telecom",
        "sliceName": "eMail",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.telecom:eMail.system",
        "path": "Patient.telecom.system",
        "min": 1,
        "fixedCode": "email",
        "mustSupport": true
      },
      {
        "id": "Patient.telecom:eMail.value",
        "path": "Patient.telecom.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.telecom:privatePhone",
        "path": "Patient.telecom",
        "sliceName": "privatePhone",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.telecom:privatePhone.system",
        "path": "Patient.telecom.system",
        "min": 1,
        "fixedCode": "phone",
        "mustSupport": true
      },
      {
        "id": "Patient.telecom:privatePhone.value",
        "path": "Patient.telecom.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.telecom:privatePhone.use",
        "path": "Patient.telecom.use",
        "min": 1,
        "fixedCode": "home",
        "mustSupport": true
      },
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "mustSupport": true
      },
      {
        "id": "Patient.gender.extension:salutation",
        "path": "Patient.gender.extension",
        "sliceName": "salutation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://thieme-compliance.de/fhir/StructureDefinition/Salutation"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Patient.gender.extension:salutation.value[x]",
        "path": "Patient.gender.extension.value[x]",
        "mustSupport": true
      },
      {
        "id": "Patient.birthDate",
        "path": "Patient.birthDate",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.address",
        "path": "Patient.address",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.address.line",
        "path": "Patient.address.line",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.address.city",
        "path": "Patient.address.city",
        "mustSupport": true
      },
      {
        "id": "Patient.address.postalCode",
        "path": "Patient.address.postalCode",
        "mustSupport": true
      }
    ]
  }
}