{
  "resourceType" : "CodeSystem",
  "id" : "network-type",
  "meta" : {
    "lastUpdated" : "2018-08-19T21:48:56.559+10: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>\n</div><p>This code system http://hl7.org/fhir/network-type defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"network-type-1\"> </a></td><td>Machine Name</td><td>The machine name, including DNS name.</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"network-type-2\"> </a></td><td>IP Address</td><td>The assigned Internet Protocol (IP) address.</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"network-type-3\"> </a></td><td>Telephone Number</td><td>The assigned telephone number.</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"network-type-4\"> </a></td><td>Email address</td><td>The assigned email address.</td></tr><tr><td style=\"white-space:nowrap\">5<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-wg",
    "valueCode" : "sec"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueString" : "Trial Use"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 3
  }],
  "url" : "http://hl7.org/fhir/network-type",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.1.457"
  }],
  "version" : "3.5.0",
  "name" : "AuditEventAgentNetworkType",
  "title" : "AuditEventAgentNetworkType",
  "status" : "draft",
  "experimental" : false,
  "date" : "2018-08-19T21:48:56+10: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.)."
  }]
}