{ "description": "Beschreibt den Grad der Behinderung und ggf. vorhandene Merkzeichen", "_filename": "StructureDefinition-GradDerBehinderung.json", "package_name": "de.basisprofil.r4", "date": "2023-11-30", "derivation": "constraint", "publisher": "HL7 Deutschland e.V. (Technisches Komitee FHIR)", "fhirVersion": "4.0.1", "name": "GradDerBehinderung", "mapping": [ { "uri": "http://hl7.org/fhir/workflow", "name": "Workflow Pattern", "identity": "workflow" }, { "uri": "http://snomed.info/conceptdomain", "name": "SNOMED CT Concept Domain Binding", "identity": "sct-concept" }, { "uri": "http://hl7.org/v2", "name": "HL7 v2 Mapping", "identity": "v2" }, { "uri": "http://hl7.org/v3", "name": "RIM Mapping", "identity": "rim" }, { "uri": "http://hl7.org/fhir/fivews", "name": "FiveWs Pattern Mapping", "identity": "w5" }, { "uri": "http://snomed.org/attributebinding", "name": "SNOMED CT Attribute Binding", "identity": "sct-attr" } ], "abstract": false, "type": "Observation", "experimental": "false", "resourceType": "StructureDefinition", "title": null, "package_version": "1.5.0-alpha10", "status": "active", "id": "af9591fb-eefc-4a69-a501-6791e08985a2", "kind": "resource", "url": "http://fhir.de/StructureDefinition/GradDerBehinderung", "version": "1.5.0-ballot", "differential": { "element": [ { "id": "Observation.code.coding", "min": 1, "path": "Observation.code.coding", "slicing": { "rules": "open", "ordered": false, "discriminator": [ { "path": "$this", "type": "pattern" } ] } }, { "id": "Observation.code.coding:snomedct", "max": "1", "min": 1, "path": "Observation.code.coding", "sliceName": "snomedct", "patternCoding": { "code": "116149007", "system": "http://snomed.info/sct" } }, { "id": "Observation.value[x]", "path": "Observation.value[x]", "type": [ { "code": "integer" } ], "constraint": [ { "key": "value-only-tenth", "human": "Ergebnis muss eine durch 10 teilbare Zahl sein", "source": "http://fhir.de/StructureDefinition/GradDerBehinderung", "severity": "error", "expression": "$this <= 100 and $this != 0 and $this mod 10 = 0" } ] }, { "id": "Observation.component", "path": "Observation.component", "slicing": { "rules": "open", "ordered": false, "discriminator": [ { "path": "code", "type": "value" } ] } }, { "id": "Observation.component:merkzeichen", "max": "*", "min": 0, "path": "Observation.component", "sliceName": "merkzeichen" }, { "id": "Observation.component:merkzeichen.code", "path": "Observation.component.code", "binding": { "strength": "required", "valueSet": "http://fhir.de/ValueSet/merkzeichen-de" } }, { "id": "Observation.component:merkzeichen.value[x]", "path": "Observation.component.value[x]", "type": [ { "code": "boolean" } ], "patternBoolean": true } ] }, "contact": [ { "telecom": [ { "value": "http://hl7.de/technische-komitees/fhir/", "system": "url" } ] } ], "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation" }