PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.medmorph@0.2.0
    http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-communication
description: This is the Communication Resource profile for the IG.
package_name: hl7.fhir.us.medmorph
derivation: constraint
name: USPublicHealthCommunication
type: Communication
elements:
  extension:
    type: Extension
    mustSupport: true
    url: http://hl7.org/fhir/us/medmorph/StructureDefinition/ext-responseMessageStatus
    index: 0
    slicing:
      slices:
        responseMessageStatus:
          match: {}
          schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/us/medmorph/StructureDefinition/ext-responseMessageStatus', index: 0}
          min: 0
          max: 1
  category:
    type: CodeableConcept
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/medmorph/ValueSet/us-ph-message-types'}
    mustSupport: true
    index: 1
  priority: {mustSupport: true, index: 2}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 3
  sent: {mustSupport: true, index: 4}
  received: {mustSupport: true, index: 5}
  reasonCode:
    type: CodeableConcept
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/medmorph/ValueSet/us-ph-message-types'}
    mustSupport: true
    index: 6
package_version: 0.2.0
extensions:
  responseMessageStatus: {url: 'http://hl7.org/fhir/us/medmorph/StructureDefinition/ext-responseMessageStatus', min: 0, max: 1, type: Extension, mustSupport: true, index: 0}
class: profile
kind: resource
url: http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-communication
base: http://hl7.org/fhir/StructureDefinition/Communication
version: 0.2.0
required: [sent, subject, received, reasonCode, category]