Personal Health Device Implementation Guide, published by HL7 International / Health Care Devices. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/phd/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "CodeSystem",
"id" : "ACMEIncPrivateMDCCodes",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ACMEIncPrivateMDCCodes</b></p><a name=\"ACMEIncPrivateMDCCodes\"> </a><a name=\"hcACMEIncPrivateMDCCodes\"> </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>URI</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>Parent</td><td>partition</td><td>http://hl7.org/fhir/concept-properties#parent</td><td>code</td><td>The first 16 bits of the code: [context-free] Nomenclature Code == (Partition number * 2**16) + [contextsensitive] Term Code.</td></tr></table><p><b>Concepts</b></p><p>This case-insensitive code system <code>http://hl7.org/fhir/uv/phd/CodeSystem/ACMEIncPrivateMDCCodes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>Parent</b></td></tr><tr><td style=\"white-space:nowrap\">128<a name=\"ACMEIncPrivateMDCCodes-128\"> </a></td><td>partition 128</td><td>partition 128 (0x0080) is reserved for PHD disease management, with private codes in the range 0x0080F000-0x0080FFFF.</td><td/></tr><tr><td style=\"white-space:nowrap\">1024<a name=\"ACMEIncPrivateMDCCodes-1024\"> </a></td><td>partition 1024</td><td>partition 1024 (0x0400) is reserved for private codes.</td><td/></tr><tr><td style=\"white-space:nowrap\">8452096<a name=\"ACMEIncPrivateMDCCodes-8452096\"> </a></td><td>MDCX_GLU_TEST_STRIP_FAILURE_REASON</td><td>This is an example of a private code for an observation that reports the failure reason of a test strip.</td><td>128</td></tr><tr><td style=\"white-space:nowrap\">8452097<a name=\"ACMEIncPrivateMDCCodes-8452097\"> </a></td><td>MDCX_GLU_COMPOUND_MEASUREMENT</td><td>This is an example of a private code for a compound observation that reports glucose and context information together.</td><td>128</td></tr><tr><td style=\"white-space:nowrap\">67113524<a name=\"ACMEIncPrivateMDCCodes-67113524\"> </a></td><td>MDCX_ANOTHER_PRIVATE_CODE</td><td>This is another private code added to the CodeSystem.</td><td>1024</td></tr></table></div>"
},
"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-14T11:24:25+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"
}
]
}
]
}