Skip to content

Commit 22077c5

Browse files
committed
New CodeSystems for Connectathon
1 parent f442357 commit 22077c5

File tree

3 files changed

+214
-0
lines changed

3 files changed

+214
-0
lines changed
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
{
2+
"resourceType" : "CodeSystem",
3+
"id" : "us-core-documentreference-category",
4+
"text" : {
5+
"status" : "generated",
6+
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category</code> defines the following code:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">clinical-note<a name=\"us-core-documentreference-category-clinical-note\"> </a></td><td>Clinical Note</td><td><div><p>Part of health record where healthcare professionals record details to document a patient's clinical status or achievements during the course of a hospitalization or over the course of outpatient care (<a href=\"https://en.wikipedia.org/wiki/Progress_note\">Wikipedia</a>)</p>\n</div></td></tr></table></div>"
7+
},
8+
"extension" : [{
9+
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
10+
"valueCode" : "cgp"
11+
},
12+
{
13+
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
14+
"valueInteger" : 3,
15+
"_valueInteger" : {
16+
"extension" : [{
17+
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
18+
"valueCanonical" : "http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core"
19+
}]
20+
}
21+
},
22+
{
23+
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
24+
"valueCode" : "trial-use",
25+
"_valueCode" : {
26+
"extension" : [{
27+
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
28+
"valueCanonical" : "http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core"
29+
}]
30+
}
31+
}],
32+
"url" : "http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category",
33+
"identifier" : [{
34+
"system" : "urn:ietf:rfc:3986",
35+
"value" : "urn:oid:2.16.840.1.113883.4.642.40.2.16.4"
36+
}],
37+
"version" : "7.0.0",
38+
"name" : "USCoreDocumentReferencesCategoryCodes",
39+
"title" : "US Core DocumentReferences Category Codes",
40+
"status" : "active",
41+
"experimental" : false,
42+
"date" : "2019-05-21",
43+
"publisher" : "HL7 International / Cross-Group Projects",
44+
"contact" : [{
45+
"name" : "HL7 International / Cross-Group Projects",
46+
"telecom" : [{
47+
"system" : "url",
48+
"value" : "http://www.hl7.org/Special/committees/cgp"
49+
},
50+
{
51+
"system" : "email",
52+
"value" : "cgp@lists.HL7.org"
53+
}]
54+
}],
55+
"description" : "The US Core DocumentReferences Type Code System is a 'starter set' of categories supported for fetching and storing DocumentReference Resources.",
56+
"jurisdiction" : [{
57+
"coding" : [{
58+
"system" : "urn:iso:std:iso:3166",
59+
"code" : "US"
60+
}]
61+
}],
62+
"copyright" : "Used by permission of HL7 International, all rights reserved Creative Commons License",
63+
"caseSensitive" : true,
64+
"valueSet" : "http://hl7.org/fhir/us/core/ValueSet/us-core-documentreference-category",
65+
"content" : "complete",
66+
"count" : 1,
67+
"concept" : [{
68+
"code" : "clinical-note",
69+
"display" : "Clinical Note",
70+
"definition" : "Part of health record where healthcare professionals record details to document a patient's clinical status or achievements during the course of a hospitalization or over the course of outpatient care ([Wikipedia](https://en.wikipedia.org/wiki/Progress_note))"
71+
}]
72+
}
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
{
2+
"resourceType" : "CodeSystem",
3+
"id" : "us-core-provenance-participant-type",
4+
"text" : {
5+
"status" : "generated",
6+
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/us/core/CodeSystem/us-core-provenance-participant-type</code> defines the following code:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">transmitter<a name=\"us-core-provenance-participant-type-transmitter\"> </a></td><td>Transmitter</td><td>The entity that provided the copy to your system.</td></tr></table></div>"
7+
},
8+
"extension" : [{
9+
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
10+
"valueCode" : "cgp"
11+
},
12+
{
13+
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
14+
"valueInteger" : 3,
15+
"_valueInteger" : {
16+
"extension" : [{
17+
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
18+
"valueCanonical" : "http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core"
19+
}]
20+
}
21+
},
22+
{
23+
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
24+
"valueCode" : "trial-use",
25+
"_valueCode" : {
26+
"extension" : [{
27+
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
28+
"valueCanonical" : "http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core"
29+
}]
30+
}
31+
}],
32+
"url" : "http://hl7.org/fhir/us/core/CodeSystem/us-core-provenance-participant-type",
33+
"identifier" : [{
34+
"system" : "urn:ietf:rfc:3986",
35+
"value" : "urn:oid:2.16.840.1.113883.4.642.40.2.16.5"
36+
}],
37+
"version" : "7.0.0",
38+
"name" : "USCoreProvenancePaticipantTypeExtensionCodes",
39+
"title" : "US Core Provenance Participant Type Extension Codes",
40+
"status" : "active",
41+
"experimental" : false,
42+
"date" : "2022-09-29T14:59:24-07:00",
43+
"publisher" : "HL7 International / Cross-Group Projects",
44+
"contact" : [{
45+
"name" : "HL7 International / Cross-Group Projects",
46+
"telecom" : [{
47+
"system" : "url",
48+
"value" : "http://www.hl7.org/Special/committees/cgp"
49+
},
50+
{
51+
"system" : "email",
52+
"value" : "cgp@lists.HL7.org"
53+
}]
54+
}],
55+
"description" : "Set of codes that are needed for implementation of the US-Core Provenance Profile. These codes are used as extensions to the FHIR value sets.",
56+
"jurisdiction" : [{
57+
"coding" : [{
58+
"system" : "urn:iso:std:iso:3166",
59+
"code" : "US"
60+
}]
61+
}],
62+
"copyright" : "Used by permission of HL7 International, all rights reserved Creative Commons License",
63+
"caseSensitive" : true,
64+
"content" : "complete",
65+
"concept" : [{
66+
"code" : "transmitter",
67+
"display" : "Transmitter",
68+
"definition" : "The entity that provided the copy to your system."
69+
}]
70+
}
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
{
2+
"resourceType": "CodeSystem",
3+
"id": "qicore-condition-criticality",
4+
"meta": {
5+
"lastUpdated": "2016-03-31T08:01:25.570+11:00",
6+
"profile": [
7+
"http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
8+
]
9+
},
10+
"text": {
11+
"status": "generated",
12+
"div": "<div><h2>QICore Condition Criticality Codes</h2><p>Value Set for QICore Condition Criticality (Example)</p><p>This code system http://hl7.org/fhir/qicore-condition-criticality defines the following codes:</p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>unspecified<a name=\"unspecified\"> </a></td><td>Not Specified</td><td>The criticality of the condition is not specified</td></tr><tr><td>self-resolving<a name=\"self-resolving\"> </a></td><td>Expected to Self-Resolve</td><td>The condition is expected to resolve on its own</td></tr><tr><td>controllable<a name=\"controllable\"> </a></td><td>Controllable</td><td>The condition is considered to be controllable</td></tr><tr><td>functional-loss<a name=\"functional-loss\"> </a></td><td>Potential loss of function or capacity</td><td>The condition may result in partial or full loss of function or capacity</td></tr><tr><td>life-threatening<a name=\"life-threatening\"> </a></td><td>Life Threatening</td><td>The condition is considered to be life-threatening</td></tr><tr><td>requires-hospitalization<a name=\"requires-hospitalization\"> </a></td><td>Requires Hospitalization</td><td>The condition requires hospitalization</td></tr></table></div>"
13+
},
14+
"extension": [
15+
{
16+
"url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
17+
"valueUri": "urn:oid:2.16.840.1.113883.4.642.1.620"
18+
}
19+
],
20+
"url": "http://hl7.org/fhir/qicore-condition-criticality",
21+
"version": "1.4.0",
22+
"name": "QICore Condition Criticality Codes",
23+
"status": "draft",
24+
"experimental": true,
25+
"publisher": "HL7 Clinical Quality Information (CQI) Work Group",
26+
"contact": [
27+
{
28+
"telecom": [
29+
{
30+
"system": "other",
31+
"value": "http://www.hl7.org/Special/committees/cqi"
32+
}
33+
]
34+
}
35+
],
36+
"description": "Value Set for QICore Condition Criticality (Example)",
37+
"caseSensitive": true,
38+
"valueSet": "http://hl7.org/fhir/ValueSet/qicore-condition-criticality",
39+
"content": "complete",
40+
"concept": [
41+
{
42+
"code": "unspecified",
43+
"display": "Not Specified",
44+
"definition": "The criticality of the condition is not specified"
45+
},
46+
{
47+
"code": "self-resolving",
48+
"display": "Expected to Self-Resolve",
49+
"definition": "The condition is expected to resolve on its own"
50+
},
51+
{
52+
"code": "controllable",
53+
"display": "Controllable",
54+
"definition": "The condition is considered to be controllable"
55+
},
56+
{
57+
"code": "functional-loss",
58+
"display": "Potential loss of function or capacity",
59+
"definition": "The condition may result in partial or full loss of function or capacity"
60+
},
61+
{
62+
"code": "life-threatening",
63+
"display": "Life Threatening",
64+
"definition": "The condition is considered to be life-threatening"
65+
},
66+
{
67+
"code": "requires-hospitalization",
68+
"display": "Requires Hospitalization",
69+
"definition": "The condition requires hospitalization"
70+
}
71+
]
72+
}

0 commit comments

Comments
 (0)