{
  "resourceType": "CodeSystem",
  "id": "network-type",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>AuditEventAgentNetworkType</h2><div><p>The type of network access point of this agent in the audit event</p></div><p>This code system http://hl7.org/fhir/network-type defines the following codes:</p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>1\r\n                  <a name=\"network-type-1\"></a></td><td>Machine Name</td><td>The machine name, including DNS name.</td></tr><tr><td>2\r\n                  <a name=\"network-type-2\"></a></td><td>IP Address</td><td>The assigned Internet Protocol (IP) address.</td></tr><tr><td>3\r\n                  <a name=\"network-type-3\"></a></td><td>Telephone Number</td><td>The assigned telephone number.</td></tr><tr><td>4\r\n                  <a name=\"network-type-4\"></a></td><td>Email address</td><td>The assigned email address.</td></tr><tr><td>5\r\n                  <a name=\"network-type-5\"></a></td><td>URI</td><td>URI (User directory, HTTP-PUT, ftp, etc.).</td></tr></table></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "Informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "sec"
    }
  ],
  "url": "http://hl7.org/fhir/network-type",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.450"
  },
  "version": "3.0.1",
  "name": "AuditEventAgentNetworkType",
  "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": "The type of network access point of this agent in the audit event",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/network-type",
  "content": "complete",
  "concept": [
    {
      "code": "1",
      "display": "Machine Name",
      "definition": "The machine name, including DNS name."
    },
    {
      "code": "2",
      "display": "IP Address",
      "definition": "The assigned Internet Protocol (IP) address."
    },
    {
      "code": "3",
      "display": "Telephone Number",
      "definition": "The assigned telephone number."
    },
    {
      "code": "4",
      "display": "Email address",
      "definition": "The assigned email address."
    },
    {
      "code": "5",
      "display": "URI",
      "definition": "URI (User directory, HTTP-PUT, ftp, etc.)."
    }
  ]
}