Example
ConceptMap/sc-participationstatus
(Turtle)
Extension:
bodyPosition
Orders
and
Observations
Patient
Administration
Work
Group
|
Maturity
Level
:
1
N/A
|
Standards
Status
:
Informative
|
Use
Context
:
Any
|
URL
for
this
extension:
http://hl7.org/fhir/StructureDefinition/observation-bodyPosition
Status:
draft.
Extension
maintained
by:
Health
Level
Seven,
Inc.
-
OO
WG
The
position
of
the
body
when
the
observation
was
done,
e.g.
standing,
sitting.
To
be
used
only
when
the
body
position
in
not
precoordinated
in
the
observation
code.
Context
of
Use:
Use
on
Element
ID
Observation
or
Element
ID
Specimen.collection
Extension
Content
Summary
Name
Flags
Card.
Type
Description
&
Constraints
bodyPosition
0..1
CodeableConcept
Raw
Turtle
URL
=
http://hl7.org/fhir/StructureDefinition/observation-bodyPosition
bodyPosition:
The
position
of
the
body
when
the
observation
was
done,
e.g.
standing,
sitting.
To
be
used
only
when
the
body
position
in
not
precoordinated
in
the
observation
code.
Use
on
Element
ID
Observation
or
Element
ID
Specimen.collection
Documentation
for
this
format
(+
also
see
Turtle/RDF
Format
Specification
Full
Structure
)
Name
Flags
Card.
Type
Description
&
Constraints
extension
0..1
Extension
URL
=
http://hl7.org/fhir/StructureDefinition/observation-bodyPosition
bodyPosition:
The
position
of
the
body
when
the
observation
was
done,
e.g.
standing,
sitting.
To
be
used
only
when
the
body
position
in
not
precoordinated
in
the
observation
code.
Use
on
Element
ID
Observation
or
Element
ID
Specimen.collection
extension
I
0..0
url
1..1
uri
"http://hl7.org/fhir/StructureDefinition/observation-bodyPosition"
value[x]
I
1..1
CodeableConcept
Value
of
extension
Documentation
for
this
format
XML
Template
Canonical
Mapping
for
"Participation
Status"
<!-- bodyPosition -->
@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
# - resource -------------------------------------------------------------------
[] a fhir:ConceptMap ;
fhir:id [ fhir:v "sc-participationstatus"] ;
fhir:text [
fhir:status [ fhir:v "extensions" ]
] ;
fhir:url [ fhir:v "http://hl7.org/fhir/ConceptMap/sc-participationstatus"], [ fhir:v "http://hl7.org/fhir/ConceptMap/sc-participationstatus"] ;
fhir:version [ fhir:v "5.0.0-draft-final"], [ fhir:v "5.0.0-draft-final"] ;
fhir:name [ fhir:v "ParticipationStatusCanonicalMap"], [ fhir:v "ParticipationStatusCanonicalMap"] ;
fhir:title [ fhir:v "Canonical Mapping for \"Participation Status\""], [ fhir:v "Canonical Mapping for \"Participation Status\""] ;
fhir:status [ fhir:v "draft"], [ fhir:v "draft"] ;
fhir:experimental [ fhir:v "false"], [ fhir:v "false"] ;
fhir:date [ fhir:v "2020-12-28T16:55:11+11:00"], [ fhir:v "2020-12-28T16:55:11+11:00"] ;
fhir:publisher [ fhir:v "HL7 (FHIR Project)"], [ fhir:v "HL7 (FHIR Project)"] ;
fhir:contact ( [
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/fhir" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "fhir@lists.hl7.org" ]
] )
] [
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/fhir" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "fhir@lists.hl7.org" ]
] )
] ) ;
fhir:description [ fhir:v "Canonical Mapping for \"The Participation status of an appointment.\""], [ fhir:v "Canonical Mapping for \"The Participation status of an appointment.\""] ;
fhir:jurisdiction ( [
fhir:coding ( [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]
] )
] [
fhir:coding ( [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]
] )
] ) ;
fhir:sourceScope [ fhir:v "http://hl7.org/fhir/ValueSet/participationstatus"] ;
fhir:targetScope [ fhir:v "http://hl7.org/fhir/ValueSet/resource-status"] ;
fhir:group ( [
fhir:source [ fhir:v "http://hl7.org/fhir/participationstatus" ] ;
fhir:target [ fhir:v "http://hl7.org/fhir/resource-status" ] ;
fhir:element ( [
fhir:code [ fhir:v "tentative" ] ;
fhir:target ( [
fhir:code [ fhir:v "draft" ] ;
fhir:relationship [ fhir:v "equivalent" ]
] )
] [
fhir:code [ fhir:v "declined" ] ;
fhir:target ( [
fhir:code [ fhir:v "declined" ] ;
fhir:relationship [ fhir:v "equivalent" ]
] )
] [
fhir:code [ fhir:v "accepted" ] ;
fhir:target ( [
fhir:code [ fhir:v "accepted" ] ;
fhir:relationship [ fhir:v "equivalent" ]
] )
] [
fhir:code [ fhir:v "needs-action" ] ;
fhir:target ( [
fhir:code [ fhir:v "failed" ] ;
fhir:relationship [ fhir:v "equivalent" ]
] )
] )
] ) .
# -------------------------------------------------------------------------------------
< xmlns="http://hl7.org/fhir"
url="" >
<!-- from Element:
<</valueCodeableConcept>
</extension>
JSON
Template
{ //
// from Element:
" ]
"
"
}
Summary
Name
Flags
Card.
Type
Description
&
Constraints
bodyPosition
0..1
CodeableConcept
URL
=
http://hl7.org/fhir/StructureDefinition/observation-bodyPosition
bodyPosition:
The
position
of
the
body
when
the
observation
was
done,
e.g.
standing,
sitting.
To
be
used
only
when
Usage
note:
every
effort
has
been
made
to
ensure
that
the
body
position
in
examples
are
correct
and
useful,
but
they
are
not
precoordinated
in
the
observation
code.
Use
on
Element
ID
Observation
or
Element
ID
Specimen.collection
Documentation
for
this
format
Full
Structure
Name
Flags
Card.
Type
Description
&
Constraints
extension
0..1
Extension
URL
=
http://hl7.org/fhir/StructureDefinition/observation-bodyPosition
bodyPosition:
The
position
a
normative
part
of
the
body
when
the
observation
was
done,
e.g.
standing,
sitting.
To
be
used
only
when
the
body
position
in
not
precoordinated
in
the
observation
code.
Use
on
Element
ID
Observation
or
Element
ID
Specimen.collection
extension
I
0..0
url
1..1
uri
"http://hl7.org/fhir/StructureDefinition/observation-bodyPosition"
value[x]
I
1..1
CodeableConcept
Value
of
extension
Documentation
for
this
format
XML
Template
specification.
<!-- bodyPosition -->
< xmlns="http://hl7.org/fhir"
url="" >
<!-- from Element:
<</valueCodeableConcept>
</extension>