PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.crmi@1.0.0-snapshot
    http://hl7.org/fhir/uv/crmi/StructureDefinition/publishable-example
description: Before each contact, the health worker should check whether the woman has any of the danger signs listed here – if yes, she should refer to the hospital urgently; if no, she should continue to the normal contact
package_name: hl7.fhir.uv.crmi
derivation: constraint
name: Dangersigns
type: Observation
elements:
  code:
    short: Danger signs
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: ANC.B5.DE48, system: 'http://hl7.org/fhir/uv/crmi/CodeSystem/publishable-example', display: Danger signs}
    index: 0
  value:
    short: Danger signs
    mustSupport: true
    choices: [valueCodeableConcept]
    index: 2
  valueCodeableConcept: {short: Danger signs, 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/publishable-example
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.0.0-snapshot
required: [value, valueCodeableConcept, code]