2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Namingsystem-identifier-type.xml

Raw XML (canonical form)

Definition for Value SetNamingSystemIdentifierType

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="namingsystem-identifier-type"/>
  <meta>
    <lastUpdated value="2015-02-23T09:07:27.665+11:00"/>
    <profile value="http://hl7.org/fhir/Profile/valueset-shareable-definition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text>
  <extension url="http://hl7.org/fhir/ExtensionDefinition/valueset-oid">
    <valueUri value="urn:oid:2.16.840.1.113883.4.642.2.477"/>
  </extension>
  <url value="http://hl7.org/fhir/vs/namingsystem-identifier-type"/>
  <version value="0.4.0"/>
  <name value="NamingSystemIdentifierType"/>
  <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="Identifies the style of unique identifier used to identify a namepace"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2015-02-23T09:07:27+11:00"/>
  <define>
    <extension url="http://hl7.org/fhir/ExtensionDefinition/valueset-oid">
      <valueUri value="urn:oid:2.16.840.1.113883.4.642.1.477"/>
    </extension>
    <system value="http://hl7.org/fhir/namingsystem-identifier-type"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="oid"/>
      <definition value="An ISO object identifier.  E.g. 1.2.3.4.5."/>
    </concept>
    <concept>
      <code value="uuid"/>
      <definition value="A universally unique identifier of the form a5afddf4-e880-459b-876e-e4591b0acc11."/>
    </concept>
    <concept>
      <code value="uri"/>
      <definition value="A uniform resource identifier (ideally a URL - uniform resource locator).  E.g. http://unitsofmeasur
      e.org."/>
    </concept>
    <concept>
      <code value="other"/>
      <definition value="Some other type of unique identifier.  E.g HL7-assigned reserved string such as LN for
       LOINC."/>
    </concept>
  </define>
</ValueSet>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.