PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.ecr@2.1.0
    http://hl7.org/fhir/us/ecr/StructureDefinition/rr-summary
description: This profile contains a detailed textual description of the reportable condition(s), including actions the provider needs to take, any supplemental information that may be required, and where the initial case report was sent.
package_name: hl7.fhir.us.ecr
derivation: constraint
name: RRSummary
type: Observation
elements:
  status:
    pattern: {type: Code, value: final}
    index: 0
  code:
    short: Informing health care professional (procedure)
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: '304561000', system: 'http://snomed.info/sct'}
    index: 1
  value:
    mustSupport: true
    choices: [valueString]
    index: 3
  valueString: {type: string, mustSupport: true, choiceOf: value, index: 4}
package_version: 2.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/ecr/StructureDefinition/rr-summary
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2.1.0
required: [valueString, value]