{
  "resourceType" : "CodeSystem",
  "id" : "network-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem network-type</b></p><a name=\"network-type\"> </a><a name=\"hcnetwork-type\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/network-type</code> 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-ballot-status",
    "valueString" : "Informative"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 3
  },
  {
    "extension" : [{
      "url" : "packageId",
      "valueId" : "hl7.fhir.uv.xver-r3.r4"
    },
    {
      "url" : "version",
      "valueString" : "0.1.0"
    },
    {
      "url" : "uri",
      "valueUri" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r3.r4"
    }],
    "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "sec"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use",
    "_valueCode" : {
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
        "valueCanonical" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r3.r4"
      }]
    }
  }],
  "url" : "http://hl7.org/fhir/network-type",
  "version" : "3.0.2",
  "name" : "AuditEventAgentNetworkType",
  "status" : "draft",
  "experimental" : false,
  "date" : "2019-10-23T19:53:00-05:00",
  "publisher" : "Security",
  "contact" : [{
    "name" : "Security",
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/secure"
    }]
  }],
  "description" : "The type of network access point of this agent in the audit event",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/network-type|4.0.1",
  "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.)."
  }]
}