description: This CH ELM base profile constrains the ServiceRequest resource for the purpose of laboratory orders. package_name: ch.fhir.ig.ch-elm derivation: constraint name: ChElmServiceRequestLaboratoryOrder type: ServiceRequest elements: identifier: {index: 0} status: pattern: {type: Code, value: completed} index: 1 intent: pattern: {type: Code, value: order} index: 2 code: type: CodeableConcept binding: {strength: preferred, valueSet: 'http://fhir.ch/ig/ch-elm/ValueSet/ch-elm-results-laboratory-observation'} index: 3 subject: type: Reference refers: ['http://fhir.ch/ig/ch-elm/StructureDefinition/ch-elm-patient'] index: 4 requester: type: Reference refers: ['http://fhir.ch/ig/ch-elm/StructureDefinition/ch-elm-practitionerrole-orderer'] index: 5 specimen: type: Reference refers: ['http://fhir.ch/ig/ch-elm/StructureDefinition/ch-elm-specimen'] index: 6 package_version: 1.0.0-trialuse class: profile kind: resource url: http://fhir.ch/ig/ch-elm/StructureDefinition/ch-elm-servicerequest-laboratory-order base: http://fhir.ch/ig/ch-lab-report/StructureDefinition/ch-lab-servicerequest-laboratory-order version: 1.0.0-trialuse required: [requester, identifier, specimen, code]