PackagesCanonicalsLogsProblems
    Packages
    de.uk-koeln.nngm.form@1.0.0
    http://uk-koeln.de/fhir/StructureDefinition/Organisation/nNGM
{
  "description": "Dieses Profil beschreibt ein Netzwerkzentrum, die Organisationszugehörigkeit (Organisation oder Abteilung) eines Behandlers und die Pathologien innerhalb des nNGM-Projektes.",
  "_filename": "Profile-nNGM-Organization-Organisation.json",
  "package_name": "de.uk-koeln.nngm.form",
  "date": null,
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "Profile_nNGM_Organization_Organisation",
  "mapping": [ {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://www.omg.org/spec/ServD/1.0/",
    "name": "ServD",
    "identity": "servd"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  } ],
  "abstract": false,
  "type": "Organization",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Profile - nNGM - Organization - Organisation",
  "package_version": "1.0.0",
  "status": "active",
  "id": "3a8cca50-209f-4045-905c-dd258d208fde",
  "kind": "resource",
  "url": "http://uk-koeln.de/fhir/StructureDefinition/Organisation/nNGM",
  "version": "1.0.0",
  "differential": {
    "element": [ {
      "id": "Organization",
      "path": "Organization",
      "constraint": [ {
        "key": "org-nngm-1",
        "human": "Falls die Organisation eine Abteilung repräsentiert muss eine Verknüpfung auf die Hauptorganisation vorliegen",
        "severity": "error",
        "expression": "type.coding.where(system = 'http://snomed.info/sct' and code = '309912009').exists() implies partOf.exists()"
      } ]
    }, {
      "id": "Organization.identifier",
      "max": "1",
      "min": 1,
      "path": "Organization.identifier",
      "short": "Eindeutige Organisations-Id aus dem NMS System"
    }, {
      "id": "Organization.identifier.system",
      "min": 1,
      "path": "Organization.identifier.system",
      "fixedUri": "http://uk-koeln.de/fhir/sid/nNGM/nms-organization",
      "mustSupport": true
    }, {
      "id": "Organization.identifier.value",
      "min": 1,
      "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",
      "mustSupport": true
    }, {
      "id": "Organization.telecom",
      "max": "0",
      "path": "Organization.telecom"
    }, {
      "id": "Organization.address",
      "max": "0",
      "path": "Organization.address"
    }, {
      "id": "Organization.partOf",
      "max": "0",
      "path": "Organization.partOf"
    }, {
      "id": "Organization.contact",
      "max": "0",
      "path": "Organization.contact"
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization"
}