Package | de.uk-koeln.nngm.form |
Resource Type | StructureDefinition |
Id | Profile-nNGM-Organization-Organisation |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=de.uk-koeln.nngm.form@1.0.0&canonical=http://uk-koeln.de/fhir/StructureDefinition/Organisation/nNGM |
URL | http://uk-koeln.de/fhir/StructureDefinition/Organisation/nNGM |
Version | 1.0.0 |
Status | active |
Name | Profile_nNGM_Organization_Organisation |
Title | Profile - nNGM - Organization - Organisation |
Description | Dieses Profil beschreibt ein Netzwerkzentrum, die Organisationszugehörigkeit (Organisation oder Abteilung) eines Behandlers und die Pathologien innerhalb des nNGM-Projektes. |
Type | Organization |
Kind | resource |
StructureDefinition | |
Composition | Profile - nNGM - Composition |
PractitionerRole | Profile - nNGM - PractitionerRole - BehandlerRolle |
AnforderungDerDiagnostik | Profile - nNGM - ServiceRequest - Anforderung der Diagnostik |
No resources found
No narrative content found in resource
{ "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" } ] } }