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
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
|
|---|---|---|---|---|
|
Σ 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 |
|
|
Σ | 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: extension, modifierExtension --> <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: extension, modifierExtension
// 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: 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 |
|
This
complex-type
did
not
exist
in
Release
2
See
the
Full
Difference
for
further
information
Structure
| Name | Flags | Card. | Type |
Description
&
Constraints
|
|---|---|---|---|---|
|
Σ 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 |
|
|
Σ | 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: extension, modifierExtension --> <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: extension, modifierExtension
// 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: 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 |
|
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)