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

V3\MdfHmdRowType\v3-MdfHmdRowType.json

The row type codes for the tabular representation of a Hierarchical Message Description. Deprecation Comment: Deprecated as per 11/2008 Harmonization cleanup; internal and obsolete HL7 usage, no longer used.

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<div><p>Release Date: 2014-08-07</p>\r\n<h2>Description</h2>\r\n<p>\n                  The row type codes for the tabular representation of a Hierarchical Message Description.<br/>\r\n\n                  \n                     Deprecation Comment: Deprecated as per 11/2008 Harmonization cleanup; internal and obsolete HL7 usage, no longer used.<br/>\r\n\n               </p>\r\n<hr/>\r\n<table class=\"grid\">\r\n <tr><td><b>Level</b></td><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr>\r\n <tr><td>1</td><td>assoc<a name=\"assoc\"> </a></td><td>Association Row</td><td>\n                        Identifies an association leading from the &quot;class&quot; (or association) that is most directly above this row<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>attr<a name=\"attr\"> </a></td><td>Attribute Row</td><td>\n                        Identifies an attribute of the &quot;class&quot; (or association) that is most directly above this row.<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>class<a name=\"class\"> </a></td><td>HMD root class</td><td>\n                        Identifies &quot;class&quot; in the HMD. There is only one class entry in a Hierarchical Message Definition. This is the root class for the message.<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>hmd<a name=\"hmd\"> </a></td><td>HMD identifier</td><td>\n                        Always the first row of the table, identifies the particular Hierarchical Message Definition in the nomenclature of the HL7 Repository.<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>item<a name=\"item\"> </a></td><td>Collection Item Row</td><td>\n                        Identifies a message element that represents one of whatever is repeated in a collection<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>stc<a name=\"stc\"> </a></td><td>Subtype constraint</td><td>\n                        This row corresponds to a subcomponent of the row above; it would not normally be included in an HMD, but it is included in order to be able to state a constraint on the subtype. This is explained in 10.2.2.4.<br/>\r\n\n                     </td></tr>\r\n</table>\r\n</div>"
  },
  "identifier": "http://hl7.org/fhir/v3/vs/MdfHmdRowType",
  "name": "v3 Code System MdfHmdRowType",
  "publisher": "HL7, Inc",
  "telecom": [
    {
      "system": "url",
      "value": "http://hl7.org"
    }
  ],
  "description": " The row type codes for the tabular representation of a Hierarchical Message Description.  Deprecation Comment:\r\nDeprecated as per 11/2008 Harmonization cleanup; internal and obsolete HL7 usage, no longer used.",
  "status": "active",
  "date": "2014-08-07T00:00:00+10:00",
  "define": {
    "system": "http://hl7.org/fhir/v3/MdfHmdRowType",
    "caseSensitive": true,
    "concept": [
      {
        "code": "assoc",
        "display": "Association Row",
        "definition": "Identifies an association leading from the \"class\" (or association) that is most directly above this row"
      },
      {
        "code": "attr",
        "display": "Attribute Row",
        "definition": "Identifies an attribute of the \"class\" (or association) that is most directly above this row."
      },
      {
        "code": "class",
        "display": "HMD root class",
        "definition": "Identifies \"class\" in the HMD. There is only one class entry in a Hierarchical Message Definition. This is the root class for the message."
      },
      {
        "code": "hmd",
        "display": "HMD identifier",
        "definition": "Always the first row of the table, identifies the particular Hierarchical Message Definition in the nomenclature of the HL7 Repository."
      },
      {
        "code": "item",
        "display": "Collection Item Row",
        "definition": "Identifies a message element that represents one of whatever is repeated in a collection"
      },
      {
        "code": "stc",
        "display": "Subtype constraint",
        "definition": "This row corresponds to a subcomponent of the row above; it would not normally be included in an HMD, but it is included in order to be able to state a constraint on the subtype. This is explained in 10.2.2.4."
      }
    ]
  }
}