This page is part of the Structured Data Capture FHIR IG (v1.6: STU 2 Ballot 1) based on FHIR v1.6.0. . For a full list of available versions, see the Directory of published versions

This is a pre-release of a future version of SDC (expected to be STU 2). The current version is STU 2.
For a full list of available versions, see the Directory of published versions .

Patient Gender - xml

(back to narrative)

Raw xml


<DataElement xmlns="http://hl7.org/fhir">
  <id value="dataelement-sdc-profile-example"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">TODO</div>
  </text>
  <url
       value="http://hl7.org/fhir/us/sdc/DataElement/dataelement-sdc-profile-example"/>
  <identifier>
    <system value="http://nlm.nih.gov/some_other_text/data_element_identifier"/>
    <value value="DE42AHRQ"/>
  </identifier>
  <status value="draft"/>
  <publisher value="Health Level Seven, International"/>
  <date value="2015-02-04"/>
  <name value="Patient Gender"/>
  <contact>
    <telecom>
      <system value="other"/>
      <value value="http://hl7.org"/>
    </telecom>
  </contact>
  <mapping>
    <identity value="c-cda"/>
    <uri value="http://hl7.org/C-CDA-not-a-real-url"/>
    <name value="Consolidated CDA R2"/>
  </mapping>
  <element>
    <path value="administrativeGender"/>
    <definition
                value="The gender (i.e., the behavioral, cultural, or psychological traits typically associated with one sex) of a living subject as defined for administrative purposes."/>
    <type>
      <code value="CodeableConcept"/>
    </type>
    <binding>
      <strength value="required"/>
      <valueSetReference>
        <reference value="http://hl7.org/fhir/ValueSet/AdministrativeGender"/>
      </valueSetReference>
    </binding>
    <mapping>
      <identity value="c-cda"/>
      <language value="xpath"/>
      <map
           value="/ClinicalDocument/recordTarget/patientRole/patient/administrativeGender"/>
    </mapping>
  </element>
</DataElement>