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

Resolve Errors - PR #11

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.jar filter=lfs diff=lfs merge=lfs -text
Empty file modified _gencontinuous.sh
100644 → 100755
Empty file.
Empty file modified _genonce.sh
100644 → 100755
Empty file.
Empty file modified _updatePublisher.sh
100644 → 100755
Empty file.
4 changes: 4 additions & 0 deletions input/pagecontent/spec.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<document>
<heading level="1">A Heading</heading>
<paragraph>You can also use markdown if that's your thing</paragraph>
</document>
5 changes: 5 additions & 0 deletions input/resources/Library-FHIR-ModelInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
}, {
"url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeRepresentationLevel",
"valueCode": "structured"
}, {
"url": "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-softwaresystem",
"valueReference": {
"reference": "http://hl7.org/fhir/us/cqfmeasures/STU3/Device-software-system-example.html"
}
} ],
"url": "http://fhir.org/guides/cqf/common/Library/FHIR-ModelInfo",
"version": "4.0.1",
Expand Down
15 changes: 10 additions & 5 deletions input/resources/Library-FHIRCommon.json

Large diffs are not rendered by default.

13 changes: 9 additions & 4 deletions input/resources/Library-FHIRCommonTests.json

Large diffs are not rendered by default.

11 changes: 8 additions & 3 deletions input/resources/Library-FHIRHelpers.json

Large diffs are not rendered by default.

11 changes: 8 additions & 3 deletions input/resources/Library-FHIRHelpersTests.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions input/resources/device/cqf-tooling.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"resourceType":"Device","id":"cqf-tooling","meta":{"profile":["http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/device-softwaresystem-cqfm"]},"manufacturer":"CQFramework","deviceName":[{"name":"cqf-tooling","type":"manufacturer-name"}],"type":{"coding":[{"system":"http://hl7.org/fhir/us/cqfmeasures/CodeSystem/software-system-type","code":"tooling"}]},"version":[{"value":"2.4.0"}]}