PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.pl.base.r5@0.1.2
    http://hl7.org.pl/fhir/ig/pl-base/StructureDefinition/pl-base-serviceRequest-order
description: Zlecenie usługi medycznej
package_name: hl7.fhir.pl.base.r5
derivation: constraint
name: PLBaseServiceOrder
type: ServiceRequest
elements:
  identifier: {mustSupport: true, index: 0}
  intent:
    pattern: {type: Code, value: order}
    index: 1
  code:
    mustSupport: true
    index: 2
    elements:
      concept:
        mustSupport: true
        index: 3
        elements:
          coding:
            index: 4
            slicing:
              rules: open
              ordered: false
              description: Kod zlecanej usługi medycznej
              discriminator:
              - {path: system, type: value}
              min: null
              slices:
                loincCode:
                  match: {system: 'http://loinc.com'}
                  schema:
                    mustSupport: true
                    index: 5
                    elements:
                      system:
                        pattern: {type: Uri, value: 'http://loinc.com'}
                        mustSupport: true
                        index: 6
                      version: {mustSupport: true, index: 7}
                      code: {mustSupport: true, index: 8}
                      display: {mustSupport: true, index: 9}
                    required: [display, system, code]
                icd9plCode:
                  match: {system: 'http://hl7.org.pl/fhir/CodeSystem/pl-icd9plServiceCode-CS'}
                  schema:
                    mustSupport: true
                    index: 10
                    elements:
                      system:
                        pattern: {type: Uri, value: 'http://hl7.org.pl/fhir/CodeSystem/pl-icd9plServiceCode-CS'}
                        mustSupport: true
                        index: 11
                      version: {mustSupport: true, index: 12}
                      code: {mustSupport: true, index: 13}
                      display: {mustSupport: true, index: 14}
                    required: [display, system, code]
      reference: {mustSupport: true, index: 15}
  subject:
    type: Reference
    refers: ['http://hl7.org.pl/fhir/ig/pl-base/StructureDefinition/pl-base-patient']
    index: 16
  encounter:
    type: Reference
    refers: ['http://hl7.org.pl/fhir/ig/pl-base/StructureDefinition/pl-base-actualEncounter']
    index: 17
  authoredOn: {mustSupport: true, index: 18}
  requester:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.pl/fhir/ig/pl-base/StructureDefinition/pl-base-practitionerRole-serviceRequester']
    index: 19
  insurance:
    type: Reference
    refers: ['http://hl7.org.pl/fhir/ig/pl-base/StructureDefinition/pl-base-coverage']
    index: 20
package_version: 0.1.2
class: profile
kind: resource
url: http://hl7.org.pl/fhir/ig/pl-base/StructureDefinition/pl-base-serviceRequest-order
base: http://hl7.org/fhir/StructureDefinition/ServiceRequest
version: 0.1.2
required: [authoredOn, requester, identifier, code]