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

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

: CholCodeLegacyStatus - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "example-supplement",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem example-supplement</b></p><a name=\"example-supplement\"> </a><a name=\"hcexample-supplement\"> </a><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>legacy</td><td>legacy</td><td>boolean</td><td>hether the test is currently performed</td></tr></table><p><b>Concepts</b></p><p>This code system supplement <code>http://hl7.org/fhir/CodeSystem/example-supplement</code> defines properties on the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>legacy</b></td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4B/codesystem-example.html#example-chol-mmol\">chol-mmol</a><a name=\"example-supplement-chol-mmol\"> </a></td><td>false</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4B/codesystem-example.html#example-chol-mass\">chol-mass</a><a name=\"example-supplement-chol-mass\"> </a></td><td>true</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4B/codesystem-example.html#example-chol\">chol</a><a name=\"example-supplement-chol\"> </a></td><td>true</td></tr></table></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r4.r4b"
        },
        {
          "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/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "informative",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/4.0/ImplementationGuide/hl7.fhir.uv.xver-r4.r4b"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/CodeSystem/example-supplement",
  "version" : "4.0.1",
  "name" : "CholCodeLegacyStatus",
  "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"
        }
      ]
    }
  ],
  "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.3.0",
  "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
        }
      ]
    }
  ]
}