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
Pharmacy
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
implementationimplementation.
The Population structure defines TODO.
Note: the Population structure allows modifier extensions .
Structure
| Name | Flags | Card. | Type |
Description
&
Constraints
|
|---|---|---|---|---|
|
Σ D |
|
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 |
|
|
Σ | 0..1 |
The
age
of
the
specific
population
|
|
|
Range | |||
|
CodeableConcept | |||
|
Σ | 0..1 | CodeableConcept |
The
gender
of
the
specific
population
|
|
Σ | 0..1 | CodeableConcept |
Race
of
the
specific
population
|
|
Σ | 0..1 | CodeableConcept |
The
existing
physiological
conditions
of
the
specific
population
to
which
this
applies
|
Documentation
for
this
format
|
||||
UML Diagram ( Legend )
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
{
// from BackboneElement:
// from Element: extension
// age[x]: The age of the specific population. One of these 2:
"ageRange" : { Range },
"ageCodeableConcept" : { CodeableConcept },
"gender" : { CodeableConcept }, // The gender of the specific population
"race" : { CodeableConcept }, // Race of the specific population
"physiologicalCondition" : { CodeableConcept } // The existing physiological conditions of the specific population to which this applies
}
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 |
|
See the Full Difference for further information
Structure
| Name | Flags | Card. | Type |
Description
&
Constraints
|
|---|---|---|---|---|
|
Σ D |
|
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 |
|
|
Σ | 0..1 |
The
age
of
the
specific
population
|
|
|
Range | |||
|
CodeableConcept | |||
|
Σ | 0..1 | CodeableConcept |
The
gender
of
the
specific
population
|
|
Σ | 0..1 | CodeableConcept |
Race
of
the
specific
population
|
|
Σ | 0..1 | CodeableConcept |
The
existing
physiological
conditions
of
the
specific
population
to
which
this
applies
|
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>
JSON Template
{
// from BackboneElement:
// from Element: extension
// age[x]: The age of the specific population. One of these 2:
"ageRange" : { Range },
"ageCodeableConcept" : { CodeableConcept },
"gender" : { CodeableConcept }, // The gender of the specific population
"race" : { CodeableConcept }, // Race of the specific population
"physiologicalCondition" : { CodeableConcept } // The existing physiological conditions of the specific population to which this applies
}
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 ]
Constraints
Population is used in the following places: (not used as yet)