Release 4 5

This page is part of the FHIR Specification (v4.0.1: R4 (v5.0.0: R5 - Mixed Normative and STU ) ). This is the current published version in it's permanent home (it will always be available at this URL). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4

Codesystem-example-supplement.json

Example CodeSystem/example-supplement (JSON)

Vocabulary Terminology Infrastructure Work Group Maturity Level : N/A Standards Status : Informative Compartments : Not linked to any No defined compartments

Raw JSON ( canonical form + also see JSON Format Specification )

Example Code System Supplement

{
  "resourceType": "CodeSystem",
  "id": "example-supplement",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <p>A supplement pack for <code>http://hl7.org/fhir/CodeSystem/example</code> that defines the administrative property 'legacy' for whether the test is currently performed </p>\n      <table class=\"grid\">\n        <tr>\n          <td>\n            <b>Code</b>\n          </td>\n          <td>\n            <b>Legacy</b>\n          </td>\n        </tr>\n        <tr>\n          <td>chol-mmol</td>\n          <td>false</td>\n        </tr>\n        <tr>\n          <td>chol-mass</td>\n          <td>true</td>\n        </tr>\n        <tr>\n          <td>chol</td>\n          <td>true</td>\n        </tr>\n      </table>\n    </div>"

  "resourceType" : "CodeSystem",
  "id" : "example-supplement",
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      \n      \n      \n      <p>A supplement pack for \n        \n        \n        <code>http://hl7.org/fhir/CodeSystem/example</code> that defines the administrative property 'legacy' for whether the test is currently performed \n      \n      \n      </p>\n      \n      \n      \n      <table class=\"grid\">\n        \n        \n        \n        <tr>\n          \n          \n          \n          <td>\n            \n            \n            \n            <b>Code</b>\n          \n          \n          \n          </td>\n          \n          \n          \n          <td>\n            \n            \n            \n            <b>Legacy</b>\n          \n          \n          \n          </td>\n        \n        \n        \n        </tr>\n        \n        \n        \n        <tr>\n          \n          \n          \n          <td>chol-mmol</td>\n          \n          \n          \n          <td>false</td>\n        \n        \n        \n        </tr>\n        \n        \n        \n        <tr>\n          \n          \n          \n          <td>chol-mass</td>\n          \n          \n          \n          <td>true</td>\n        \n        \n        \n        </tr>\n        \n        \n        \n        <tr>\n          \n          \n          \n          <td>chol</td>\n          \n          \n          \n          <td>true</td>\n        \n        \n        \n        </tr>\n      \n      \n      \n      </table>\n    \n    \n    \n    </div>"

  },
  "url": "http://hl7.org/fhir/CodeSystem/example-supplement",
  "version": "201801103",
  "name": "CholCodeLegacyStatus",
  "status": "draft",
  "experimental": true,
  "date": "2016-01-28",
  "publisher": "ACME Co",
  "contact": [
    {
      "name": "FHIR project team",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "content": "supplement",
  "supplements": "http://hl7.org/fhir/CodeSystem/example",
  "property": [
    {
      "code": "legacy",
      "description": "hether the test is currently performed",
      "type": "boolean"
    }
  ],
  "concept": [
    {
      "code": "chol-mmol",
      "property": [
        {
          "code": "legacy",
          "valueBoolean": false
        }
      ]
    },
    {
      "code": "chol-mass",
      "property": [
        {
          "code": "legacy",
          "valueBoolean": true
        }
      ]
    },
    {
      "code": "chol",
      "property": [
        {
          "code": "legacy",
          "valueBoolean": true
        }
      ]
    }
  ]

  "url" : "http://hl7.org/fhir/CodeSystem/example-supplement",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.1820"
  }],
  "version" : "5.0.0",
  "name" : "CholCodeLegacyStatus",
  "title" : "Cholesterol Code Legacy Status",
  "status" : "draft",
  "experimental" : true,
  "date" : "2016-01-28",
  "publisher" : "ACME Co",
  "contact" : [{
    "name" : "FHIR project team",
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    }]
  }],
  "description" : "CholCodeLegacyStatus",
  "content" : "supplement",
  "supplements" : "http://hl7.org/fhir/CodeSystem/example",
  "property" : [{
    "code" : "legacy",
    "description" : "hether the test is currently performed",
    "type" : "boolean"
  }],
  "concept" : [{
    "code" : "chol-mmol",
    "property" : [{
      "code" : "legacy",
      "valueBoolean" : false
    }]
  },
  {
    "code" : "chol-mass",
    "property" : [{
      "code" : "legacy",
      "valueBoolean" : true
    }]
  },
  {
    "code" : "chol",
    "property" : [{
      "code" : "legacy",
      "valueBoolean" : true
    }]
  }]

}

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.