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

FHIR IG Statistics: StructureDefinition/Profile-nNGM-Practitioner-Behandler

Packagede.uk-koeln.nngm.form
Resource TypeStructureDefinition
IdProfile-nNGM-Practitioner-Behandler
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.uk-koeln.nngm.form@1.0.0&canonical=http://uk-koeln.de/fhir/StructureDefinition/Practitioner/nNGM
URLhttp://uk-koeln.de/fhir/StructureDefinition/Practitioner/nNGM
Version1.0.0
Statusactive
NameProfile_nNGM_Practitioner_Behandler
TitleProfile - nNGM - Practitioner - Behandler
DescriptionDieses Profil beschreibt eine behandelnde Person (z.B. Externer Onkologe, Netzwerkzentrum-interner Behandler, Pathologe) innerhalb des nNGM-Projektes unabhängig von der jeweiligen Rolle.
TypePractitioner
Kindresource

Resources that use this resource

StructureDefinition
PractitionerRoleProfile - nNGM - PractitionerRole - BehandlerRolle

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "Profile-nNGM-Practitioner-Behandler",
  "url": "http://uk-koeln.de/fhir/StructureDefinition/Practitioner/nNGM",
  "version": "1.0.0",
  "name": "Profile_nNGM_Practitioner_Behandler",
  "title": "Profile - nNGM - Practitioner - Behandler",
  "status": "active",
  "description": "Dieses Profil beschreibt eine behandelnde Person (z.B. Externer Onkologe, Netzwerkzentrum-interner Behandler, Pathologe) innerhalb des nNGM-Projektes unabhängig von der jeweiligen Rolle.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Practitioner",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Practitioner",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Practitioner.identifier",
        "path": "Practitioner.identifier",
        "short": "Eindeutige Personen-Id aus dem NMS System",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Practitioner.identifier.system",
        "path": "Practitioner.identifier.system",
        "min": 1,
        "fixedUri": "http://uk-koeln.de/fhir/sid/nNGM/nms-person",
        "mustSupport": true
      },
      {
        "id": "Practitioner.identifier.value",
        "path": "Practitioner.identifier.value",
        "short": "Unique person identifier from the NMS System",
        "definition": "This is a unique value which can be fetched from NMS Database via: https://nngm-nms.medicalsyn.com/api/v1.0/Public/Person \r\nA \"internalSequenceIdentifier\" from the list must be choosen an set here",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}