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

FHIR IG Statistics: StructureDefinition/EcpAngehoeriger

Packagede.thieme-compliance.anamnese
Resource TypeStructureDefinition
IdEcpAngehoeriger
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.thieme-compliance.anamnese@0.0.2-dev&canonical=https://thieme-compliance.de/fhir/StructureDefinition/EcpAngehoeriger
URLhttps://thieme-compliance.de/fhir/StructureDefinition/EcpAngehoeriger
Version1.0.0
Statusdraft
Date2023-05-02
NameEcpAngehoeriger
TitleECP Angehöriger
DescriptionPatienten-Angehöriger für die ECP-Dateneinleitung
CopyrightCopyright 2020-2023 Thieme Compliance GmbH
TypeRelatedPerson
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "EcpAngehoeriger",
  "url": "https://thieme-compliance.de/fhir/StructureDefinition/EcpAngehoeriger",
  "version": "1.0.0",
  "name": "EcpAngehoeriger",
  "title": "ECP Angehöriger",
  "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": "Patienten-Angehöriger für die ECP-Dateneinleitung",
  "copyright": "Copyright 2020-2023 Thieme Compliance GmbH",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "RelatedPerson",
  "baseDefinition": "https://gematik.de/fhir/isik/v2/Basismodul/StructureDefinition/ISiKAngehoeriger",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "RelatedPerson.relationship",
        "path": "RelatedPerson.relationship",
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.name.family",
        "path": "RelatedPerson.name.family",
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.name.given",
        "path": "RelatedPerson.name.given",
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.name.prefix",
        "path": "RelatedPerson.name.prefix",
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.telecom",
        "path": "RelatedPerson.telecom",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.telecom:eMail",
        "path": "RelatedPerson.telecom",
        "sliceName": "eMail",
        "min": 0,
        "max": "1",
        "patternContactPoint": {
          "system": "email"
        },
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.telecom:eMail.system",
        "path": "RelatedPerson.telecom.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.telecom:eMail.value",
        "path": "RelatedPerson.telecom.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.telecom:privatePhone",
        "path": "RelatedPerson.telecom",
        "sliceName": "privatePhone",
        "min": 0,
        "max": "1",
        "patternContactPoint": {
          "system": "phone",
          "use": "home"
        },
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.telecom:privatePhone.system",
        "path": "RelatedPerson.telecom.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.telecom:privatePhone.value",
        "path": "RelatedPerson.telecom.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.telecom:privatePhone.use",
        "path": "RelatedPerson.telecom.use",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.birthDate",
        "path": "RelatedPerson.birthDate",
        "mustSupport": true
      }
    ]
  }
}