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

FHIR IG Statistics: StructureDefinition/Profile-nNGM-Organization-Organisation

Packagede.uk-koeln.nngm.form
Resource TypeStructureDefinition
IdProfile-nNGM-Organization-Organisation
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.uk-koeln.nngm.form@1.0.0&canonical=http://uk-koeln.de/fhir/StructureDefinition/Organisation/nNGM
URLhttp://uk-koeln.de/fhir/StructureDefinition/Organisation/nNGM
Version1.0.0
Statusactive
NameProfile_nNGM_Organization_Organisation
TitleProfile - nNGM - Organization - Organisation
DescriptionDieses Profil beschreibt ein Netzwerkzentrum, die Organisationszugehörigkeit (Organisation oder Abteilung) eines Behandlers und die Pathologien innerhalb des nNGM-Projektes.
TypeOrganization
Kindresource

Resources that use this resource

StructureDefinition
CompositionProfile - nNGM - Composition
PractitionerRoleProfile - nNGM - PractitionerRole - BehandlerRolle
AnforderungDerDiagnostikProfile - nNGM - ServiceRequest - Anforderung der Diagnostik

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "Profile-nNGM-Organization-Organisation",
  "url": "http://uk-koeln.de/fhir/StructureDefinition/Organisation/nNGM",
  "version": "1.0.0",
  "name": "Profile_nNGM_Organization_Organisation",
  "title": "Profile - nNGM - Organization - Organisation",
  "status": "active",
  "description": "Dieses Profil beschreibt ein Netzwerkzentrum, die Organisationszugehörigkeit (Organisation oder Abteilung) eines Behandlers und die Pathologien innerhalb des nNGM-Projektes.",
  "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": "Organization",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization",
        "path": "Organization",
        "constraint": [
          {
            "key": "org-nngm-1",
            "severity": "error",
            "human": "Falls die Organisation eine Abteilung repräsentiert muss eine Verknüpfung auf die Hauptorganisation vorliegen",
            "expression": "type.coding.where(system = 'http://snomed.info/sct' and code = '309912009').exists() implies partOf.exists()"
          }
        ]
      },
      {
        "id": "Organization.identifier",
        "path": "Organization.identifier",
        "short": "Eindeutige Organisations-Id aus dem NMS System",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Organization.identifier.system",
        "path": "Organization.identifier.system",
        "min": 1,
        "fixedUri": "http://uk-koeln.de/fhir/sid/nNGM/nms-organization",
        "mustSupport": true
      },
      {
        "id": "Organization.identifier.value",
        "path": "Organization.identifier.value",
        "short": "Unique organization 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/Organization \r\nA \"internalSequenceIdentifier\" from the list must be choosen an set here",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Organization.telecom",
        "path": "Organization.telecom",
        "max": "0"
      },
      {
        "id": "Organization.address",
        "path": "Organization.address",
        "max": "0"
      },
      {
        "id": "Organization.partOf",
        "path": "Organization.partOf",
        "max": "0"
      },
      {
        "id": "Organization.contact",
        "path": "Organization.contact",
        "max": "0"
      }
    ]
  }
}