Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated bundles, questionnaire, created codesystems and valuesets #18

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54,481 changes: 54,481 additions & 0 deletions bundles/cqf-us-patient-data-bundle.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,24 @@
"url": "http://fhir.org/guides/cqf/us/common/Library/GMTPInitialExpressions",
"version": "0.1.0",
"name": "GMTPInitialExpressions",
"type": {
"coding": [ {
"system": "http://terminology.hl7.org/CodeSystem/library-type",
"code": "logic-library"
} ]
},
"relatedArtifact": [ {
"type": "depends-on",
"display": "USCore model information",
"resource": "http://hl7.org/fhir/Library/USCore-ModelInfo"
"resource": "https://hl7.org/fhir/us/cqfmeasures/STU4/Library-USCore-ModelInfo.html"
}, {
"type": "depends-on",
"display": "FHIR model information",
"resource": "http://fhir.org/guides/cqf/common/Library/FHIR-ModelInfo|4.0.1"
}, {
"type": "depends-on",
"display": "Library FHIRHelpers",
"resource": "http://fhir.org/guides/cqf/us/common/Library/FHIRHelpers|4.1.000"
"resource": "http://fhir.org/guides/cqf/common/Library-FHIRHelpers.html"
}, {
"type": "depends-on",
"display": "Library UC",
Expand All @@ -33,7 +39,7 @@
}, {
"type": "depends-on",
"display": "Library FHIRHelpers",
"resource": "http://fhir.org/guides/cqf/us/common/Library/FHIRHelpers|4.1.000"
"resource": "http://fhir.org/guides/cqf/common/Library-FHIRHelpers.html"
}, {
"type": "depends-on",
"display": "Code system LOINC",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@
"text": "ICD-10 code(s)",
"type": "open-choice",
"repeats": true,
"answerValueSet": "http://hl7.org/fhir/sid/icd-10"
"answerValueSet": "http://hl7.org/fhir/ValueSet/icd-10"
},
{
"extension": [
Expand All @@ -455,7 +455,7 @@
"text": "CPT code(s)",
"type": "open-choice",
"repeats": true,
"answerValueSet": "http://www.ama-assn.org/go/cpt"
"answerValueSet": "http://terminology.hl7.org/ValueSet/cpt-all"
}
]
},
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ include CumulativeMedicationDuration version '3.1.000' called CMD

codesystem "LOINC": 'http://loinc.org'
codesystem "Identifier Type": 'http://terminology.hl7.org/CodeSystem/v2-0203'
code "Body surface area": '8277-6' from "LOINC" display 'Intensive care unit'
code "Body surface area": '8277-6' from "LOINC" display 'Body surface area'
code "Member Number": 'MB' from "Identifier Type"

context Patient
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
"valueCoding": {
"system": "http://unitsofmeasure.org",
"code": "[in_i]",
"display": "in"
"display": "[in_i]"
}
}
],
Expand All @@ -214,7 +214,7 @@
"valueCoding": {
"system": "http://unitsofmeasure.org",
"code": "[lb_av]",
"display": "lbs"
"display": "[lb_av]"
}
}
],
Expand All @@ -235,7 +235,7 @@
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unit",
"valueCoding": {
"system": "http://unitsofmeasure.org",
"code": "[m2]",
"code": "m2",
"display": "m2"
}
}
Expand Down Expand Up @@ -646,7 +646,7 @@
"valueCoding": {
"system": "http://unitsofmeasure.org",
"code": "ug",
"display": "mcg"
"display": "ug"
}
},
{
Expand All @@ -669,8 +669,8 @@
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unitOption",
"valueCoding": {
"system": "http://unitsofmeasure.org",
"code": "ml",
"display": "ml"
"code": "mL",
"display": "mL"
}
},
{
Expand Down Expand Up @@ -706,32 +706,32 @@
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unitOption",
"valueCoding": {
"system": "http://unitsofmeasure.org",
"code": "hour",
"display": "Per Hour"
"code": "h",
"display": "h"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unitOption",
"valueCoding": {
"system": "http://unitsofmeasure.org",
"code": "day",
"display": "Per Day"
"code": "d",
"display": "d"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unitOption",
"valueCoding": {
"system": "http://unitsofmeasure.org",
"code": "week",
"display": "Per Week"
"code": "wk",
"display": "wk"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unitOption",
"valueCoding": {
"system": "http://unitsofmeasure.org",
"code": "month",
"display": "Per Month"
"code": "mo",
"display": "mo"
}
},
{
Expand All @@ -752,40 +752,40 @@
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unitOption",
"valueCoding": {
"system": "http://unitsofmeasure.org",
"code": "hour",
"display": "Hour(s)"
"code": "h",
"display": "h"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unitOption",
"valueCoding": {
"system": "http://unitsofmeasure.org",
"code": "day",
"display": "Day(s)"
"code": "d",
"display": "d"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unitOption",
"valueCoding": {
"system": "http://unitsofmeasure.org",
"code": "week",
"display": "Week(s)"
"code": "wk",
"display": "wk"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unitOption",
"valueCoding": {
"system": "http://unitsofmeasure.org",
"code": "month",
"display": "Month(s)"
"code": "mo",
"display": "mo"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unitOption",
"valueCoding": {
"system": "http://unitsofmeasure.org",
"code": "year",
"display": "Year(s)"
"code": "a",
"display": "a"
}
},
{
Expand Down Expand Up @@ -904,10 +904,14 @@
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-signatureRequired",
"valueCoding": {
"system": "urn:iso-astm:E1762-95:2013",
"code": "1.2.840.10065.1.12.1.1",
"display": "Author's Signature"
"valueCodeableConcept": {
"coding": [
{
"system": "urn:iso-astm:E1762-95:2013",
"code": "1.2.840.10065.1.12.1.1",
"display": "Author's Signature"
}
]
}
},
{
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include USCoreCommon version '0.1.0' called UC
include USCoreElements version '0.1.0' called UCE

codesystem "Identifier Type": 'http://terminology.hl7.org/CodeSystem/v2-0203'
codesystem "ICD10": 'http://hl7.org/fhir/sid/icd-10-cm'
codesystem "ICD10": 'https://terminology.hl7.org/5.1.0/CodeSystem-icd10CM.html'
codesystem "SNOMED CT": 'http://snomed.info/sct'

code "Member Number": 'MB' from "Identifier Type"
Expand Down Expand Up @@ -49,17 +49,17 @@ define "Antibiotics Used":
[FHIR.MedicationStatement] MS
where First(MS.reasonReference.reference) in "UTI Diagnostic Reports Last Year".id

define "Check Symptoms":
'TBD'
// define "Check Symptoms":
// 'TBD'

define "Fever Temperature":
'TBD'
// define "Fever Temperature":
// 'TBD'

define "Catheterization Frequency":
'TBD'
// define "Catheterization Frequency":
// 'TBD'

define "Additional Comment":
'TBD'
// define "Additional Comment":
// 'TBD'

define "Physician Name":
"Requesting Physician".name.family
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"valueCanonical": "http://fhir.org/guides/cqf/us/common/Library/MNACInitialExpressions"
}
],
"url": "http://fhir.org/guides/cqf/us/common/Questionnaire/MBODAQuestionnaire",
"url": "http://fhir.org/guides/cqf/us/common/Questionnaire/MNACQuestionnaire",
"version": "0.1.0",
"name": "MNACQuestionnaire",
"title": "Medical Necessity For Authorization Of Catheters",
Expand Down Expand Up @@ -273,7 +273,7 @@
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unit",
"valueCoding": {
"system": "http://unitsofmeasure.org",
"code": "[deg]",
"code": "deg",
"display": "deg"
}
}
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ include CumulativeMedicationDuration called CMD
codesystem "Identifier Type": 'http://terminology.hl7.org/CodeSystem/v2-0203'
codesystem "Verification Status": 'http://terminology.hl7.org/CodeSystem/condition-ver-status'
codesystem "Condition Clinical": 'http://terminology.hl7.org/CodeSystem/condition-clinical'
codesystem "ICD10": 'http://hl7.org/fhir/sid/icd-10-cm'

valueset "ICD10 vs": 'http://hl7.org/fhir/sid/icd-10-cm/ValueSet'
codesystem "ICD10": 'https://terminology.hl7.org/5.1.0/CodeSystem-icd10CM.html'

code "ICD10 example code": 'example' from "ICD10"
code "Member Number": 'MB' from "Identifier Type"
Expand Down
Loading