{
  "resourceType": "StructureDefinition",
  "id": "kfdrc-patient",
  "meta": {
    "lastUpdated": "2020-05-19T13:19:35.716+00:00"
  },
  "url": "http://fhir.kids-first.io/StructureDefinition/kfdrc-patient",
  "version": "0.1.0",
  "name": "kfdrc-patient",
  "title": "Kids First DRC Patient",
  "status": "draft",
  "fhirVersion": "4.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient",
        "path": "Patient"
      },
      {
        "id": "Patient.extension",
        "path": "Patient.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "ordered": false,
          "rules": "open"
        }
      },
      {
        "id": "Patient.extension:us-core-ethnicity",
        "path": "Patient.extension",
        "sliceName": "us-core-ethnicity",
        "sliceIsConstraining": false,
        "short": "US Core Ethnicity Extension",
        "definition": "Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality.  The ethnicity codes used to represent these concepts are based upon the [CDC ethnicity and Ethnicity Code Set Version 1.0](http://www.cdc.gov/phin/resources/vocabulary/index.html) which includes over 900 concepts for representing race and ethnicity of which 43 reference ethnicity.  The ethnicity concepts are grouped by and pre-mapped to the 2 OMB ethnicity categories: - Hispanic or Latino - Not Hispanic or Latino.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
            ]
          }
        ],
        "mustSupport": true,
        "isModifier": false
      },
      {
        "id": "Patient.extension:us-core-race",
        "path": "Patient.extension",
        "sliceName": "us-core-race",
        "short": "US Core Race Extension",
        "definition": "Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality.  The race codes used to represent these concepts are based upon the [CDC Race and Ethnicity Code Set Version 1.0](http://www.cdc.gov/phin/resources/vocabulary/index.html) which includes over 900 concepts for representing race and ethnicity of which 921 reference race.  The race concepts are grouped by and pre-mapped to the 5 OMB race categories:\n\n   - American Indian or Alaska Native\n   - Asian\n   - Black or African American\n   - Native Hawaiian or Other Pacific Islander\n   - White.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
            ]
          }
        ],
        "mustSupport": true,
        "isModifier": false
      },
      {
        "id": "Patient.extension:species",
        "path": "Patient.extension",
        "sliceName": "species",
        "short": "Species",
        "definition": "Species of the Kids First DRC Patient.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.kids-first.io/StructureDefinition/species"
            ]
          }
        ],
        "mustSupport": true,
        "isModifier": false
      },
      {
        "id": "Patient.extension:relation",
        "path": "Patient.extension",
        "sliceName": "relation",
        "short": "Related entity of the Kids First DRC Patient",
        "definition": "Related entity of the Kids First DRC Patient.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.kids-first.io/StructureDefinition/relation"
            ]
          }
        ],
        "mustSupport": true,
        "isModifier": false
      }
    ]
  }
}