This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Dataelement-sdc-profile-example.xml

Raw XML (canonical form)

Patient gender represented according to SDC rules (id = "sdc-gender")

Raw XML

<DataElement xmlns="http://hl7.org/fhir">
  <id value="sdc-gender"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text>
  <contained>
    <ValueSet>
      <id value="de42"/><!--   
         Side notes:
          - &quot;1&quot; is not a valid code system version for AdministrativeGender
          - The definition and display name for code &quot;UN&quot; is not valid
           -->
      <name value="Administrative Gender (HL7 V3)"/>
      <description value="TODO - remove"/>
      <status value="draft"/>
      <compose>
        <include>
          <system value="http://hl7.org/fhir/v3/AdministrativeGender"/>
          <version value="1"/>
          <concept>
            <code value="M"/>
            <display value="Male"/>
          </concept>
          <concept>
            <code value="F"/>
            <display value="Female"/>
          </concept>
        </include>
      </compose>
    </ValueSet>
  </contained>
  <identifier>
    <system value="http://nlm.nih.gov/some_other_text/data_element_identifier"/>
    <value value="DE42AHRQ"/>
  </identifier>
  <version value="1.2"/>
  <name value="Patient Gender"/>
  <useContext>
    <coding>
      <code value="Healthcare Event Reporting Form"/><!--    Wasn't clear if the above was a code    -->
      <display value="Patient safety event report - hospital: healthcare event reporting form"/>
    </coding>
  </useContext>
  <status value="draft"/>
  <date value="2012-10-21"/>
  <publisher value="Agency for Healthcare Research and Quality (AHRQ)"/>
  <contact>
    <telecom>
      <system value="email"/>
      <value value="william.munier@ahrq.hhs.gov"/>
    </telecom>
  </contact>
  <mapping>
    <identity value="objclass"/>
    <uri value="http://healthit.gov/sdc/objectclassproperty"/>
    <name value="Structured Data Capture ObjectClass/Property"/>
  </mapping>
  <element>
    <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-question">
      <valueString value="Patient's Gender"/>
    </extension>
    <path value="gender"/>
    <code>
      <system value="http://loinc.org"/>
      <code value="72143-1"/>
      <primary value="true"/>
    </code>
    <definition value="The patient's documented gender on arrival at the hospital. "/>
    <requirements value="AHRQ Healthcare Event Reporting Form Patient safety event report - hospital: healthcare
     event reporting form (HERF) - version 1.2 [AHRQ] https://www.psoppc.org/c/document_library/get_file?
    uuid=6034c5aa-ad07-4dbe-ab19-0b45fb160683&amp;groupId=10218"/>
    <type>
      <code value="CodeableConcept"/>
    </type>
    <binding>
      <name value="Gender"/>
      <strength value="required"/>
      <valueSetReference>
        <reference value="#de42"/>
      </valueSetReference>
    </binding>
    <mapping>
      <extension url="http://hl7.org/fhir/StructureDefinition/11179-objectClass">
        <valueCoding>
          <system value="http://snomed.info/sct"/>
          <code value="116154003"/>
          <display value="Patient"/>
        </valueCoding>
      </extension>
      <extension url="http://hl7.org/fhir/StructureDefinition/11179-objectClassProperty">
        <valueCoding>
          <system value="http://snomed.info/sct"/>
          <code value="263495000"/>
          <display value="Gender"/>
        </valueCoding>
      </extension>
      <identity value="objclass"/>
      <map value="http://snomed.info/sct#116154003 | http://snomed.info/sct | 263495000"/>
    </mapping>
  </element>
</DataElement>

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.