PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@1.8.0
    http://hl7.org/fhir/namingsystem-identifier-type
{
  "description": "Identifies the style of unique identifier used to identify a namespace.",
  "_filename": "codesystem-namingsystem-identifier-type.json",
  "package_name": "hl7.fhir.core",
  "date": "2016-12-06T12:22:34+11:00",
  "meta": {
    "lastUpdated": "2016-12-06T12:22:34.981+11:00"
  },
  "publisher": "HL7 (FHIR Project)",
  "content": "complete",
  "name": "NamingSystemIdentifierType",
  "type": null,
  "experimental": "false",
  "resourceType": "CodeSystem",
  "title": null,
  "package_version": "1.8.0",
  "status": "draft",
  "id": "189cd452-c670-405d-ae8a-a4d01ca71bc7",
  "valueSet": "http://hl7.org/fhir/ValueSet/namingsystem-identifier-type",
  "kind": null,
  "url": "http://hl7.org/fhir/namingsystem-identifier-type",
  "identifier": {
    "value": "urn:oid:2.16.840.1.113883.4.642.1.293",
    "system": "urn:ietf:rfc:3986"
  },
  "concept": [ {
    "code": "oid",
    "display": "OID",
    "definition": "An ISO object identifier; e.g. 1.2.3.4.5."
  }, {
    "code": "uuid",
    "display": "UUID",
    "definition": "A universally unique identifier of the form a5afddf4-e880-459b-876e-e4591b0acc11."
  }, {
    "code": "uri",
    "display": "URI",
    "definition": "A uniform resource identifier (ideally a URL - uniform resource locator); e.g. http://unitsofmeasure.org."
  }, {
    "code": "other",
    "display": "Other",
    "definition": "Some other type of unique identifier; e.g. HL7-assigned reserved string such as LN for LOINC."
  } ],
  "caseSensitive": true,
  "version": "1.8.0",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "url"
    }, {
      "value": "fhir@lists.hl7.org",
      "system": "email"
    } ]
  } ]
}