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.json

Raw JSON (canonical form)

Patient gender represented according to SDC rules

{
  "resourceType": "DataElement",
  "id": "sdc-gender",
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "contained": [
    {
      "resourceType": "ValueSet",
      "id": "de42",
      "name": "Administrative Gender (HL7 V3)",
      "description": "TODO - remove",
      "status": "draft",
      "compose": {
        "include": [
          {
            "system": "http://hl7.org/fhir/v3/AdministrativeGender",
            "version": "1",
            "concept": [
              {
                "code": "M",
                "display": "Male"
              },
              {
                "code": "F",
                "display": "Female"
              }
            ]
          }
        ]
      }
    }
  ],
  "identifier": {
    "system": "http://nlm.nih.gov/some_other_text/data_element_identifier",
    "value": "DE42AHRQ"
  },
  "version": "1.2",
  "name": "Patient Gender",
  "useContext": [
    {
      "coding": [
        {
          "code": "Healthcare Event Reporting Form",
          "display": "Patient safety event report - hospital: healthcare event reporting form"
        }
      ]
    }
  ],
  "status": "draft",
  "date": "2012-10-21",
  "publisher": "Agency for Healthcare Research and Quality (AHRQ)",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "william.munier@ahrq.hhs.gov"
        }
      ]
    }
  ],
  "mapping": [
    {
      "identity": "objclass",
      "uri": "http://healthit.gov/sdc/objectclassproperty",
      "name": "Structured Data Capture ObjectClass/Property"
    }
  ],
  "element": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question",
          "valueString": "Patient's Gender"
        }
      ],
      "path": "gender",
      "code": [
        {
          "system": "http://loinc.org",
          "code": "72143-1",
          "primary": true
        }
      ],
      "definition": "The patient's documented gender on arrival at the hospital. ",
      "requirements": "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&groupId=10218",
      "type": [
        {
          "code": "CodeableConcept"
        }
      ],
      "binding": {
        "name": "Gender",
        "strength": "required",
        "valueSetReference": {
          "reference": "#de42"
        }
      },
      "mapping": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/11179-objectClass",
              "valueCoding": {
                "system": "http://snomed.info/sct",
                "code": "116154003",
                "display": "Patient"
              }
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/11179-objectClassProperty",
              "valueCoding": {
                "system": "http://snomed.info/sct",
                "code": "263495000",
                "display": "Gender"
              }
            }
          ],
          "identity": "objclass",
          "map": "http://snomed.info/sct#116154003 | http://snomed.info/sct | 263495000"
        }
      ]
    }
  ]
}

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.