PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.eu.hdr@0.1.0-ballot
    http://hl7.eu/fhir/hdr/StructureDefinition/observation-sdoh-eu-hdr
description: Profile for Social Determinants of Health (SDOH) observations that involve assessment (e.g., by a provider, payer, etc.) as opposed to being derived only from screening surveys (as is the case for the SDOHCC Screening Response Observation).
package_name: hl7.fhir.eu.hdr
derivation: constraint
name: ObservationSdohEuHdr
type: Observation
elements:
  status: {short: Observation status, index: 0}
  category:
    index: 1
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: value}
      min: 1
      slices:
        SocialHistory:
          match:
            coding:
            - {code: social-history, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
          schema:
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: social-history, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
            _required: true
            type: CodeableConcept
            index: 2
          min: 1
          max: 1
  code:
    binding: {strength: preferred, valueSet: 'http://hl7.eu/fhir/hdr/ValueSet/sdoh-obs-snomed-loinc-eu-hdr'}
    index: 3
  subject:
    type: Reference
    refers: ['http://hl7.eu/fhir/base/StructureDefinition/patient-eu-core', 'http://hl7.org/fhir/StructureDefinition/Group']
    index: 4
  effective:
    choices: []
    index: 6
  performer:
    type: Reference
    refers: ['http://hl7.eu/fhir/base/StructureDefinition/organization-eu-core', 'http://hl7.eu/fhir/base/StructureDefinition/patient-eu-core', 'http://hl7.eu/fhir/base/StructureDefinition/practitioner-eu-core', 'http://hl7.eu/fhir/base/StructureDefinition/practitionerRole-eu-core', 'http://hl7.org/fhir/StructureDefinition/CareTeam', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson']
    index: 7
  value:
    short: SDOH value
    choices: []
    index: 9
  note: {short: Comments about this SDOH, index: 10}
package_version: 0.1.0-ballot
class: profile
kind: resource
url: http://hl7.eu/fhir/hdr/StructureDefinition/observation-sdoh-eu-hdr
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 0.1.0-ballot
required: [category, subject]