{
  "resourceType": "StructureDefinition",
  "id": "shr-entity-Patient",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n  <p><b>SHR Patient Profile</b></p>\n  <p>A person in the role of a patient, including extended demographic information about the subject of this health record.</p>\n  <p><b>SHR Mapping Summary</b></p>\n  <p><pre>shr.entity.Patient maps to http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient:\n  Person.ActiveFlag maps to active\n  Person.HumanName maps to name\n  Person.AdministrativeGender maps to gender\n  Person.Headshot maps to photo\n  Person.Address maps to address\n  Person.ContactPoint maps to telecom\n  Person.LanguageUsed maps to communication\n  Person.DateOfBirth maps to birthDate\n  PlaceOfBirth maps to http://hl7.org/fhir/StructureDefinition/birthPlace\n  MultipleBirth maps to multipleBirth[x].boolean\n  MultipleBirth.MultipleBirthOrder maps to multipleBirth[x].integer\n  BirthSex maps to http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex\n  Race maps to http://hl7.org/fhir/us/core/StructureDefinition/us-core-race\n  Ethnicity maps to http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity\n  MaritalStatus maps to maritalStatus\n  MothersMaidenName maps to http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName\n  MedicalInterpreterNeeded maps to http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired\n  Deceased maps to deceased[x].boolean\n  Deceased.DateOfDeath maps to deceased[x].dateTime\n</pre></p>\n</div>"
  },
  "url": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-entity-Patient",
  "identifier": [
    {
      "system": "http://standardhealthrecord.org",
      "value": "shr.entity.Patient"
    }
  ],
  "version": "0.0.1",
  "name": "SHR Patient Profile",
  "status": "draft",
  "date": "2017-12-20",
  "publisher": "The MITRE Corporation: Standard Health Record Collaborative",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://standardhealthrecord.org"
        }
      ]
    }
  ],
  "description": "A person in the role of a patient, including extended demographic information about the subject of this health record.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States Minor Outlying Islands (the)"
        }
      ]
    }
  ],
  "fhirVersion": "3.0.1",
  "mapping": [
    {
      "identity": "argonaut-dq-dstu2",
      "uri": "http://unknown.org/Argonaut DQ DSTU2",
      "name": "Argonaut DQ DSTU2"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "cda",
      "uri": "http://hl7.org/v3/cda",
      "name": "CDA (R2)"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/w5",
      "name": "W5 Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "loinc",
      "uri": "http://loinc.org",
      "name": "LOINC code for the element"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient:shr-entity-Patient",
        "path": "Patient",
        "short": "SHR Patient Profile",
        "definition": "A person in the role of a patient, including extended demographic information about the subject of this health record.",
        "mustSupport": false
      },
      {
        "id": "Patient:shr-entity-Patient.extension:race",
        "path": "Patient.extension",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient:shr-entity-Patient.extension:ethnicity",
        "path": "Patient.extension",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient:shr-entity-Patient.extension:birthsex",
        "path": "Patient.extension",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient:shr-entity-Patient.extension:placeofbirth",
        "path": "Patient.extension",
        "sliceName": "placeofbirth",
        "slicing": {
          "id": "1",
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "definition": "The location of a birth event. There may be multiple entries, but a person has only one place of birth.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://hl7.org/fhir/StructureDefinition/birthPlace"
          }
        ]
      },
      {
        "id": "Patient:shr-entity-Patient.extension:medicalinterpreterneeded",
        "path": "Patient.extension",
        "sliceName": "medicalinterpreterneeded",
        "slicing": {
          "id": "1",
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "definition": "Whether the subject requires an interpreter to communicate with an English-speaking provider.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired"
          }
        ]
      },
      {
        "id": "Patient:shr-entity-Patient.extension:mothersmaidenname",
        "path": "Patient.extension",
        "sliceName": "mothersmaidenname",
        "slicing": {
          "id": "1",
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "definition": "The name of the mother as it was or likely to have been recorded on the birth certificate of the subject. This is most likely the name prior to marriage of the mother (aka the maiden name).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName"
          }
        ]
      },
      {
        "id": "Patient:shr-entity-Patient.extension:person",
        "path": "Patient.extension",
        "sliceName": "person",
        "slicing": {
          "id": "1",
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "definition": "A person relevant to the health or social situation of the subject (including the person of record him or herself).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-entity-Person-extension"
          }
        ]
      },
      {
        "id": "Patient:shr-entity-Patient.extension:relatedencounter",
        "path": "Patient.extension",
        "sliceName": "relatedencounter",
        "slicing": {
          "id": "1",
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "definition": "If content was generated during a patient encounter, related encounter is the encounter where the information was gained.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-base-RelatedEncounter-extension"
          }
        ]
      },
      {
        "id": "Patient:shr-entity-Patient.extension:author",
        "path": "Patient.extension",
        "sliceName": "author",
        "slicing": {
          "id": "1",
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "definition": "The person or organization who created the entry and is responsible for (and may certify) the content.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-base-Author-extension"
          }
        ]
      },
      {
        "id": "Patient:shr-entity-Patient.extension:informant",
        "path": "Patient.extension",
        "sliceName": "informant",
        "slicing": {
          "id": "1",
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "definition": "The person or entity that provided the information in the entry, as distinct from who created the entry, e.g. the subject (patient), medical professional, family member, device or software program.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-base-Informant-extension"
          }
        ]
      },
      {
        "id": "Patient:shr-entity-Patient.extension:type",
        "path": "Patient.extension",
        "sliceName": "type",
        "slicing": {
          "id": "1",
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "definition": "The most specific code (lowest level term) describing the kind or sort of thing being represented.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-entity-Type-extension"
          }
        ]
      },
      {
        "id": "Patient:shr-entity-Patient.extension:fathersname",
        "path": "Patient.extension",
        "sliceName": "fathersname",
        "slicing": {
          "id": "1",
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "definition": "The name of the father as it was or likely to have been recorded on the birth certificate of the subject; most likely the name of the father at the time of birth of the subject.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-entity-FathersName-extension"
          }
        ]
      },
      {
        "id": "Patient:shr-entity-Patient.extension:socialsecuritynumber",
        "path": "Patient.extension",
        "sliceName": "socialsecuritynumber",
        "slicing": {
          "id": "1",
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "definition": "A US social security number (SSN).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-entity-SocialSecurityNumber-extension"
          }
        ]
      },
      {
        "id": "Patient:shr-entity-Patient.extension:driverslicensenumber",
        "path": "Patient.extension",
        "sliceName": "driverslicensenumber",
        "slicing": {
          "id": "1",
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "definition": "Identifying information from a drivers license.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-entity-DriversLicenseNumber-extension"
          }
        ]
      },
      {
        "id": "Patient:shr-entity-Patient.extension:passportnumber",
        "path": "Patient.extension",
        "sliceName": "passportnumber",
        "slicing": {
          "id": "1",
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "definition": "Credential indicating citizenship.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-entity-PassportNumber-extension"
          }
        ]
      },
      {
        "id": "Patient:shr-entity-Patient.maritalStatus",
        "path": "Patient.maritalStatus",
        "min": 1,
        "max": "1",
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "MaritalStatus"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
              "valueBoolean": true
            }
          ],
          "strength": "required",
          "description": "The domestic partnership status of a person.",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/marital-status"
          }
        }
      }
    ]
  }
}