Skip to content

Commit

Permalink
Remove block comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunwei Wang committed Nov 5, 2024
1 parent 9c653a2 commit d7ec8d3
Showing 1 changed file with 28 additions and 30 deletions.
58 changes: 28 additions & 30 deletions lib/onc_certification_g10_test_kit/all_resources.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,40 +2,38 @@

module ONCCertificationG10TestKit
module AllResources
=begin
This list a list of all resource types mapped to USCDI data classes or elements,
and shall be supported by certified server implementation:
# This list a list of all resource types mapped to USCDI data classes or elements,
# and shall be supported by certified server implementation:

* AllergyIntolerance
* CarePlan
* CareTeam
* Condition
* Device
* DiagnosticReport
* DocumentReference
* Encounter
* Goal
* Immunization
* MedicationRequest
* Observation
* Organization
* Patient
* Practitioner
* Procedure
* Provenance
# * AllergyIntolerance
# * CarePlan
# * CareTeam
# * Condition
# * Device
# * DiagnosticReport
# * DocumentReference
# * Encounter
# * Goal
# * Immunization
# * MedicationRequest
# * Observation
# * Organization
# * Patient
# * Practitioner
# * Procedure
# * Provenance

For USCDI v2 / US Core v5.0.1, these resource types are added:
* RelatedPerson
* ServiceRequest
# For USCDI v2 / US Core v5.0.1, these resource types are added:
# * RelatedPerson
# * ServiceRequest

For USCDI v3 / US Core v6.1.0, these resource types are added:
* Coverage
* MedicationDispense
* Specimen
# For USCDI v3 / US Core v6.1.0, these resource types are added:
# * Coverage
# * MedicationDispense
# * Specimen

For USCDI v4 / US Core v7.0.0, these resource types are added:
* Location
=end
# For USCDI v4 / US Core v7.0.0, these resource types are added:
# * Location

ALL_RESOURCES =
[
Expand Down

0 comments on commit d7ec8d3

Please sign in to comment.