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
.
{
"resourceType" : "DataElement",
"id" : "dataelement-sdc-profile-example",
"text" : {
"status" : "generated",
"div" : "<div xmlns="http://www.w3.org/1999/xhtml">TODO</div>"
},
"url" : "http://hl7.org/fhir/us/sdc/DataElement/dataelement-sdc-profile-example",
"identifier" : [
{
"system" : "http://nlm.nih.gov/some_other_text/data_element_identifier",
"value" : "DE42AHRQ"
}
},
"status" : "draft",
"publisher" : "Health Level Seven, International",
"date" : "2015-02-04",
"name" : "Patient Gender",
"contact" : [
{
"telecom" : [
{
"system" : "other",
"value" : "http://hl7.org"
}
}
}
},
"mapping" : [
{
"identity" : "c-cda",
"uri" : "http://hl7.org/C-CDA-not-a-real-url",
"name" : "Consolidated CDA R2"
}
},
"element" : [
{
"path" : "administrativeGender",
"definition" : "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" : "CodeableConcept"
}
},
"binding" : {
"strength" : "required",
"valueSetReference" : {
"reference" : "http://hl7.org/fhir/ValueSet/AdministrativeGender"
}
},
"mapping" : [
{
"identity" : "c-cda",
"language" : "xpath",
"map" : "/ClinicalDocument/recordTarget/patientRole/patient/administrativeGender"
}
}
}
}
}