Release 4

This page is part of the FHIR Specification (v4.0.1: R4 - Mixed Normative and STU) in it's permanent home (it will always be available at this URL). 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

11.28.0 Population

Pharmacy Work GroupMaturity Level: 3Standards Status: Trial Use
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

NameFlagsCard.TypeDescription & Constraintsdoco
.. PopulationΣDBackBoneElementA 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
... physiologicalConditionΣ0..1CodeableConceptThe existing physiological conditions of the specific population to which this applies

doco Documentation for this format

Turtle Template

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

[
 # from BackboneElement: Element.extension, BackboneElement.modifierextension
  # 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

This complex-type did not exist in Release 2

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. PopulationΣDBackBoneElementA 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
... physiologicalConditionΣ0..1CodeableConceptThe existing physiological conditions of the specific population to which this applies

doco Documentation for this format

Turtle Template

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

[
 # from BackboneElement: Element.extension, BackboneElement.modifierextension
  # 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

This complex-type did not exist in Release 2

Constraints

Population is used in the following places: MedicinalProductContraindication, MedicinalProductIndication and MedicinalProductUndesirableEffect