Release 4B 5 Ballot

This page is part of the FHIR Specification (v4.3.0: R4B (v5.0.0-ballot: R5 Ballot - STU see ballot notes ). 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.11.0 15.16.0 Population

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

The Population structure defines TODO.

Note: the Population structure allows modifier extensions .

Structure

Name Flags Card. Type Description & Constraints doco
. . Population Σ D BackBoneElement Element 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

Definition: XML | JSON

XML Template

<Population xmlns="http://hl7.org/fhir">
 <!-- from BackboneElement:  -->

 <!-- from Element: extension -->

 <age[x]><!-- 0..1 Range|CodeableConcept The age of the specific population --></age[x]>
 <gender><!-- 0..1 CodeableConcept The gender of the specific population --></gender>
 <race><!-- 0..1 CodeableConcept Race of the specific population --></race>
 <physiologicalCondition><!-- 0..1 CodeableConcept The existing physiological conditions of the specific population to which this applies --></physiologicalCondition>
</Population>

JSON Template

Turtle Template

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

[
 # from BackboneElement: 

 # 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 Flags Card. Type Description & Constraints doco
. . Population Σ D BackBoneElement Element 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

XML Template

<Population xmlns="http://hl7.org/fhir">
 <!-- from BackboneElement:  -->

 <!-- from Element: extension -->

 <age[x]><!-- 0..1 Range|CodeableConcept The age of the specific population --></age[x]>
 <gender><!-- 0..1 CodeableConcept The gender of the specific population --></gender>
 <race><!-- 0..1 CodeableConcept Race of the specific population --></race>
 <physiologicalCondition><!-- 0..1 CodeableConcept The existing physiological conditions of the specific population to which this applies --></physiologicalCondition>
</Population>

Turtle Template

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

[
 # from BackboneElement: 

 # 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)

15.11.0.2 Interpretation of Population in different contexts