PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.ecr@1.0.0
    http://hl7.org/fhir/us/ecr/StructureDefinition/rr-rules-authoring-agency-organization
description: This Organization profile represents the Rules Authoring Agency which is the originator of the rules that are being executed in decision support to determine reportability. This may be a state or local PHA. In the majority of cases the Rules Authoring Agency will be the same as the Responsible Agency. Usually, a Local Public Health Agency will inherit rules from its relevant state agency, but a Local agency can adopt, replace or supplement relevant state rules. It is based on the [eCR Organization](StructureDefinition-ecr-organization.html) profile with a further restriction setting the **type** data element to 'Rules Authoring Agency'.
package_name: hl7.fhir.us.ecr
derivation: constraint
name: RR_Rules_Authoring_Agency_Organization
type: Organization
elements:
  text: {short: Rules Authoring Agency Description, mustSupport: true, index: 0}
  identifier: {short: Rules Authoring Agency Id, mustSupport: true, index: 1}
  type:
    isModifier: false
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: RR12, system: 'urn:oid:2.16.840.1.114222.4.5.232', display: Rules Authoring Agency}
    index: 2
  name: {short: Rules Authoring Agency Name, mustSupport: true, index: 3}
  telecom: {short: Rules Authoring Agency Contact Information, mustSupport: true, index: 4}
  address: {short: Rules Authoring Agency Address, mustSupport: true, index: 5}
package_version: 1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/ecr/StructureDefinition/rr-rules-authoring-agency-organization
base: http://hl7.org/fhir/us/ecr/StructureDefinition/ecr-organization
version: 1.0.0
required: [name, type]