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 1.1.0 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
Active as of 2024-11-18 |
{
"resourceType" : "CodeSystem",
"id" : "ASN1EventOrState",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ASN1EventOrState</b></p><a name=\"ASN1EventOrState\"> </a><a name=\"hcASN1EventOrState\"> </a><a name=\"ASN1EventOrState-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/phd/CodeSystem/ASN1EventOrState</code> defines the following codes in a Grouped By hierarchy:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">event<a name=\"ASN1EventOrState-event\"> </a></td><td>Event</td></tr><tr><td style=\"white-space:nowrap\">state<a name=\"ASN1EventOrState-state\"> </a></td><td>State</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "dev"
}
],
"url" : "http://hl7.org/fhir/uv/phd/CodeSystem/ASN1EventOrState",
"version" : "1.1.0",
"name" : "ASN1EventOrState",
"title" : "11073 ASN1 Event Or State",
"status" : "active",
"experimental" : false,
"date" : "2024-11-18T13:55:58+00:00",
"publisher" : "HL7 International / Health Care Devices",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/healthcaredevices"
}
]
}
],
"description" : "Code system for ASN1ToHL7 state or event property",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001"
}
]
}
],
"caseSensitive" : true,
"hierarchyMeaning" : "grouped-by",
"content" : "complete",
"count" : 2,
"concept" : [
{
"code" : "event",
"display" : "Event"
},
{
"code" : "state",
"display" : "State"
}
]
}