{
  "resourceType": "CodeSystem",
  "id": "namingsystem-type",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h2>NamingSystemType</h2>\n            <div>\n              <p>Identifies the purpose of the naming system.</p>\n\n            </div>\n            <p>This code system http://hl7.org/fhir/namingsystem-type defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td>\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td>codesystem\n                  <a name=\"namingsystem-type-codesystem\"> </a>\n                </td>\n                <td>Code System</td>\n                <td>The naming system is used to define concepts and symbols to represent those concepts; e.g. UCUM, LOINC, NDC code, local lab codes, etc.</td>\n              </tr>\n              <tr>\n                <td>identifier\n                  <a name=\"namingsystem-type-identifier\"> </a>\n                </td>\n                <td>Identifier</td>\n                <td>The naming system is used to manage identifiers (e.g. license numbers, order numbers, etc.).</td>\n              </tr>\n              <tr>\n                <td>root\n                  <a name=\"namingsystem-type-root\"> </a>\n                </td>\n                <td>Root</td>\n                <td>The naming system is used as the root for other identifiers and naming systems.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "Informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    }
  ],
  "url": "http://hl7.org/fhir/namingsystem-type",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.484"
  },
  "version": "3.0.1",
  "name": "NamingSystemType",
  "status": "draft",
  "experimental": false,
  "date": "2017-04-18T21:44:43+00:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "Identifies the purpose of the naming system.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/namingsystem-type",
  "content": "complete",
  "concept": [
    {
      "code": "codesystem",
      "display": "Code System",
      "definition": "The naming system is used to define concepts and symbols to represent those concepts; e.g. UCUM, LOINC, NDC code, local lab codes, etc."
    },
    {
      "code": "identifier",
      "display": "Identifier",
      "definition": "The naming system is used to manage identifiers (e.g. license numbers, order numbers, etc.)."
    },
    {
      "code": "root",
      "display": "Root",
      "definition": "The naming system is used as the root for other identifiers and naming systems."
    }
  ]
}