PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.bfdr@2.0.0
    http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-none-of-specified-abnormal-conditions-of-newborn
description: This profile indicates that none of the specified abnormal conditions of the newborn were present.
package_name: hl7.fhir.us.bfdr
derivation: constraint
name: ObservationNoneOfSpecifiedAbnormalConditionsOfNewborn
type: Observation
elements:
  code:
    short: Abnormal conditions of the newborn [US Standard Certificate of Live Birth]
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 73812-0, system: 'http://loinc.org'}
    index: 0
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-child-vr']
    index: 1
  value:
    short: None (qualifier value)
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: '260413007', system: 'http://snomed.info/sct'}
    choices: [valueCodeableConcept]
    index: 3
  valueCodeableConcept:
    type: CodeableConcept
    short: None (qualifier value)
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: '260413007', system: 'http://snomed.info/sct'}
    choiceOf: value
    index: 4
package_version: 2.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-none-of-specified-abnormal-conditions-of-newborn
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2.0.0
required: [value, subject, valueCodeableConcept]