Skip to content

Commit

Permalink
Merge pull request #316 from microsoft/dotliquid
Browse files Browse the repository at this point in the history
Merge dotliquid to main
  • Loading branch information
BoyaWu10 authored Sep 24, 2021
2 parents f0dc5db + 3f7ae2f commit abebb89
Show file tree
Hide file tree
Showing 210 changed files with 3,113 additions and 5,031 deletions.
5 changes: 4 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@
*.xml text eol=LF
*.ccda text eol=LF
*.hl7 text eol=LF
*.md text eol=LF
*.md text eol=LF

## Ensure eol not changed only for unit tests.
src/Microsoft.Health.Fhir.TemplateManagement.UnitTests/TestData/MockUserFolder/*.* binary
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore

**/oras.exe
**/oras-osx
**/oras*.tar.gz

# User-specific files
*.rsuser
*.suo
Expand Down
12 changes: 12 additions & 0 deletions data/SampleData/Json/ExamplePatient.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"PatientId": 12434,
"MRN": "M0R1N2",
"FirstName": "Jerry",
"LastName": "Smith",
"Phone Number": [
"1234-5678",
"1234-5679"
],
"Gender": "M",
"DOB": "20010110"
}
121 changes: 121 additions & 0 deletions data/SampleData/Json/Stu3ChargeItem.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
{
"resourceType": "ChargeItem",
"id": "example",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Example of ChargeItem Usage in Context of the German EBM Billing code system</div>"
},
"identifier": {
"system": "http://myHospital.org/ChargeItems",
"value": "654321"
},
"definition": [
"http://www.kbv.de/tools/ebm/html/01520_2904360860826220813632.html"
],
"status": "billable",
"code": {
"coding": [
{
"code": "01510",
"display": "Zusatzpauschale für Beobachtung nach diagnostischer Koronarangiografie"
}
]
},
"subject": {
"reference": "Patient/example"
},
"context": {
"reference": "Encounter/example"
},
"occurrencePeriod": {
"start": "2017-01-25T08:00:00+01:00",
"end": "2017-01-25T12:35:00+01:00"
},
"participant": [
{
"role": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "17561000",
"display": "Cardiologist"
}
]
},
"actor": {
"reference": "Practitioner/example"
}
},
{
"role": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "224542009",
"display": "Coronary Care Nurse"
}
]
},
"actor": {
"reference": "Practitioner/example"
}
}
],
"performingOrganization": {
"identifier": {
"system": "http://myhospital/NamingSystem/departments",
"value": "CARD_INTERMEDIATE_CARE"
}
},
"requestingOrganization": {
"identifier": {
"system": "http://myhospital/NamingSystem/departments",
"value": "CARD_U1"
}
},
"quantity": {
"value": 1
},
"factorOverride": 0.8,
"priceOverride": {
"value": 40,
"unit": "EUR",
"system": "urn:iso:std:iso:4217",
"code": "EUR"
},
"overrideReason": "Patient is Cardiologist's golf buddy, so he gets a 20% discount!",
"enterer": {
"reference": "Practitioner/example"
},
"enteredDate": "2017-01-25T23:55:04+01:00",
"reason": [
{
"coding": [
{
"system": "http://hl7.org/fhir/sid/icd-10",
"code": "123456",
"display": "DIAG-1"
}
]
}
],
"service": [
{
"reference": "Procedure/example"
}
],
"account": [
{
"reference": "Account/example"
}
],
"note": [
{
"authorReference": {
"reference": "Practitioner/example"
},
"time": "2017-01-25T23:55:04+01:00",
"text": "The code is only applicable for periods longer than 4h"
}
]
}
22 changes: 0 additions & 22 deletions data/Templates/Ccda/ValueSet/_AllergyCategory.liquid

This file was deleted.

13 changes: 0 additions & 13 deletions data/Templates/Ccda/ValueSet/_AllergySeverity.liquid

This file was deleted.

12 changes: 0 additions & 12 deletions data/Templates/Ccda/ValueSet/_AllergyStatus.liquid

This file was deleted.

20 changes: 0 additions & 20 deletions data/Templates/Ccda/ValueSet/_CompositionStatus.liquid

This file was deleted.

8 changes: 0 additions & 8 deletions data/Templates/Ccda/ValueSet/_DiagnosticReportStatus.liquid

This file was deleted.

34 changes: 0 additions & 34 deletions data/Templates/Ccda/ValueSet/_EncounterStatus.liquid

This file was deleted.

34 changes: 0 additions & 34 deletions data/Templates/Ccda/ValueSet/_EventStatus.liquid

This file was deleted.

16 changes: 0 additions & 16 deletions data/Templates/Ccda/ValueSet/_FMStatus.liquid

This file was deleted.

10 changes: 0 additions & 10 deletions data/Templates/Ccda/ValueSet/_Gender.liquid

This file was deleted.

8 changes: 0 additions & 8 deletions data/Templates/Ccda/ValueSet/_ImmunizationStatus.liquid

This file was deleted.

29 changes: 0 additions & 29 deletions data/Templates/Ccda/ValueSet/_Language.liquid

This file was deleted.

This file was deleted.

Loading

0 comments on commit abebb89

Please sign in to comment.