PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.bfdr@2.0.0-ballot
    http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-ssn-requested-for-child
description: This Observation profile represents whether or not a social security number has been requested for the child. If a social security number was requested, set valueBoolean=true and enter the time requested in the effectiveDateTime data element.
package_name: hl7.fhir.us.bfdr
derivation: constraint
name: ObservationSSNRequestedForChild
type: Observation
elements:
  code:
    short: Social Security Number was requested
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 87295-2, system: 'http://loinc.org'}
    index: 0
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-child-vr']
    index: 1
  effective:
    short: Date/time social security number requested
    mustSupport: true
    choices: [effectiveDateTime]
    index: 3
  effectiveDateTime: {type: dateTime, short: Date/time social security number requested, mustSupport: true, choiceOf: effective, index: 4}
  value:
    short: Social security number requested for child?
    mustSupport: true
    choices: [valueBoolean]
    index: 6
  valueBoolean: {type: boolean, short: 'Social security number requested for child?', mustSupport: true, choiceOf: value, index: 7}
package_version: 2.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-ssn-requested-for-child
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2.0.0-ballot
required: [value, valueBoolean, subject]