-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #316 from microsoft/dotliquid
Merge dotliquid to main
- Loading branch information
Showing
210 changed files
with
3,113 additions
and
5,031 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
data/Templates/Ccda/ValueSet/_MedicationAdministrationStatus.liquid
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.