description: Mit diesem Profil wird die Möglichkeit geschaffen, eine Placer Order Number als Identifier im basedOn Attribut eines DiagnosticReport zu hinterlegen.\nDer UseCase ist dann relevant, wenn HL7v2 auf Fhir gemappt wird und als einzige Information über einen ServiceRequest nur diese Information vorhanden ist. package_name: basisprofil.tiplu.de.r4.dev derivation: constraint name: DiagnosticReportBasedOnPlacerNumberReference type: Reference elements: reference: {mustSupport: true, index: 0} identifier: mustSupport: true index: 1 elements: type: mustSupport: true index: 2 elements: coding: mustSupport: true index: 3 slicing: rules: open discriminator: - {path: type, type: pattern} min: 1 slices: placerV2: match: {type: null} schema: _required: true index: 4 elements: system: pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/v2-0203'} mustSupport: true index: 5 code: pattern: {type: Code, value: PLAC} mustSupport: true index: 6 required: [system, code] required: [coding] system: {mustSupport: true, index: 7} value: {mustSupport: true, index: 8} required: [value, type, system] package_version: 1.0.1 class: complex-type kind: complex-type url: https://tiplu.de/fhir/StructureDefinition/DiagnosticReport-BasedOn-PlacerNumberReference base: http://hl7.org/fhir/StructureDefinition/Reference version: '1.0'