{
"description": "Abbildung der Mindestanforderungen eines OPS Prozedurencodes",
"_filename": "StructureDefinition-CodingOPS.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": "CodingOPS",
"mapping": [ {
"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/orim",
"name": "Ontological RIM Mapping",
"identity": "orim"
} ],
"abstract": false,
"type": "Coding",
"experimental": "false",
"resourceType": "StructureDefinition",
"title": "Coding-Profil für OPS",
"package_version": "1.5.0-alpha8",
"status": "active",
"id": "72b52a6e-f0a3-49f3-88f9-3a67af38b858",
"kind": "complex-type",
"url": "http://fhir.de/StructureDefinition/CodingOPS",
"version": "1.5.0-ballot",
"differential": {
"element": [ {
"id": "Coding.extension:Seitenlokalisation",
"max": "1",
"min": 0,
"path": "Coding.extension",
"type": [ {
"code": "Extension",
"profile": [ "http://fhir.de/StructureDefinition/seitenlokalisation" ]
} ],
"sliceName": "Seitenlokalisation"
}, {
"id": "Coding.system",
"min": 1,
"path": "Coding.system",
"short": "Canonische CodeSystem URL für OPS",
"fixedUri": "http://fhir.de/CodeSystem/bfarm/ops"
}, {
"id": "Coding.version",
"min": 1,
"path": "Coding.version",
"short": "Die Jahresversion des OPS Kataloges. Angegeben wird immer die vierstellige Jahreszahl (z.B. \"2017\")",
"definition": "Bie Verwendung von OPS ist die Angabe der Version zwingend erforderlich.\r\nHierdurch wird der Tatsache Rechnung getragen, dass jede der jährlich neu erscheinenden Fassung von OPS ein neues Codesystem darstellt."
}, {
"id": "Coding.code",
"min": 1,
"path": "Coding.code",
"short": "Der OPS-Code",
"example": [ {
"label": "Einfacher OPS-Code",
"valueCode": "5-470"
} ],
"constraint": [ {
"key": "ops-regex",
"human": "In code sind nur gültige OPS-Codes ohne Zusätze erlaubt",
"source": "http://fhir.de/StructureDefinition/CodingOPS",
"severity": "warning",
"expression": "matches('^[1|3|5|6|8|9]-[a-zA-Z0-9]{3}([.][a-zA-Z0-9]{1,2})?$')"
} ]
} ]
},
"contact": [ {
"telecom": [ {
"value": "http://hl7.de/technische-komitees/fhir/",
"system": "url"
} ]
} ],
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Coding"
}