DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). 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.json

Raw JSON (canonical form)

FHIR Gender with mapping to CCDA

{
  "resourceType": "DataElement",
  "id": "sdc-gender",
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "identifier": {
    "system": "http://nlm.nih.gov/some_other_text/data_element_identifier",
    "value": "DE42AHRQ"
  },
  "name": "Patient Gender",
  "status": "draft",
  "date": "2015-02-04",
  "publisher": "Health Level Seven, International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        }
      ]
    }
  ],
  "mapping": [
    {
      "identity": "ccda",
      "uri": "http://hl7.org/CCDA-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": {
        "name": "AdministrativeGender",
        "strength": "required",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/vs/AdministrativeGender"
        }
      },
      "mapping": [
        {
          "identity": "ccda",
          "language": "xpath",
          "map": "/ClinicalDocument/recordTarget/patientRole/patient/administrativeGender"
        }
      ]
    }
  ]
}

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.