PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.bfdr@0.1.0
    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
  effective:
    short: Date/time social security number requested
    mustSupport: true
    choices: [effectiveDateTime]
    index: 2
  effectiveDateTime: {type: dateTime, short: Date/time social security number requested, mustSupport: true, choiceOf: effective, index: 3}
  value:
    short: Social security number requested for child?
    mustSupport: true
    choices: [valueBoolean]
    index: 5
  valueBoolean: {type: boolean, short: 'Social security number requested for child?', mustSupport: true, choiceOf: value, index: 6}
package_version: 0.1.0
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: 0.1.0
required: [value, valueBoolean, code]