FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions

: Cholesterol Code Legacy Status - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "example-supplement",
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      \n      \n      \n      \n            <p>A supplement pack for \n        \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      \n            </p>\n      \n      \n      \n      \n            <table class=\"grid\">\n        \n        \n        \n        \n              <tr>\n          \n          \n          \n          \n                <td>\n            \n            \n            \n            \n                  <b>Code</b>\n          \n          \n          \n          \n                </td>\n          \n          \n          \n          \n                <td>\n            \n            \n            \n            \n                  <b>Legacy</b>\n          \n          \n          \n          \n                </td>\n        \n        \n        \n        \n              </tr>\n        \n        \n        \n        \n              <tr>\n          \n          \n          \n          \n                <td>chol-mmol</td>\n          \n          \n          \n          \n                <td>false</td>\n        \n        \n        \n        \n              </tr>\n        \n        \n        \n        \n              <tr>\n          \n          \n          \n          \n                <td>chol-mass</td>\n          \n          \n          \n          \n                <td>true</td>\n        \n        \n        \n        \n              </tr>\n        \n        \n        \n        \n              <tr>\n          \n          \n          \n          \n                <td>chol</td>\n          \n          \n          \n          \n                <td>true</td>\n        \n        \n        \n        \n              </tr>\n      \n      \n      \n      \n            </table>\n    \n    \n    \n    \n          </div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r5.r4"
        },
        {
          "url" : "version",
          "valueString" : "0.0.1-snapshot-2"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "fhir"
    }
  ],
  "url" : "http://hl7.org/fhir/CodeSystem/example-supplement",
  "version" : "5.0.0",
  "name" : "CholCodeLegacyStatus",
  "title" : "Cholesterol Code Legacy Status",
  "status" : "draft",
  "experimental" : true,
  "date" : "2016-01-28T10:00:00+10:00",
  "publisher" : "FHIR Infrastructure",
  "contact" : [
    {
      "name" : "FHIR Infrastructure",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description" : "CholCodeLegacyStatus",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "content" : "supplement",
  "supplements" : "http://hl7.org/fhir/CodeSystem/example|4.0.1",
  "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
        }
      ]
    }
  ]
}