Snapshot 3: Connectathon 32 Base

This page is part of the FHIR Specification (v5.0.0-snapshot3: R5 Snapshot #3, to support Connectathon 32). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4B R4

15.16.0 Population

Pharmacy icon Work GroupMaturity Level: 3Standards Status: Trial Use

Note to Implementers: This type is still undergoing development and review by the appropriate Workgroups. At this time, is considered only as a draft design not suitable for production implementation.

The Population structure defines TODO.

Note: the Population structure allows modifier extensions.

Structure

Name iconFlags iconCard. iconType iconDescription & Constraints icondoco icon
.. PopulationΣDElementA definition of a set of people that apply to some clinically related context, for example people contraindicated for a certain medication

Elements defined in Ancestors: id, extension, modifierExtension
... age[x]Σ0..1The age of the specific population
.... ageRangeRange
.... ageCodeableConceptCodeableConcept
... genderΣ0..1CodeableConceptThe gender of the specific population
... raceΣ0..1CodeableConceptRace of the specific population

doco Documentation for this format icon

Definition: XML | JSON

Turtle Template

@prefix fhir: <http://hl7.org/fhir/> .

[
 # from Element: Element.extension
  # Population.age[x] : 0..1 The age of the specific population. One of these 2
    fhir:Population.ageRange [ Range ]
    fhir:Population.ageCodeableConcept [ CodeableConcept ]
  fhir:Population.gender [ CodeableConcept ]; # 0..1 The gender of the specific population
  fhir:Population.race [ CodeableConcept ]; # 0..1 Race of the specific population
  fhir:Population.physiologicalCondition [ CodeableConcept ]; # 0..1 The existing physiological conditions of the specific population to which this applies
]

Changes since Release 3

Population
  • No Changes

See the Full Difference for further information

Structure

Name iconFlags iconCard. iconType iconDescription & Constraints icondoco icon
.. PopulationΣDElementA definition of a set of people that apply to some clinically related context, for example people contraindicated for a certain medication

Elements defined in Ancestors: id, extension, modifierExtension
... age[x]Σ0..1The age of the specific population
.... ageRangeRange
.... ageCodeableConceptCodeableConcept
... genderΣ0..1CodeableConceptThe gender of the specific population
... raceΣ0..1CodeableConceptRace of the specific population

doco Documentation for this format icon

Turtle Template

@prefix fhir: <http://hl7.org/fhir/> .

[
 # from Element: Element.extension
  # Population.age[x] : 0..1 The age of the specific population. One of these 2
    fhir:Population.ageRange [ Range ]
    fhir:Population.ageCodeableConcept [ CodeableConcept ]
  fhir:Population.gender [ CodeableConcept ]; # 0..1 The gender of the specific population
  fhir:Population.race [ CodeableConcept ]; # 0..1 Race of the specific population
  fhir:Population.physiologicalCondition [ CodeableConcept ]; # 0..1 The existing physiological conditions of the specific population to which this applies
]

Changes since Release 3

Population
  • No Changes

See the Full Difference for further information

Constraints

Population is used in the following places: (not used as yet)