{

"resourceType": "ValueSet",
"id": "identifier-use",
"meta": {
  "lastUpdated": "2015-10-24T07:41:03.495+11:00",
  "profile": [
    "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
  ]
},
"text": {
  "status": "generated",
  "div": "<div><h2>IdentifierUse</h2><p>Identifies the purpose for this identifier, if known .</p><p>This value set has an inline code system http://hl7.org/fhir/identifier-use, which 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>usual<a name=\"usual\"> </a></td><td>Usual</td><td>The identifier recommended for display and use in real-world interactions.</td></tr><tr><td>official<a name=\"official\"> </a></td><td>Official</td><td>The identifier considered to be most trusted for the identification of this item.</td></tr><tr><td>temp<a name=\"temp\"> </a></td><td>Temp</td><td>A temporary identifier.</td></tr><tr><td>secondary<a name=\"secondary\"> </a></td><td>Secondary</td><td>An identifier that was assigned in secondary use - it serves to identify the object in a relative context, but cannot be consistently assigned to the same object again in a different context.</td></tr></table></div>"
},
"extension": [
  {
    "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
    "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.33"
  }
],
"url": "http://hl7.org/fhir/ValueSet/identifier-use",
"version": "1.0.2",
"name": "IdentifierUse",
"status": "draft",
"experimental": false,
"publisher": "HL7 (FHIR Project)",
"contact": [
  {
    "telecom": [
      {
        "system": "other",
        "value": "http://hl7.org/fhir"
      },
      {
        "system": "email",
        "value": "fhir@lists.hl7.org"
      }
    ]
  }
],
"date": "2015-10-24T07:41:03+11:00",
"description": "Identifies the purpose for this identifier, if known .",
"codeSystem": {
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.33"
    }
  ],
  "system": "http://hl7.org/fhir/identifier-use",
  "version": "1.0.2",
  "caseSensitive": true,
  "concept": [
    {
      "code": "usual",
      "display": "Usual",
      "definition": "The identifier recommended for display and use in real-world interactions."
    },
    {
      "code": "official",
      "display": "Official",
      "definition": "The identifier considered to be most trusted for the identification of this item."
    },
    {
      "code": "temp",
      "display": "Temp",
      "definition": "A temporary identifier."
    },
    {
      "code": "secondary",
      "display": "Secondary",
      "definition": "An identifier that was assigned in secondary use - it serves to identify the object in a relative context, but cannot be consistently assigned to the same object again in a different context."
    }
  ]
}

}