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

FHIR IG Statistics: StructureDefinition/EcpPatient

Packagede.thieme-compliance.anamnese
Resource TypeStructureDefinition
IdEcpPatient
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.thieme-compliance.anamnese@0.0.2-dev&canonical=https://thieme-compliance.de/fhir/StructureDefinition/EcpPatient
URLhttps://thieme-compliance.de/fhir/StructureDefinition/EcpPatient
Version1.0.0
Statusdraft
Date2023-05-02
NameEcpPatient
TitleECP Patient
DescriptionPatientenressource für die ECP-Dateneinleitung
CopyrightCopyright 2020-2023 Thieme Compliance GmbH
TypePatient
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": "EcpPatient",
  "url": "https://thieme-compliance.de/fhir/StructureDefinition/EcpPatient",
  "version": "1.0.0",
  "name": "EcpPatient",
  "title": "ECP 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 die ECP-Dateneinleitung",
  "copyright": "Copyright 2020-2023 Thieme Compliance GmbH",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "https://gematik.de/fhir/isik/v2/Basismodul/StructureDefinition/ISiKPatient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.extension:konfession",
        "path": "Patient.extension",
        "sliceName": "konfession",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/patient-religion"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Patient.extension:konfession.value[x]",
        "path": "Patient.extension.value[x]",
        "mustSupport": true
      },
      {
        "id": "Patient.identifier:Versichertennummer_PKV",
        "path": "Patient.identifier",
        "sliceName": "Versichertennummer_PKV",
        "mustSupport": true
      },
      {
        "id": "Patient.identifier:sozialversicherungsnummer",
        "path": "Patient.identifier",
        "sliceName": "sozialversicherungsnummer",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.identifier:sozialversicherungsnummer.type",
        "path": "Patient.identifier.type",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.identifier:sozialversicherungsnummer.type.coding",
        "path": "Patient.identifier.type.coding",
        "patternCoding": {
          "code": "SS",
          "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
        }
      },
      {
        "id": "Patient.identifier:sozialversicherungsnummer.system",
        "path": "Patient.identifier.system",
        "mustSupport": true
      },
      {
        "id": "Patient.identifier:sozialversicherungsnummer.value",
        "path": "Patient.identifier.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.telecom",
        "path": "Patient.telecom",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "mustSupport": true
      },
      {
        "id": "Patient.telecom:eMail",
        "path": "Patient.telecom",
        "sliceName": "eMail",
        "min": 0,
        "max": "1",
        "patternContactPoint": {
          "system": "email"
        },
        "mustSupport": true
      },
      {
        "id": "Patient.telecom:eMail.system",
        "path": "Patient.telecom.system",
        "mustSupport": true
      },
      {
        "id": "Patient.telecom:eMail.value",
        "path": "Patient.telecom.value",
        "mustSupport": true
      },
      {
        "id": "Patient.telecom:privatePhone",
        "path": "Patient.telecom",
        "sliceName": "privatePhone",
        "min": 0,
        "max": "1",
        "patternContactPoint": {
          "system": "phone",
          "use": "home"
        },
        "mustSupport": true
      },
      {
        "id": "Patient.telecom:privatePhone.system",
        "path": "Patient.telecom.system",
        "mustSupport": true
      },
      {
        "id": "Patient.telecom:privatePhone.value",
        "path": "Patient.telecom.value",
        "mustSupport": true
      },
      {
        "id": "Patient.telecom:privatePhone.use",
        "path": "Patient.telecom.use",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.telecom:sms",
        "path": "Patient.telecom",
        "sliceName": "sms",
        "min": 0,
        "max": "1",
        "patternContactPoint": {
          "system": "sms"
        },
        "mustSupport": true
      },
      {
        "id": "Patient.telecom:sms.system",
        "path": "Patient.telecom.system",
        "mustSupport": true
      },
      {
        "id": "Patient.telecom:sms.value",
        "path": "Patient.telecom.value",
        "mustSupport": true
      }
    ]
  }
}