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

EntityCode - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "ValueSet",
  "id" : "v3-EntityCode",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><h2>EntityCode</h2><div><p>A value representing the specific kind of Entity the instance represents.</p>\n<p><em>Examples:</em> A medical building, a Doberman Pinscher, a blood collection tube, a tissue biopsy.</p>\n<p><em>Rationale:</em> For each Entity, the value for this attribute is drawn from one of several coding systems depending on the Entity classCode, such as living subjects (animal and plant taxonomies), chemical substance (e.g., IUPAC code), organizations, insurance company, government agency, hospital, park, lake, syringe, etc. It is possible that Entity.code may be so fine grained that it represents a single instance. An example is the CDC vaccine manufacturer code, modeled as a concept vocabulary, when in fact each concept refers to a single instance.</p>\n</div><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"ValueSet-v3-MaterialEntityClassType.html\">http://terminology.hl7.org/ValueSet/v3-MaterialEntityClassType</a></li><li>Import all the codes that are contained in <a href=\"ValueSet-v3-PlaceEntityType.html\">http://terminology.hl7.org/ValueSet/v3-PlaceEntityType</a></li><li>Import all the codes that are contained in <a href=\"ValueSet-v3-OrganizationEntityType.html\">http://terminology.hl7.org/ValueSet/v3-OrganizationEntityType</a></li><li>Import all the codes that are contained in <a href=\"ValueSet-v3-ResourceGroupEntityType.html\">http://terminology.hl7.org/ValueSet/v3-ResourceGroupEntityType</a></li><li>Import all the codes that are contained in <a href=\"ValueSet-v3-xAdministeredSubstance.html\">http://terminology.hl7.org/ValueSet/v3-xAdministeredSubstance</a></li><li>Exclude these codes as defined in <a href=\"CodeSystem-v3-EntityCode.html\"><code>http://terminology.hl7.org/CodeSystem/v3-EntityCode</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-v3-EntityCode.html#v3-EntityCode-_OrganizationEntityType\">_OrganizationEntityType</a></td><td>OrganizationEntityType</td><td>Further classifies entities of classCode ORG.</td></tr></table></li></ul></div>"
  },
  "url" : "http://terminology.hl7.org/ValueSet/v3-EntityCode",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.1.11.16040"
    }
  ],
  "version" : "2.0.0",
  "name" : "EntityCode",
  "title" : "EntityCode",
  "status" : "active",
  "date" : "2014-03-26T00:00:00-04:00",
  "description" : "A value representing the specific kind of Entity the instance represents.\r\n\r\n*Examples:* A medical building, a Doberman Pinscher, a blood collection tube, a tissue biopsy.\r\n\r\n*Rationale:* For each Entity, the value for this attribute is drawn from one of several coding systems depending on the Entity classCode, such as living subjects (animal and plant taxonomies), chemical substance (e.g., IUPAC code), organizations, insurance company, government agency, hospital, park, lake, syringe, etc. It is possible that Entity.code may be so fine grained that it represents a single instance. An example is the CDC vaccine manufacturer code, modeled as a concept vocabulary, when in fact each concept refers to a single instance.",
  "compose" : {
    "include" : [
      {
        "valueSet" : [
          "http://terminology.hl7.org/ValueSet/v3-MaterialEntityClassType"
        ]
      },
      {
        "valueSet" : [
          "http://terminology.hl7.org/ValueSet/v3-PlaceEntityType"
        ]
      },
      {
        "valueSet" : [
          "http://terminology.hl7.org/ValueSet/v3-OrganizationEntityType"
        ]
      },
      {
        "valueSet" : [
          "http://terminology.hl7.org/ValueSet/v3-ResourceGroupEntityType"
        ]
      },
      {
        "valueSet" : [
          "http://terminology.hl7.org/ValueSet/v3-xAdministeredSubstance"
        ]
      }
    ],
    "exclude" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-EntityCode",
        "concept" : [
          {
            "code" : "_OrganizationEntityType"
          }
        ]
      }
    ]
  }
}