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.json
FHIR VersionR4B
Sourcehttp://hl7.org/fhir/uv/xver-r4.r4b/0.0.1-snapshot-2/CodeSystem-example.html
URLhttp://hl7.org/fhir/CodeSystem/example
Version4.0.1
Statusdraft
Date2016-01-28T10:00:00+10:00
NameACMECholCodesBlood
TitleACME Codes for Cholesterol in Serum/Plasma
Realmuv
Authorityhl7
DescriptionThis is an example code system that includes all the ACME codes for serum/plasma cholesterol from v2.36.
Contentcomplete

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

Filters

CodeDescriptionOpValue
acme-plasmaAn internal filter used to select codes that are only used with plasma= the value of this filter is either 'true' or 'false'

This case-sensitive code system http://hl7.org/fhir/CodeSystem/example defines the following codes:

CodeDisplayDefinition
chol-mmol SChol (mmol/L)Serum Cholesterol, in mmol/L
chol-mass SChol (mg/L)Serum Cholesterol, in mg/L
chol SCholSerum Cholesterol

Source1

{
  "resourceType": "CodeSystem",
  "id": "example",
  "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",
  "version": "4.0.1",
  "name": "ACMECholCodesBlood",
  "title": "ACME Codes for Cholesterol in Serum/Plasma",
  "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": "This is an example code system that includes all the ACME codes for serum/plasma cholesterol from v2.36.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "filter": [
    {
      "code": "acme-plasma",
      "description": "An internal filter used to select codes that are only used with plasma",
      "operator": [
        "="
      ],
      "value": "the value of this filter is either 'true' or 'false'"
    }
  ],
  "concept": [
    {
      "code": "chol-mmol",
      "display": "SChol (mmol/L)",
      "definition": "Serum Cholesterol, in mmol/L",
      "designation": [
        {
          "use": {
            "system": "http://acme.com/config/fhir/codesystems/internal",
            "code": "internal-label"
          },
          "value": "From ACME POC Testing"
        }
      ]
    },
    {
      "code": "chol-mass",
      "display": "SChol (mg/L)",
      "definition": "Serum Cholesterol, in mg/L",
      "designation": [
        {
          "use": {
            "system": "http://acme.com/config/fhir/codesystems/internal",
            "code": "internal-label"
          },
          "value": "From Paragon Labs"
        }
      ]
    },
    {
      "code": "chol",
      "display": "SChol",
      "definition": "Serum Cholesterol",
      "designation": [
        {
          "use": {
            "system": "http://acme.com/config/fhir/codesystems/internal",
            "code": "internal-label"
          },
          "value": "Obdurate Labs uses this with both kinds of units..."
        }
      ]
    }
  ]
}