PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.bfdr@2.0.0-ballot
    http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-nicu-admission
description: 'This profile indicates that the abnormal condition of an admission to the NICU was present. NOTE: this may be better modeled as an Encounter.'
package_name: hl7.fhir.us.bfdr
derivation: constraint
name: ObservationNICUAdmission
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: Admission to neonatal intensive care unit (procedure)
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: '830077005', system: 'http://snomed.info/sct'}
    choices: [valueCodeableConcept]
    index: 3
  valueCodeableConcept:
    type: CodeableConcept
    short: Admission to neonatal intensive care unit (procedure)
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: '830077005', system: 'http://snomed.info/sct'}
    choiceOf: value
    index: 4
package_version: 2.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-nicu-admission
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2.0.0-ballot
required: [value, subject, valueCodeableConcept]