Release 4 4B

This page is part of the FHIR Specification (v4.0.1: R4 (v4.3.0: R4B - 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 R4B R4

11.28.0 15.11.0 Population

Pharmacy Work Group Maturity Level : 3 Standards 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

Name Flags Card. Type Description & Constraints doco
. . Population Σ D BackBoneElement A 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..1 The age of the specific population
. . . . ageRange Range
. . . . ageCodeableConcept CodeableConcept
. . . gender Σ 0..1 CodeableConcept The gender of the specific population
. . . race Σ 0..1 CodeableConcept Race of the specific population

doco Documentation for this format

UML Diagram ( Legend )

BackboneElement Extensions - as described for all elements: additional information that is not part of the basic definition of the resource / type extension : Extension 0..* Modifier Extensions - as described for some elements: additional information that is not part of the basic definition of the resource / type that modifies the interpretation of the containing element modifierExtension : Extension 0..* Population The age of the specific population age[x] : Type Element [0..1] « Range | CodeableConcept » The gender of the specific population gender : CodeableConcept [0..1] Race of the specific population race : CodeableConcept [0..1] The existing physiological conditions of the specific population to which this applies physiologicalCondition : CodeableConcept [0..1] BackboneElement May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself) (this element modifies the meaning of other elements) modifierExtension : Extension [0..*]

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

Population
  • No Changes

This complex-type did not exist in Release 2 See the Full Difference for further information

Structure

Name Flags Card. Type Description & Constraints doco
. . Population Σ D BackBoneElement A 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..1 The age of the specific population
. . . . ageRange Range
. . . . ageCodeableConcept CodeableConcept
. . . gender Σ 0..1 CodeableConcept The gender of the specific population
. . . race Σ 0..1 CodeableConcept Race of the specific population

doco Documentation for this format

UML Diagram ( Legend )

BackboneElement Extensions - as described for all elements: additional information that is not part of the basic definition of the resource / type extension : Extension 0..* Modifier Extensions - as described for some elements: additional information that is not part of the basic definition of the resource / type that modifies the interpretation of the containing element modifierExtension : Extension 0..* Population The age of the specific population age[x] : Type Element [0..1] « Range | CodeableConcept » The gender of the specific population gender : CodeableConcept [0..1] Race of the specific population race : CodeableConcept [0..1] The existing physiological conditions of the specific population to which this applies physiologicalCondition : CodeableConcept [0..1] BackboneElement May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself) (this element modifies the meaning of other elements) modifierExtension : Extension [0..*]

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

Population
  • No Changes

This complex-type did not exist in Release 2 See the Full Difference for further information

Constraints

Population is used in the following places: MedicinalProductContraindication , MedicinalProductIndication and MedicinalProductUndesirableEffect (not used as yet)