This
page
is
part
of
the
FHIR
Specification
(v3.0.2:
STU
3).
(v3.3.0:
R4
Ballot
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
| Patient Care Work Group | Maturity Level : N/A | Ballot Status : Informative | Compartments : Encounter , Patient , Practitioner , RelatedPerson |
Example of an obstetric procedure (id = "ob")
<Procedure xmlns="http://hl7.org/fhir"> <id value="ob"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml">Vaginal delivery of healthy male infant on June 2, 2012</div> </text> <status value="completed"/> <category> <coding> <system value="http://snomed.info/sct"/> <code value="386637004"/> <display value="Obstetric procedure (procedure)"/> </coding> <text value="OB"/> </category> <code> <coding> <system value="http://snomed.info/sct"/> <code value="22633006"/> <display value="Vaginal delivery, medical personnel present (procedure)"/> </coding> <text value="Vaginal delivery"/> </code> <subject> <display value="Jane Doe"/> </subject> <performedDateTime value="2012-06-02"/> <performer> <actor> <display value="Martha Midwife, RNP"/> </actor> </performer> <location> <display value="Women’s Hospital"/> </location> <reasonCode> <text value="term pregnancy, active labor"/> </reasonCode> <outcome> <text value="delivery of healthy male infant"/> </outcome> </ Procedure >
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.