CDA Examples
1.0.0 - active United States of America flag

CDA Examples, published by Health Level Seven. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/CDA-Examples/ and changes regularly. See the Directory of published versions

Example: Birth Sex

Approval Status: Approved
Task Force Approval: 2016-05-05
SDWG Approval: 2017-02-09

This observation represents the sex of the patient at birth. It is the sex that is entered on the person’s birth certificate at time of birth.

This file includes examples of the following templates:


  <!--  Birth Sex Entry - Approved in C-CDA R2.1 Companion Guide  -->
<observation xmlns="urn:hl7-org:v3" moodCode="EVN" classCode="OBS">
  <!--  New templateId for Birth Sex  -->
  <!--  Not planning to assert conformance to Social History Observation due to different vocab  -->
  <templateId root="2.16.840.1.113883.10.20.22.4.200" extension="2016-06-01"/>
  <templateId root="2.16.840.1.113883.10.20.22.4.200" extension="2024-05-01"/>
  <code xsi:type="CD" displayName="Sex Assigned At Birth"
        codeSystem="2.16.840.1.113883.6.1" code="76689-9"/>
  <statusCode code="completed"/>
  <!--  effectiveTime if present should match birthTime  -->
  <effectiveTime value="19680502"/>
  <!--  Request  name change to QRDA value set (2.16.840.1.113762.1.4.1) - ONC Birth Sex  -->
  <value xsi:type="CD" codeSystemName="AdministrativeGender"
         codeSystem="2.16.840.1.113883.5.1" code="M"/>
</observation>