HL7 Terminology
1.0.0 - Publication

This page is part of the HL7 Terminology (v1.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

Designation Usage - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "CodeSystem",
  "id" : "designation-usage",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Designation Usage</h2><div><p>Preferred value set for Condition Categories.</p>\n</div><p>This code system http://terminology.hl7.org/CodeSystem/designation-usage 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\">display<a name=\"designation-usage-display\"> </a></td><td>Display</td><td>A deisgnation suitable for display to an end-user</td></tr></table></div>"
  },
  "url" : "http://terminology.hl7.org/CodeSystem/designation-usage",
  "version" : "4.2.0",
  "name" : "DesignationUsage",
  "title" : "Designation Usage",
  "status" : "draft",
  "experimental" : false,
  "date" : "2020-05-09T12:49:00-04:00",
  "publisher" : "FHIR Project team",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description" : "Preferred value set for Condition Categories.",
  "caseSensitive" : true,
  "valueSet" : "http://terminology.hl7.org/ValueSet/designation-usage",
  "content" : "complete",
  "concept" : [
    {
      "code" : "display",
      "display" : "Display",
      "definition" : "A deisgnation suitable for display to an end-user"
    }
  ]
}