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

FHIR IG Statistics: StructureDefinition/PractitionerCoreDe

Packageishmed.i14y.r4.de
Resource TypeStructureDefinition
IdPractitionerCoreDe
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ishmed.i14y.r4.de@3.0.0&canonical=http://fhir.ishmed.com/R4/StructureDefinition/PractitionerCoreDe
URLhttp://fhir.ishmed.com/R4/StructureDefinition/PractitionerCoreDe
Version2.0.0
Statusactive
Date2022-07-29
NamePractitioner_Core_DE
TitlePractitioner Profile Germany
DescriptionA Practitioner profile for caregivers, both employed by the provider and collaborating.
CopyrightCopyright © 2022 Oracle and/or its affiliates. All rights reserved.
TypePractitioner
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
address-de-basisAdresse, deutsches Basisprofil
humanname-de-basisHumanName, deutsches Basisprofil
identifier-lanrIdentifier-Profil für die Abbildung einer lebenslangen Arztnummer

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "PractitionerCoreDe",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
      "valueString": "Base.Individuals"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
      "valueCode": "individual"
    }
  ],
  "url": "http://fhir.ishmed.com/R4/StructureDefinition/PractitionerCoreDe",
  "version": "2.0.0",
  "name": "Practitioner_Core_DE",
  "title": "Practitioner Profile Germany",
  "status": "active",
  "experimental": false,
  "date": "2022-07-29",
  "publisher": "Oracle Cerner",
  "description": "A Practitioner profile for caregivers, both employed by the provider and collaborating.",
  "copyright": "Copyright © 2022 Oracle and/or its affiliates. All rights reserved.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "servd",
      "uri": "http://www.omg.org/spec/ServD/1.0/",
      "name": "ServD"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Practitioner",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Practitioner",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Practitioner.identifier",
        "path": "Practitioner.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Practitioner.identifier:Arztnummer",
        "path": "Practitioner.identifier",
        "sliceName": "Arztnummer",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://fhir.de/StructureDefinition/identifier-lanr"
            ]
          }
        ],
        "patternIdentifier": {
          "type": {
            "coding": [
              {
                "code": "LANR",
                "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
              }
            ]
          }
        },
        "mustSupport": true
      },
      {
        "id": "Practitioner.identifier:Arztnummer.type",
        "path": "Practitioner.identifier.type",
        "min": 1
      },
      {
        "id": "Practitioner.active",
        "path": "Practitioner.active",
        "mustSupport": true
      },
      {
        "id": "Practitioner.name",
        "path": "Practitioner.name",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Practitioner.name:Name",
        "path": "Practitioner.name",
        "sliceName": "Name",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "HumanName",
            "profile": [
              "http://fhir.de/StructureDefinition/humanname-de-basis"
            ]
          }
        ],
        "patternHumanName": {
          "use": "official"
        },
        "mustSupport": true
      },
      {
        "id": "Practitioner.name:Name.use",
        "path": "Practitioner.name.use",
        "min": 1,
        "fixedCode": "official",
        "mustSupport": true
      },
      {
        "id": "Practitioner.name:Name.family",
        "path": "Practitioner.name.family",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Practitioner.name:Name.given",
        "path": "Practitioner.name.given",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Practitioner.name:Name.prefix",
        "path": "Practitioner.name.prefix",
        "mustSupport": true
      },
      {
        "id": "Practitioner.address",
        "path": "Practitioner.address",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "mustSupport": true
      },
      {
        "id": "Practitioner.address:PoBoxAddress",
        "path": "Practitioner.address",
        "sliceName": "PoBoxAddress",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Address",
            "profile": [
              "http://fhir.de/StructureDefinition/address-de-basis"
            ]
          }
        ],
        "patternAddress": {
          "type": "postal"
        },
        "mustSupport": true
      },
      {
        "id": "Practitioner.address:PoBoxAddress.type",
        "path": "Practitioner.address.type",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Practitioner.address:PoBoxAddress.line",
        "path": "Practitioner.address.line",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Practitioner.address:PoBoxAddress.line.extension:Strasse",
        "path": "Practitioner.address.line.extension",
        "sliceName": "Strasse",
        "max": "0"
      },
      {
        "id": "Practitioner.address:PoBoxAddress.line.extension:Hausnummer",
        "path": "Practitioner.address.line.extension",
        "sliceName": "Hausnummer",
        "max": "0"
      },
      {
        "id": "Practitioner.address:PoBoxAddress.line.extension:Adresszusatz",
        "path": "Practitioner.address.line.extension",
        "sliceName": "Adresszusatz",
        "max": "0"
      },
      {
        "id": "Practitioner.address:PoBoxAddress.line.extension:Postfach",
        "path": "Practitioner.address.line.extension",
        "sliceName": "Postfach",
        "mustSupport": true
      },
      {
        "id": "Practitioner.address:PoBoxAddress.city",
        "path": "Practitioner.address.city",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Practitioner.address:PoBoxAddress.postalCode",
        "path": "Practitioner.address.postalCode",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Practitioner.address:PoBoxAddress.country",
        "path": "Practitioner.address.country",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Practitioner.address:StreetAddress",
        "path": "Practitioner.address",
        "sliceName": "StreetAddress",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Address",
            "profile": [
              "http://fhir.de/StructureDefinition/address-de-basis"
            ]
          }
        ],
        "patternAddress": {
          "type": "both"
        },
        "mustSupport": true
      },
      {
        "id": "Practitioner.address:StreetAddress.type",
        "path": "Practitioner.address.type",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Practitioner.address:StreetAddress.line",
        "path": "Practitioner.address.line",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Practitioner.address:StreetAddress.line.extension:Strasse",
        "path": "Practitioner.address.line.extension",
        "sliceName": "Strasse",
        "mustSupport": true
      },
      {
        "id": "Practitioner.address:StreetAddress.line.extension:Hausnummer",
        "path": "Practitioner.address.line.extension",
        "sliceName": "Hausnummer",
        "mustSupport": true
      },
      {
        "id": "Practitioner.address:StreetAddress.line.extension:Adresszusatz",
        "path": "Practitioner.address.line.extension",
        "sliceName": "Adresszusatz",
        "mustSupport": true
      },
      {
        "id": "Practitioner.address:StreetAddress.line.extension:Postfach",
        "path": "Practitioner.address.line.extension",
        "sliceName": "Postfach",
        "max": "0"
      },
      {
        "id": "Practitioner.address:StreetAddress.city",
        "path": "Practitioner.address.city",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Practitioner.address:StreetAddress.postalCode",
        "path": "Practitioner.address.postalCode",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Practitioner.address:StreetAddress.country",
        "path": "Practitioner.address.country",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}