{
  "resourceType": "StructureDefinition",
  "id": "shr-core-HumanName",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n  <p><b>SHR HumanName Profile</b></p>\n  <p>A name used by a human being, written as it would be typically expressed. May include a breakdown of the various elements of the name (family name, given name, etc.).</p>\n  <p><b>SHR Mapping Summary</b></p>\n  <p><pre>shr.core.HumanName maps to HumanName:\n  string maps to text\n  HumanNamePrefix maps to prefix\n  GivenName maps to given\n  FamilyName maps to family\n  HumanNameSuffix maps to suffix\n  Purpose maps to use\n  EffectiveTimePeriod maps to period\n</pre></p>\n</div>"
  },
  "url": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-HumanName",
  "identifier": [
    {
      "system": "http://standardhealthrecord.org",
      "value": "shr.core.HumanName"
    }
  ],
  "version": "0.0.1",
  "name": "SHR HumanName 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 name used by a human being, written as it would be typically expressed. May include a breakdown of the various elements of the name (family name, given name, etc.).",
  "purpose": "Need to be able to record names, along with notes about their use.",
  "fhirVersion": "3.0.1",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "servd",
      "uri": "http://www.omg.org/spec/ServD/1.0/",
      "name": "ServD"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "type": "HumanName",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/HumanName",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "HumanName:shr-core-HumanName",
        "path": "HumanName",
        "short": "SHR HumanName Profile",
        "definition": "A name used by a human being, written as it would be typically expressed. May include a breakdown of the various elements of the name (family name, given name, etc.)."
      },
      {
        "id": "HumanName:shr-core-HumanName.text",
        "path": "HumanName.text",
        "min": 1,
        "max": "1"
      },
      {
        "id": "HumanName:shr-core-HumanName.prefix",
        "path": "HumanName.prefix",
        "min": 0,
        "max": "1"
      }
    ]
  }
}