This
page
is
part
of
the
FHIR
Specification
(v0.0.82:
(v1.0.2:
DSTU
1).
2).
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:
R5
R4B
R4
R3
R2
5.3.7
5.4.7
Resource
Practitioner
-
Examples
Example
Index:
List:
|
General
Person
Example
|
XML
|
JSON
|
|
|
CDA
Example
Author
|
XML
|
JSON
|
|
|
HL7
Defined
Practitioner
Examples
|
XML
|
JSON
|
|
|
Fictive
KNO-physician
|
XML
|
JSON
|
|
|
Fictive
Cardiothoracal
surgeon
|
XML
|
JSON
|
|
|
Fictive
Cardiothoracal
surgeon
|
XML
|
JSON
|
|
|
Fictive
KNO-physician
|
XML
|
JSON
|
|
|
Fictive
KNO-physician
|
XML
|
JSON
|
|
|
Fictive
Oncologist/Pulmonologist
|
XML
|
JSON
|
|
|
Fictive
Lab
worker
|
XML
|
JSON
|
|
|
Fictive
Physiotherapist
|
XML
|
JSON
|
|
|
Fictive
Nurse
|
XML
|
JSON
|
|
|
Fictive
Pharmacist
|
XML
|
JSON
|
|
|
Fictive
physician
|
XML
|
JSON
|
|
5.3.7.1
2nd
CDA
Example
Author
General
|
XML
General
Person
Example
(id
=
"example")
Raw
|
JSON
| |
|
USLab
Practitioner
Canonical
Example:
Dr
Leonard
T
Bloodraw
Jr
|
XML
Dr Adam Careful is a Referring Practitioner for Acme Hospital from 1-Jan 2012 to 31-Mar
2012
|
</Practitioner>
JSON
General
Person
Example
{
"resourceType": "Practitioner",
"text": {
"status": "generated",
"div": "<div>\n <p>Dr Adam Careful is a Referring Practitioner for Acme Hospital from 1-Jan 2012 to 31-Mar\n 2012</p>\n </div>"
},
"identifier": [
{
"system": "http://www.acme.org/practitioners",
"value": "23"
}
],
"name": {
"family": [
"Careful"
],
"given": [
"Adam"
],
"prefix": [
"Dr"
]
},
"organization": {
"reference": "Organization/1"
},
"role": [
{
"coding": [
{
"system": "http://hl7.org/fhir/v2/0286",
"code": "RP"
}
]
}
],
"period": {
"start": "2012-01-01",
"end": "2012-03-31"
}
}
5.3.7.2
|
from
US
Lab
Implementation
Guides
IG
|
cda
author
|
USLab
PHPractitioner
Canonical
Example:
Dr
Bill
T
Lookafter
Jr
|
XML
CDA
|
JSON
|
from
US
Lab
Implementation
Guides
IG
|
|
USLab
PHPractitioner
Canonical
Example:
Gregory
F
House
PhD
|
XML
|
JSON
|
from
US
Lab
Implementation
Guides
IG
|
Example
Author
(id
=
"xcda-author")
of
QICore
Practitioner
Raw
|
XML
|
</Practitioner>
JSON
|
from
QICore
Implementation
Guide
IG
|
|
|
CDA
Example
Author
Usage
note:
every
effort
has
been
made
to
ensure
that
the
examples
are
correct
and
useful,
but
they
are
not
a
normative
part
of
the
specification.
{
"resourceType": "Practitioner",
"text": {
"status": "generated",
"div": "<div>\n <p>Bob Dolin, MD</p>\n </div>"
},
"name": {
"family": [
"Dolin"
],
"given": [
"Bob"
],
"suffix": [
"MD"
]
}
}