PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.crmi@1.0.0-snapshot
    http://hl7.org/fhir/uv/crmi/StructureDefinition/shareable-example
description: If the woman came to the facility with a specific health concern, select the health concern(s) from the list
package_name: hl7.fhir.uv.crmi
derivation: constraint
name: Specifichealthconcerns
type: Observation
elements:
  code:
    short: Specific health concern(s)
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: ANC.B5.DE5, system: 'http://hl7.org/fhir/uv/crmi/CodeSystem/publishable-example', display: Specific health concern(s)}
    index: 0
  value:
    short: Specific health concern(s)
    mustSupport: true
    choices: [valueCodeableConcept]
    index: 2
  valueCodeableConcept: {short: Specific health concern(s), type: CodeableConcept, mustSupport: true, choiceOf: value, index: 3}
package_version: 1.0.0-snapshot
class: profile
kind: resource
url: http://hl7.org/fhir/uv/crmi/StructureDefinition/shareable-example
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.0.0-snapshot
required: [code]