FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Procedure/ob (XML)

Patient Care Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Encounter, Patient, Practitioner, RelatedPerson

Raw XML (canonical form + also see XML Format Specification)

Jump past Narrative

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.