FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.xver-r4.r4b
Resource TypeCodeSystem
IdCodeSystem-example-supplement.json
FHIR VersionR4B
Sourcehttp://hl7.org/fhir/uv/xver-r4.r4b/0.0.1-snapshot-2/CodeSystem-example-supplement.html
URLhttp://hl7.org/fhir/CodeSystem/example-supplement
Version4.0.1
Statusdraft
Date2016-01-28T10:00:00+10:00
NameCholCodeLegacyStatus
Realmuv
Authorityhl7
Contentsupplement
Supplementshttp://hl7.org/fhir/CodeSystem/example|4.3.0

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem example-supplement

Properties

This code system defines the following properties for its concepts

NameCodeTypeDescription
legacylegacybooleanhether the test is currently performed

Concepts

This code system supplement http://hl7.org/fhir/CodeSystem/example-supplement defines properties on the following codes:

Codelegacy
chol-mmol false
chol-mass true
chol true

Source1

{
  "resourceType": "CodeSystem",
  "id": "example-supplement",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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
        }
      ]
    }
  ]
}