PackagesCanonicalsLogsProblems
    Packages
    iknl.fhir.nl.r4.ncr-ehr@1.4.2
    http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-lab-service-request
description: A FHIR-core derived service request profile that specifies the linkage of Laboratory test result to a tumour through the `reasonReference`.
package_name: iknl.fhir.nl.r4.ncr-ehr
derivation: constraint
name: NcrEhrLabServiceRequest
type: ServiceRequest
elements:
  identifier:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: type, type: value}
      min: null
      slices:
        ordernumber:
          match: {type: null}
          schema: {index: 1}
          min: 0
          max: 1
  status:
    pattern: {type: Code, value: completed}
    index: 2
  intent:
    pattern: {type: Code, value: order}
    index: 3
  category:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: '108252007', system: 'http://snomed.info/sct'}
    index: 4
  code:
    binding: {strength: required, valueSet: 'http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.13.1.3--20200901000000'}
    mustSupport: true
    index: 5
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-patient']
    index: 6
  reasonReference:
    type: Reference
    mustSupport: true
    refers: ['http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-condition']
    index: 7
package_version: 1.4.2
class: profile
kind: resource
url: http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-lab-service-request
base: http://hl7.org/fhir/StructureDefinition/ServiceRequest
version: 1.4.1