{
  "resourceType": "CodeSystem",
  "id": "v3-EntityNamePartType",
  "meta": {
    "lastUpdated": "2016-11-10T13:00:00+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Release Date: 2016-11-11</p><table class=\"grid\"><tr><td><b>Level</b></td><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>1</td><td>DEL\r\n                  <a name=\"DEL\"></a></td><td>delimiter</td><td>\r\n                        A delimiter has no meaning other than being literally printed in this name representation.  A delimiter has no implicit leading and trailing white space.\r\n                  <br /></td></tr><tr><td>1</td><td>FAM\r\n                  <a name=\"FAM\"></a></td><td>family</td><td>\r\n                        Family name, this is the name that links to the genealogy. In some cultures (e.g. Eritrea) the family name of a son is the first name of his father.\r\n                  <br /></td></tr><tr><td>1</td><td>GIV\r\n                  <a name=\"GIV\"></a></td><td>given</td><td>\r\n                        Given name (don't call it \"first name\" since this given names do not always come first)\r\n                  <br /></td></tr><tr><td>1</td><td>PFX\r\n                  <a name=\"PFX\"></a></td><td>prefix</td><td>\r\n                        A prefix has a strong association to the immediately following name part. A prefix has no implicit trailing white space (it has implicit leading white space though). Note that prefixes can be inverted.\r\n                  <br /></td></tr><tr><td>1</td><td>SFX\r\n                  <a name=\"SFX\"></a></td><td>suffix</td><td>\r\n                        \r\n                           Description:A suffix has a strong association to the immediately preceding name part. A suffix has no implicit leading white space (it has implicit trailing white space though). Suffices cannot be inverted.\r\n                  <br /></td></tr></table></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "External"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    }
  ],
  "url": "http://hl7.org/fhir/v3/EntityNamePartType",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.5.44"
  },
  "version": "2016-11-11",
  "name": "v3 Code System EntityNamePartType",
  "status": "active",
  "experimental": false,
  "date": "2016-11-10T13:00:00+00:00",
  "publisher": "HL7, Inc",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        }
      ]
    }
  ],
  "description": "**** MISSING DEFINITIONS ****",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/v3-EntityNamePartType",
  "hierarchyMeaning": "is-a",
  "content": "complete",
  "concept": [
    {
      "code": "DEL",
      "display": "delimiter",
      "definition": "A delimiter has no meaning other than being literally printed in this name representation.  A delimiter has no implicit leading and trailing white space."
    },
    {
      "code": "FAM",
      "display": "family",
      "definition": "Family name, this is the name that links to the genealogy. In some cultures (e.g. Eritrea) the family name of a son is the first name of his father."
    },
    {
      "code": "GIV",
      "display": "given",
      "definition": "Given name (don't call it \"first name\" since this given names do not always come first)"
    },
    {
      "code": "PFX",
      "display": "prefix",
      "definition": "A prefix has a strong association to the immediately following name part. A prefix has no implicit trailing white space (it has implicit leading white space though). Note that prefixes can be inverted."
    },
    {
      "code": "SFX",
      "display": "suffix",
      "definition": "Description:A suffix has a strong association to the immediately preceding name part. A suffix has no implicit leading white space (it has implicit trailing white space though). Suffices cannot be inverted."
    }
  ]
}