DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). 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\MdfHmdMetSourceType\v3-MdfHmdMetSourceType.json

Raw JSON (canonical form)

Code to identify the source of a Message Element Type represented in the 'of MET' column of an HMD. Deprecation Comment: Deprecated as per 11/2008 Harmonization cleanup; internal and obsolete HL7 usage, no longer used.

{
  "resourceType": "ValueSet",
  "id": "v3-MdfHmdMetSourceType",
  "meta": {
    "lastUpdated": "2015-03-23T00:00:00.000+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "url": "http://hl7.org/fhir/v3/vs/MdfHmdMetSourceType",
  "version": "2015-03-23",
  "name": "v3 Code System MdfHmdMetSourceType",
  "publisher": "HL7, Inc",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        }
      ]
    }
  ],
  "description": " Code to identify the source of a Message Element Type represented in the 'of MET' column of an HMD.  Deprecation Comment:\r\nDeprecated as per 11/2008 Harmonization cleanup; internal and obsolete HL7 usage, no longer used.",
  "status": "active",
  "experimental": false,
  "date": "2015-03-23",
  "define": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
        "valueUri": "urn:oid:2.16.840.1.113883.5.75"
      }
    ],
    "system": "http://hl7.org/fhir/v3/MdfHmdMetSourceType",
    "caseSensitive": true,
    "concept": [
      {
        "code": "C",
        "abstract": false,
        "display": "Common MET",
        "definition": "This message element type is an HL7 common message element type."
      },
      {
        "code": "D",
        "abstract": false,
        "display": "Data type",
        "definition": "This message element type is an HL7 data type."
      },
      {
        "code": "I",
        "abstract": false,
        "display": "Reference",
        "definition": "This row represents a reference to a previously defined type.  Such a reference means that, in a given message, the message element instance for the current row is identical to the message element instance that instantiates the referred row."
      },
      {
        "code": "N",
        "abstract": false,
        "display": "New type",
        "definition": "New type. This row starts the definition of a new message element type. The subordinate rows beneath it compose the definition of the type. Each of these subordinate rows has the name of the message element type being defined in the In Message Element Type column. That name will be the same one that is in the Of Message Element Type of this row."
      },
      {
        "code": "R",
        "abstract": false,
        "display": "Recursive",
        "definition": "This row represents the recursive reuse of the message element type within which is appears. See 10.3.3.3."
      },
      {
        "code": "U",
        "abstract": false,
        "display": "Re-used MET",
        "definition": "This message element type was previously defined in this HMD and is being reused"
      }
    ]
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.