description: 'A LaboratoryTestResult as defined by the Dutch Health and Care Information models (Dutch: Zorginformatiebouwsteen or ZIB) version 1.2' package_name: nictiz.fhir.nl.stu3.zib2015 derivation: constraint name: ZIB-LaboratoryTestResult-DiagnosticReport type: DiagnosticReport elements: identifier: {short: Identifier, index: 0} status: short: ResultStatus index: 1 extensions: ResultStatus: {url: h, max: 1, short: Provides the specific HCIM code for ResultStatus, type: Extension, index: 3} elements: extension: index: 2 slicing: rules: open discriminator: - {path: url, type: value} min: null slices: ResultStatus: match: {url: null} schema: {short: Provides the specific HCIM code for ResultStatus, type: Extension, url: h, index: 3} max: 1 category: index: 4 elements: coding: index: 5 slicing: rules: open discriminator: - {path: code, type: value} min: null slices: LaboratoryTestResultCode: match: {code: '4241000179101'} schema: short: LaboratoryTestResultCode _required: true index: 6 elements: system: pattern: {type: Uri, value: 'http://snomed.info/sct'} index: 7 code: pattern: {type: Code, value: '4241000179101'} index: 8 display: pattern: {type: String, value: Laboratory report (record artifact)} index: 9 ResultType: match: {code: null} schema: {short: ResultType, _required: true, index: 10} min: 1 max: 1 code: {short: Test, index: 11} subject: type: Reference refers: ['http://fhir.nl/fhir/StructureDefinition/nl-core-patient'] index: 12 specimen: type: Reference short: Specimen refers: ['http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult-Specimen'] index: 13 result: type: Reference refers: ['http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult-Observation'] index: 14 package_version: 1.0.0 class: profile kind: resource url: http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult-DiagnosticReport base: http://hl7.org/fhir/StructureDefinition/DiagnosticReport version: '1.0' required: [category]