generated from mgramigna/typescript-node-starter
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sort mustSupports, compare DRs with direct reference codes (#300)
* Update comparison script Sort mustSupports, compare DRs with direct reference codes Direct code instead of valueset in console log January2024 -> September2023 Connectathon files add .gitkeep, fix parsing Add to .gitignore Ignore codeFilter if it is a value type * Add check for resourceType primaryCodePath * Fix lint error --------- Co-authored-by: lmd59 <laurend@mitre.org>
- Loading branch information
1 parent
8274f2c
commit 44e1522
Showing
8 changed files
with
134 additions
and
25 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
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,67 @@ | ||
{ | ||
"AdverseEvent": "event", | ||
"AllergyIntolerance": "code", | ||
"BodyStructure": "location", | ||
"CarePlan": "category", | ||
"CareTeam": "category", | ||
"Claim": "type", | ||
"Communication": "reasonCode", | ||
"CommunicationNotDone": "reasonCode", | ||
"CommunicationRequest": "category", | ||
"Condition": "code", | ||
"Coverage": "type", | ||
"Device": "type", | ||
"DeviceNotRequested": "code", | ||
"DeviceRequest": "code", | ||
"DeviceUseStatement": "device.type", | ||
"DiagnosticReportLab": "code", | ||
"DiagnosticReportNote": "code", | ||
"Encounter": "type", | ||
"FamilyMemberHistory": "relationship", | ||
"Flag": "code", | ||
"Goal": "category", | ||
"ImagingStudy": "procedureCode", | ||
"Immunization": "vaccineCode", | ||
"ImmunizationEvaluation": "targetDisease", | ||
"ImmunizationNotDone": "vaccineCode", | ||
"ImmunizationRecommendation": "recommendation.vaccineCode", | ||
"Location": "type", | ||
"Medication": "code", | ||
"MedicationAdministration": "medication", | ||
"MedicationAdministrationNotDone": "medication", | ||
"MedicationDispense": "medication", | ||
"MedicationDispenseNotDone": "medication", | ||
"MedicationNotRequested": "medication", | ||
"MedicationRequest": "medication", | ||
"MedicationStatement": "medication", | ||
"Observation": "code", | ||
"ObservationNotDone": "code", | ||
"Organization": "type", | ||
"PractitionerRole": "code", | ||
"Procedure": "code", | ||
"ProcedureNotDone": "code", | ||
"Questionnaire": "name", | ||
"RelatedPerson": "relationship", | ||
"ServiceNotRequested": "code", | ||
"ServiceRequest": "code", | ||
"Specimen": "type", | ||
"Substance": "code", | ||
"Task": "code", | ||
"TaskNotDone": "code", | ||
"USCoreImplantableDeviceProfile": "type", | ||
"USCoreLaboratoryResultObservationProfile": "code", | ||
"USCorePediatricBMIforAgeObservationProfile": "code", | ||
"USCorePediatricWeightForHeightObservationProfile": "code", | ||
"USCorePulseOximetryProfile": "code", | ||
"USCoreSmokingStatusProfile": "code", | ||
"observation-bmi": "code", | ||
"observation-bodyheight": "code", | ||
"observation-bodytemp": "code", | ||
"observation-bodyweight": "code", | ||
"observation-bp": "code", | ||
"observation-headcircum": "code", | ||
"observation-heartrate": "code", | ||
"observation-oxygensat": "code", | ||
"observation-resprate": "code", | ||
"observation-vitalspanel": "code" | ||
} |
Empty file.
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