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

FHIR IG analytics

Packagehl7.fhir.uv.phd.r4b
Resource TypeCodeSystem
IdCodeSystem-ACMEIncPrivateMDCCodes.json
FHIR VersionR4B

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

Source1

{
  "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.0.0-ballot2",
  "name": "ACMEIncPrivateMDCCodes",
  "title": "ACME Inc Private MDC Codes",
  "status": "active",
  "experimental": false,
  "date": "2025-08-06T14:14:22+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"
        }
      ]
    }
  ]
}