<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="network-type"/>
<meta>
<lastUpdated value="2019-11-01T09:29:23.356+11:00"/>
</meta>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="sec"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
<valueCode value="trial-use"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
<valueInteger value="3"/>
</extension>
<url value="http://hl7.org/fhir/network-type"/>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.4.457"/>
</identifier>
<version value="4.0.1"/>
<name value="AuditEventAgentNetworkType"/>
<title value="AuditEventAgentNetworkType"/>
<status value="draft"/>
<experimental value="false"/>
<date value="2019-11-01T09:29:23+11:00"/>
<publisher value="HL7 (FHIR Project)"/>
<contact>
<telecom>
<system value="url"/>
<value value="http://hl7.org/fhir"/>
</telecom>
<telecom>
<system value="email"/>
<value value="fhir@lists.hl7.org"/>
</telecom>
</contact>
<description value="The type of network access point of this agent in the audit event."/>
<caseSensitive value="true"/>
<valueSet value="http://hl7.org/fhir/ValueSet/network-type"/>
<content value="complete"/>
<concept>
<code value="1"/>
<display value="Machine Name"/>
<definition value="The machine name, including DNS name."/>
</concept>
<concept>
<code value="2"/>
<display value="IP Address"/>
<definition value="The assigned Internet Protocol (IP) address."/>
</concept>
<concept>
<code value="3"/>
<display value="Telephone Number"/>
<definition value="The assigned telephone number."/>
</concept>
<concept>
<code value="4"/>
<display value="Email address"/>
<definition value="The assigned email address."/>
</concept>
<concept>
<code value="5"/>
<display value="URI"/>
<definition value="URI (User directory, HTTP-PUT, ftp, etc.)."/>
</concept>
</CodeSystem>