FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/ACMEIncPrivateMDCCodes

Packagehl7.fhir.uv.phd
Resource TypeCodeSystem
IdACMEIncPrivateMDCCodes
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/phd/https://build.fhir.org/ig/HL7/phd/CodeSystem-ACMEIncPrivateMDCCodes.html
URLhttp://hl7.org/fhir/uv/phd/CodeSystem/ACMEIncPrivateMDCCodes
Version2.1.0
Statusactive
Date2025-07-25T14:51:26+00:00
NameACMEIncPrivateMDCCodes
TitleACME Inc Private MDC Codes
Realmuv
Authorityhl7
DescriptionAn example CodeSystem that defines two private codes for an imaginary company in the MDC CodeSystem.
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 ACMEIncPrivateMDCCodes

Properties

This code system defines the following properties for its concepts

NameCodeURITypeDescription
Parentpartitionhttp://hl7.org/fhir/concept-properties#parentcodeThe first 16 bits of the code: [context-free] Nomenclature Code == (Partition number * 2**16) + [contextsensitive] Term Code.

Concepts

This case-insensitive code system http://hl7.org/fhir/uv/phd/CodeSystem/ACMEIncPrivateMDCCodes defines the following codes:

CodeDisplayDefinitionParent
128 partition 128partition 128 (0x0080) is reserved for PHD disease management, with private codes in the range 0x0080F000-0x0080FFFF.
1024 partition 1024partition 1024 (0x0400) is reserved for private codes.
8452096 MDCX_GLU_TEST_STRIP_FAILURE_REASONThis is an example of a private code for an observation that reports the failure reason of a test strip.128
8452097 MDCX_GLU_COMPOUND_MEASUREMENTThis is an example of a private code for a compound observation that reports glucose and context information together.128
67113524 MDCX_ANOTHER_PRIVATE_CODEThis is another private code added to the CodeSystem.1024

Source

{
  "resourceType": "CodeSystem",
  "id": "ACMEIncPrivateMDCCodes",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/uv/phd/CodeSystem/ACMEIncPrivateMDCCodes",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.999.1.2.3.4.5.6.7.8.9.10"
    }
  ],
  "version": "2.1.0",
  "name": "ACMEIncPrivateMDCCodes",
  "title": "ACME Inc Private MDC Codes",
  "status": "active",
  "experimental": false,
  "date": "2025-07-25T14:51:26+00:00",
  "publisher": "HL7 International / Health Care Devices",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/healthcaredevices"
        }
      ]
    }
  ],
  "description": "An example CodeSystem that defines two private codes for an imaginary company in the MDC CodeSystem.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": false,
  "content": "complete",
  "property": [
    {
      "code": "partition",
      "uri": "http://hl7.org/fhir/concept-properties#parent",
      "description": "The first 16 bits of the code: [context-free] Nomenclature Code == (Partition number * 2**16) + [contextsensitive] Term Code.",
      "type": "code"
    }
  ],
  "concept": [
    {
      "code": "128",
      "display": "partition 128",
      "definition": "partition 128 (0x0080) is reserved for PHD disease management, with private codes in the range 0x0080F000-0x0080FFFF."
    },
    {
      "code": "1024",
      "display": "partition 1024",
      "definition": "partition 1024 (0x0400) is reserved for private codes."
    },
    {
      "code": "8452096",
      "display": "MDCX_GLU_TEST_STRIP_FAILURE_REASON",
      "definition": "This is an example of a private code for an observation that reports the failure reason of a test strip.",
      "property": [
        {
          "code": "partition",
          "valueCode": "128"
        }
      ]
    },
    {
      "code": "8452097",
      "display": "MDCX_GLU_COMPOUND_MEASUREMENT",
      "definition": "This is an example of a private code for a compound observation that reports glucose and context information together.",
      "property": [
        {
          "code": "partition",
          "valueCode": "128"
        }
      ]
    },
    {
      "code": "67113524",
      "display": "MDCX_ANOTHER_PRIVATE_CODE",
      "definition": "This is another private code added to the CodeSystem.",
      "property": [
        {
          "code": "partition",
          "valueCode": "1024"
        }
      ]
    }
  ]
}