PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.health-care-surveys-reporting@1.0.0
    http://hl7.org/fhir/us/health-care-surveys-reporting/StructureDefinition/hcs-servicerequest
description: This is the ServiceRequest Resource profile for the IG.
package_name: hl7.fhir.us.health-care-surveys-reporting
derivation: constraint
name: HcsServiceRequest
type: ServiceRequest
elements:
  status: {mustSupport: true, index: 0}
  intent: {mustSupport: true, index: 1}
  category: {mustSupport: true, index: 2}
  code:
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-procedure-code'}
    mustSupport: false
    index: 3
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 4
  occurrence:
    mustSupport: true
    choices: []
    index: 6
  authoredOn: {mustSupport: true, index: 7}
  requester:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner']
    index: 8
package_version: 1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/health-care-surveys-reporting/StructureDefinition/hcs-servicerequest
base: http://hl7.org/fhir/StructureDefinition/ServiceRequest
version: 1.0.0
required: [status, subject, intent, category, code]