This page is part of the FHIR Specification (v4.4.0: R5 Preview #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 | Standards Status: Informative | Compartments: Encounter, Patient, Practitioner, RelatedPerson |
Raw XML (canonical form + also see XML Format Specification)
Example of an obstetric procedure (id = "ob")
<?xml version="1.0" encoding="UTF-8"?> <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> <occurrenceDateTime value="2012-06-02"/> <performer> <actor> <display value="Martha Midwife, RNP"/> </actor> </performer> <location> <display value="Women’s Hospital"/> </location> <reason> <concept> <text value="term pregnancy, active labor"/> </concept> </reason> <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.