├── .gitignore ├── .project ├── .travis.yml ├── Desktop.ini ├── GenerateQADocs.docm ├── LICENSE ├── README.md ├── README.txt ├── bindings.ini ├── clean.bat ├── conf ├── authz ├── hooks-env.tmpl ├── passwd └── svnserve.conf ├── db ├── current ├── format ├── fs-type ├── fsfs.conf ├── min-unpacked-rev ├── revprops │ └── 0 │ │ └── 0 ├── revs │ └── 0 │ │ └── 0 ├── txn-current ├── txn-current-lock ├── uuid └── write-lock ├── fhir-golang-generator.ipr ├── format ├── gg-dstu2-todo.txt ├── guides ├── argonaut │ ├── argonaut.html │ ├── argonaut.xml │ ├── careplan-argonaut-profile-spreadsheet.sheet.txt │ ├── careplan-argonaut-profile-spreadsheet.xml │ └── registry.html ├── cqif │ ├── basic-cqif-extensions-spreadsheet.sheet.txt │ ├── basic-cqif-extensions-spreadsheet.xml │ ├── basic-cqif-guidance-extensions-spreadsheet.sheet.txt │ ├── basic-cqif-guidance-extensions-spreadsheet.xml │ ├── basic-guidanceartifact-cqif-profile-notes.xml │ ├── basic-guidanceartifact-cqif-profile-spreadsheet.sheet.txt │ ├── basic-guidanceartifact-cqif-profile-spreadsheet.xml │ ├── basic-guidancerequest-cqif-profile-notes.xml │ ├── basic-guidancerequest-cqif-profile-spreadsheet.sheet.txt │ ├── basic-guidancerequest-cqif-profile-spreadsheet.xml │ ├── basic-guidanceresponse-cqif-profile-notes.xml │ ├── basic-guidanceresponse-cqif-profile-spreadsheet.sheet.txt │ ├── basic-guidanceresponse-cqif-profile-spreadsheet.xml │ ├── basic-knowledgemodule-cqif-profile-notes.xml │ ├── basic-knowledgemodule-cqif-profile-spreadsheet.sheet.txt │ ├── basic-knowledgemodule-cqif-profile-spreadsheet.xml │ ├── basic-knowledgerequest-cqif-profile-notes.xml │ ├── basic-knowledgerequest-cqif-profile-spreadsheet.sheet.txt │ ├── basic-knowledgerequest-cqif-profile-spreadsheet.xml │ ├── basic-knowledgeresponse-cqif-profile-notes.xml │ ├── basic-knowledgeresponse-cqif-profile-spreadsheet.sheet.txt │ ├── basic-knowledgeresponse-cqif-profile-spreadsheet.xml │ ├── cqframework-components-diagram.jpg │ ├── cqif-cds-on-fhir.html │ ├── cqif-common.html │ ├── cqif-profile-introduction.xml │ ├── cqif-profile-notes.xml │ ├── cqif.html │ ├── cqif.xml │ ├── documentreference-evidence-cqif-profile-spreadsheet.sheet.txt │ ├── documentreference-evidence-cqif-profile-spreadsheet.xml │ ├── guidance-operation-request-example-v2.xml │ ├── guidance-operation-request-example.xml │ ├── guidance-operation-response-example-v2.xml │ ├── guidance-operation-response-example.xml │ ├── guidanceartifact-documentationtemplate-example.xml │ ├── guidanceartifact-ecarule-example.xml │ ├── guidanceartifact-hedreference-example.xml │ ├── guidanceartifact-orderset-example.xml │ ├── knowledgemodule-example.xml │ ├── knowledgemodule-library-example.xml │ ├── mmi-suiciderisk-orderset-example.xml │ ├── mmi-suiciderisk-orderset-logic.xml │ ├── questionnaire-cqif-example.xml │ ├── questionnaire-cqif-profile-profile-notes.xml │ ├── questionnaire-cqif-profile-spreadsheet.sheet.txt │ ├── questionnaire-cqif-profile-spreadsheet.xml │ └── registry.html ├── daf │ ├── conformance │ │ ├── conformance-daf-query-requestor.xml │ │ └── conformance-daf-query-responder.xml │ ├── daf-actors-and-interactions.png │ ├── daf-fhir-query-stack.png │ ├── daf-ig.html │ ├── daf-intro.html │ ├── daf-medicationusage.html │ ├── daf-outstandingissues.html │ ├── daf-security.html │ ├── daf-supportingprofiles.html │ ├── daf.html │ ├── daf.xml │ ├── profiles │ │ ├── allergyintolerance-daf-profile-introduction.xml │ │ ├── allergyintolerance-daf-profile-notes.xml │ │ ├── allergyintolerance-daf-profile-spreadsheet.sheet.txt │ │ ├── allergyintolerance-daf-profile-spreadsheet.xml │ │ ├── condition-daf-profile-introduction.xml │ │ ├── condition-daf-profile-notes.xml │ │ ├── condition-daf-profile-spreadsheet.sheet.txt │ │ ├── condition-daf-profile-spreadsheet.xml │ │ ├── diagnosticorder-daf-profile-introduction.xml │ │ ├── diagnosticorder-daf-profile-notes.xml │ │ ├── diagnosticorder-daf-profile-spreadsheet.sheet.txt │ │ ├── diagnosticorder-daf-profile-spreadsheet.xml │ │ ├── diagnosticreport-daf-profile-introduction.xml │ │ ├── diagnosticreport-daf-profile-notes.xml │ │ ├── diagnosticreport-daf-profile-spreadsheet.sheet.txt │ │ ├── diagnosticreport-daf-profile-spreadsheet.xml │ │ ├── encounter-daf-profile-introduction.xml │ │ ├── encounter-daf-profile-notes.xml │ │ ├── encounter-daf-profile-spreadsheet.sheet.txt │ │ ├── encounter-daf-profile-spreadsheet.xml │ │ ├── familymemberhistory-daf-profile-introduction.xml │ │ ├── familymemberhistory-daf-profile-notes.xml │ │ ├── familymemberhistory-daf-profile-spreadsheet.sheet.txt │ │ ├── familymemberhistory-daf-profile-spreadsheet.xml │ │ ├── immunization-daf-profile-introduction.xml │ │ ├── immunization-daf-profile-notes.xml │ │ ├── immunization-daf-profile-spreadsheet.sheet.txt │ │ ├── immunization-daf-profile-spreadsheet.xml │ │ ├── list-daf-profile-introduction.xml │ │ ├── list-daf-profile-notes.xml │ │ ├── list-daf-profile-spreadsheet.sheet.txt │ │ ├── list-daf-profile-spreadsheet.xml │ │ ├── location-daf-profile-spreadsheet.sheet.txt │ │ ├── location-daf-profile-spreadsheet.xml │ │ ├── medication-daf-profile-introduction.xml │ │ ├── medication-daf-profile-notes.xml │ │ ├── medication-daf-profile-spreadsheet.sheet.txt │ │ ├── medication-daf-profile-spreadsheet.xml │ │ ├── medicationadministration-daf-profile-introduction.xml │ │ ├── medicationadministration-daf-profile-notes.xml │ │ ├── medicationadministration-daf-profile-spreadsheet.sheet.txt │ │ ├── medicationadministration-daf-profile-spreadsheet.xml │ │ ├── medicationdispense-daf-profile-introduction.xml │ │ ├── medicationdispense-daf-profile-notes.xml │ │ ├── medicationdispense-daf-profile-spreadsheet.sheet.txt │ │ ├── medicationdispense-daf-profile-spreadsheet.xml │ │ ├── medicationorder-daf-profile-introduction.xml │ │ ├── medicationorder-daf-profile-notes.xml │ │ ├── medicationorder-daf-profile-spreadsheet.sheet.txt │ │ ├── medicationorder-daf-profile-spreadsheet.xml │ │ ├── medicationstatement-daf-profile-introduction.xml │ │ ├── medicationstatement-daf-profile-notes.xml │ │ ├── medicationstatement-daf-profile-spreadsheet.sheet.txt │ │ ├── medicationstatement-daf-profile-spreadsheet.xml │ │ ├── observation-daf-results-profile-introduction.xml │ │ ├── observation-daf-results-profile-notes.xml │ │ ├── observation-daf-results-profile-spreadsheet.sheet.txt │ │ ├── observation-daf-results-profile-spreadsheet.xml │ │ ├── observation-daf-resultsv2-profile-spreadsheet.sheet.txt │ │ ├── observation-daf-resultsv2-profile-spreadsheet.xml │ │ ├── observation-daf-smokingstatus-profile-introduction.xml │ │ ├── observation-daf-smokingstatus-profile-notes.xml │ │ ├── observation-daf-smokingstatus-profile-spreadsheet.sheet.txt │ │ ├── observation-daf-smokingstatus-profile-spreadsheet.xml │ │ ├── observation-daf-vitalsigns-profile-introduction.xml │ │ ├── observation-daf-vitalsigns-profile-notes.xml │ │ ├── observation-daf-vitalsigns-profile-spreadsheet.sheet.txt │ │ ├── observation-daf-vitalsigns-profile-spreadsheet.xml │ │ ├── organization-daf-profile-spreadsheet.sheet.txt │ │ ├── organization-daf-profile-spreadsheet.xml │ │ ├── patient-daf-profile-introduction.xml │ │ ├── patient-daf-profile-notes.xml │ │ ├── patient-daf-profile-spreadsheet.sheet.txt │ │ ├── patient-daf-profile-spreadsheet.xml │ │ ├── practitioner-daf-profile-spreadsheet.sheet.txt │ │ ├── practitioner-daf-profile-spreadsheet.xml │ │ ├── procedure-daf-profile-introduction.xml │ │ ├── procedure-daf-profile-notes.xml │ │ ├── procedure-daf-profile-spreadsheet.sheet.txt │ │ ├── procedure-daf-profile-spreadsheet.xml │ │ ├── relatedperson-daf-profile-spreadsheet.sheet.txt │ │ ├── relatedperson-daf-profile-spreadsheet.xml │ │ ├── spec-daf-introduction.xml │ │ ├── spec-daf-profile-spreadsheet.sheet.txt │ │ ├── spec-daf-profile-spreadsheet.xml │ │ ├── substance-daf-profile-spreadsheet.sheet.txt │ │ ├── substance-daf-profile-spreadsheet.xml │ │ ├── valueset-bodysite.xml │ │ ├── valueset-concern-status.xml │ │ ├── valueset-cvx.xml │ │ ├── valueset-encounter-dischargedisposition.xml │ │ ├── valueset-encounter-reason.xml │ │ ├── valueset-encounter-type.xml │ │ ├── valueset-ethnicity.xml │ │ ├── valueset-ingredient-name.xml │ │ ├── valueset-list-DAFMedListCode.xml │ │ ├── valueset-manifestation-ccda-codes.xml │ │ ├── valueset-medication-brandname.xml │ │ ├── valueset-medication-clinicalname.xml │ │ ├── valueset-medication-codes.xml │ │ ├── valueset-medication-drugclass.xml │ │ ├── valueset-medication-route.xml │ │ ├── valueset-observation-CCDAVitalSignResult.xml │ │ ├── valueset-observation-ccdasmokingstatus.xml │ │ ├── valueset-problem-severity.xml │ │ ├── valueset-problem-type.xml │ │ ├── valueset-problem.xml │ │ ├── valueset-procedure-type.xml │ │ ├── valueset-product-form.xml │ │ ├── valueset-race.xml │ │ ├── valueset-substance-ndfrt.xml │ │ ├── valueset-substance-rxnorm.xml │ │ ├── valueset-substance-sct.xml │ │ ├── valueset-substance-unii.xml │ │ ├── valueset-substance.xml │ │ └── valueset-ucum-vitals-common.xml │ └── registry.html ├── ehrsrle │ ├── auditevent-profile-ehrs-rle-spreadsheet.sheet.txt │ ├── auditevent-profile-ehrs-rle-spreadsheet.xml │ ├── conformance-ehrs-rle.xml │ ├── ehrsrle.html │ ├── ehrsrle.xml │ ├── provenance-profile-ehrs-rle-spreadsheet.sheet.txt │ ├── provenance-profile-ehrs-rle-spreadsheet.xml │ └── registry.html ├── hspc │ ├── allergyintolerance-hspc-profile-spreadsheet.xml │ ├── hspc-QuantitativeLab-dataelements.xml │ ├── hspc-allergyintolerance-profile-spreadsheet.sheet.txt │ ├── hspc-allergyintolerance-profile-spreadsheet.xml │ ├── hspc-bloodpressurepanel-profile-spreadsheet.xml │ ├── hspc-bmi-profile-spreadsheet.sheet.txt │ ├── hspc-bmi-profile-spreadsheet.xml │ ├── hspc-bodytemperature-profile-spreadsheet.sheet.txt │ ├── hspc-bodytemperature-profile-spreadsheet.xml │ ├── hspc-boneage-profile-spreadsheet.sheet.txt │ ├── hspc-boneage-profile-spreadsheet.xml │ ├── hspc-clinicalassertcondition-profile-spreadsheet.sheet.txt │ ├── hspc-clinicalassertcondition-profile-spreadsheet.xml │ ├── hspc-clinicalobservation-profile-spreadsheet.sheet.txt │ ├── hspc-clinicalobservation-profile-spreadsheet.xml │ ├── hspc-diastolicbp-profile-spreadsheet.sheet.txt │ ├── hspc-diastolicbp-profile-spreadsheet.xml │ ├── hspc-estimatedduedate-profile-spreadsheet.sheet.txt │ ├── hspc-estimatedduedate-profile-spreadsheet.xml │ ├── hspc-extensions-spreadsheet.xml │ ├── hspc-gestationalageatbirth-profile-spreadsheet.sheet.txt │ ├── hspc-gestationalageatbirth-profile-spreadsheet.xml │ ├── hspc-headcircumference-profile-spreadsheet.sheet.txt │ ├── hspc-headcircumference-profile-spreadsheet.xml │ ├── hspc-logicalassert-profile-spreadsheet.sheet.txt │ ├── hspc-logicalassert-profile-spreadsheet.xml │ ├── hspc-medicationstatement-profile-spreadsheet.xml │ ├── hspc-pregnancyassert-profile-spreadsheet.sheet.txt │ ├── hspc-pregnancyassert-profile-spreadsheet.xml │ ├── hspc-qnlab-de-profile.xml │ ├── hspc-qnlab-de.xml │ ├── hspc-respiratoryrate-profile-spreadsheet.sheet.txt │ ├── hspc-respiratoryrate-profile-spreadsheet.xml │ ├── hspc-stdlabobs-spreadsheet.sheet.txt │ ├── hspc-stdlabobs-spreadsheet.xml │ ├── hspc-stdlabobsqty-spreadsheet.sheet.txt │ ├── hspc-stdlabobsqty-spreadsheet.xml │ ├── hspc-systolicbp-profile-spreadsheet.sheet.txt │ ├── hspc-systolicbp-profile-spreadsheet.xml │ ├── hspc-toc.html │ ├── hspc-tqbilirubin-profile-spreadsheet.sheet.txt │ ├── hspc-tqbilirubin-profile-spreadsheet.xml │ ├── hspc.html │ ├── hspc.xml │ ├── location-hspc-servicedeliverylocation-spreadsheet.sheet.txt │ ├── location-hspc-servicedeliverylocation-spreadsheet.xml │ ├── observation-hspc-age-profile-spreadsheet.sheet.txt │ ├── observation-hspc-age-profile-spreadsheet.xml │ ├── observation-hspc-directahg-spreadsheet.xml │ ├── observation-hspc-heartrate-profile-spreadsheet.sheet.txt │ ├── observation-hspc-heartrate-profile-spreadsheet.xml │ ├── observation-hspc-height-profile-spreadsheet.sheet.txt │ ├── observation-hspc-height-profile-spreadsheet.xml │ ├── observation-hspc-standardlabobscoded-spreadsheet.sheet.txt │ ├── observation-hspc-standardlabobscoded-spreadsheet.xml │ ├── observation-hspc-standardlabobsivlpq.sheet.txt │ ├── observation-hspc-standardlabobsivlpq.xml │ ├── observation-hspc-standardlabobsnarrative-spreadsheet.sheet.txt │ ├── observation-hspc-standardlabobsnarrative-spreadsheet.xml │ ├── observation-hspc-standardlabobsreal-spreadsheet.sheet.txt │ ├── observation-hspc-standardlabobsreal-spreadsheet.xml │ ├── observation-hspc-standardlabobstiter-spreadsheet.sheet.txt │ ├── observation-hspc-standardlabobstiter-spreadsheet.xml │ ├── observation-hspc-stdlabobsord-spreadsheet.sheet.txt │ ├── observation-hspc-stdlabobsord-spreadsheet.xml │ ├── observation-hspc-weight-profile-spreadsheet.sheet.txt │ ├── observation-hspc-weight-profile-spreadsheet.xml │ ├── organization-hspc-organization-spreadsheet.sheet.txt │ ├── organization-hspc-organization-spreadsheet.xml │ ├── patient-hspc-profile-introduction.xml │ ├── patient-hspc-profile-notes.xml │ ├── patient-hspc-profile-spreadsheet.sheet.txt │ ├── patient-hspc-profile-spreadsheet.xml │ ├── practitioner-hspc-profile-spreadsheet.sheet.txt │ ├── practitioner-hspc-profile-spreadsheet.xml │ ├── provenance-hspc-attribution-profile-introduction.xml │ ├── provenance-hspc-attribution-profile-notes.xml │ ├── provenance-hspc-attribution-profile-spreadsheet.sheet.txt │ ├── provenance-hspc-attribution-profile-spreadsheet.xml │ ├── registry.html │ ├── valueset-Abnormal.xml │ ├── valueset-CodedLabCodes.xml │ ├── valueset-DeltaFlag.xml │ ├── valueset-IVLPQLabCodes.xml │ ├── valueset-LabNullFlavor.xml │ ├── valueset-NarrativeLabCodes.xml │ ├── valueset-Ordinal-Abnormal-Union.xml │ ├── valueset-OrdinalLabCodes.xml │ ├── valueset-QuantitativeLabCodes.xml │ ├── valueset-RealLabCodes.xml │ ├── valueset-TiterLabCodes.xml │ ├── valueset-abnInt-CodedNom.xml │ ├── valueset-abnInt-NumericNom.xml │ ├── valueset-ageUOM.xml │ ├── valueset-allergyIntoleranceStatus.xml │ ├── valueset-allergyIntoleranceType.xml │ ├── valueset-associatedprecondition.xml │ ├── valueset-bmiUOM.xml │ ├── valueset-bodytempbodylocation.xml │ ├── valueset-bodytempmethoddevice.xml │ ├── valueset-boneageUOM.xml │ ├── valueset-bpbodyposition.xml │ ├── valueset-bpmeasbodylocationprecoord.xml │ ├── valueset-bpmeasmethoddevice.xml │ ├── valueset-clinicalAssertStatus.xml │ ├── valueset-clinicalFinding.xml │ ├── valueset-communicationMode.xml │ ├── valueset-datFindings.xml │ ├── valueset-dataOriginationMode.xml │ ├── valueset-deltaFlag-codedNom.xml │ ├── valueset-deltaFlag-numericNom.xml │ ├── valueset-doseForm.xml │ ├── valueset-ethnicity.xml │ ├── valueset-fetalestimationmethod.xml │ ├── valueset-focalSubject.xml │ ├── valueset-gestagemeasmethdev.xml │ ├── valueset-gestationalAgeUOM.xml │ ├── valueset-headcircumferenceUOM.xml │ ├── valueset-heartRateFocalSubject.xml │ ├── valueset-heartratebodyposition.xml │ ├── valueset-heartratemeasbodylocationprecoord.xml │ ├── valueset-heartratemeasmethoddevice.xml │ ├── valueset-heightunits.xml │ ├── valueset-importance.xml │ ├── valueset-likelihood.xml │ ├── valueset-location-addressType.xml │ ├── valueset-location-serviceDeliveryLocation-key-value-set.xml │ ├── valueset-location-serviceDeliveryLocation-status.xml │ ├── valueset-location-serviceDeliveryLocationNameUse.xml │ ├── valueset-logicalassert.xml │ ├── valueset-observation-body-position.xml │ ├── valueset-observation-bodyPosition.xml │ ├── valueset-observation-bodysite-precoordinated.xml │ ├── valueset-observation-dataOriginationMode.xml │ ├── valueset-observation-delta.xml │ ├── valueset-observation-findings.xml │ ├── valueset-observation-heightMeasMethodDevice.xml │ ├── valueset-observation-heightPrecond.xml │ ├── valueset-observation-precondition.xml │ ├── valueset-observation-roleType.xml │ ├── valueset-observation-verification.xml │ ├── valueset-observation-weightMeasMethodDevice.xml │ ├── valueset-observation-weightPrecond.xml │ ├── valueset-observationstatusbasic.xml │ ├── valueset-organization-language.xml │ ├── valueset-organization-organizationnameuse.xml │ ├── valueset-organization-organizationtype.xml │ ├── valueset-participantRole.xml │ ├── valueset-participationType.xml │ ├── valueset-patient-PersonNameUse.xml │ ├── valueset-patient-addressType.xml │ ├── valueset-patient-addressUse.xml │ ├── valueset-patient-administrativeGender.xml │ ├── valueset-patient-adoptionInfo.xml │ ├── valueset-patient-communicationMode.xml │ ├── valueset-patient-language.xml │ ├── valueset-patient-maritalStatus.xml │ ├── valueset-patient-telecomSystem.xml │ ├── valueset-patient-telecomType.xml │ ├── valueset-patient-veteranMilitaryStatus.xml │ ├── valueset-practitioner-addressUse.xml │ ├── valueset-practitioner-communicationMode.xml │ ├── valueset-practitioner-practiceAffiliationType.xml │ ├── valueset-practitioner-privilege.xml │ ├── valueset-practitioner-providerClassification.xml │ ├── valueset-practitioner-providerPractitionerSpecialty.xml │ ├── valueset-practitioner-providerPractitionerType.xml │ ├── valueset-practitioner-telecomSystem.xml │ ├── valueset-practitioner-telecomUse.xml │ ├── valueset-provenance-hspc-action-method.xml │ ├── valueset-provenance-hspc-attribution-type.xml │ ├── valueset-race.xml │ ├── valueset-reporting-priority.xml │ ├── valueset-respiratoryUOM.xml │ ├── valueset-respratemethoddevice.xml │ ├── valueset-roleType.xml │ ├── valueset-routeOfAdministration.xml │ ├── valueset-severity.xml │ ├── valueset-substance.xml │ ├── valueset-substanceCategory.xml │ ├── valueset-temperatureUOM.xml │ ├── valueset-verification.xml │ ├── valueset-vitalsignassociatedprecond.xml │ └── valueset-weightmassunits.xml ├── nehta │ ├── australian-organ-donor-register-spreadsheet-introduction.xml │ ├── australian-organ-donor-register-spreadsheet-notes.xml │ ├── australian-organ-donor-register-spreadsheet.sheet.txt │ ├── australian-organ-donor-register-spreadsheet.xml │ ├── colorectal-spreadsheet-introduction.xml │ ├── colorectal-spreadsheet-notes.xml │ ├── colorectal-spreadsheet.sheet.txt │ ├── colorectal-spreadsheet.xml │ ├── event-summary-spreadsheet-introduction.xml │ ├── event-summary-spreadsheet-notes.xml │ ├── event-summary-spreadsheet.sheet.txt │ ├── event-summary-spreadsheet.xml │ ├── nehta-colorectal-introduction.xml │ ├── nehta-colorectal-notes.xml │ ├── nehta.html │ ├── nehta.xml │ ├── no-vd-shared-health-summary-spreadsheet.xml │ ├── orig-shared-health-summary-spreadsheet.xml │ ├── registry.html │ ├── shared-health-summary-spreadsheet-introduction.xml │ ├── shared-health-summary-spreadsheet-notes.xml │ ├── shared-health-summary-spreadsheet.sheet.txt │ ├── shared-health-summary-spreadsheet.xml │ ├── specialist-letter-spreadsheet-introduction.xml │ ├── specialist-letter-spreadsheet-notes.xml │ ├── specialist-letter-spreadsheet.sheet.txt │ ├── specialist-letter-spreadsheet.xml │ ├── valueset-nehta-ClinicalManifestationValues.xml │ ├── valueset-nehta-MedicinesTerminology.xml │ ├── valueset-nehta-SubstanceAgentValues.xml │ ├── valueset-nehta-cancer-primary-or-recurrence.xml │ ├── valueset-nehta-course-type.xml │ ├── valueset-nehta-crc-coexist-path-abnormalities.xml │ ├── valueset-nehta-crc-deg-inv-bowel-wall.xml │ ├── valueset-nehta-crc-intactness-of-mesorectum.xml │ ├── valueset-nehta-crc-operation-type.xml │ ├── valueset-nehta-crc-peritoneum-invasion.xml │ ├── valueset-nehta-crc-peritoneum-involvement.xml │ ├── valueset-nehta-crc-rel-anterior-peritoneal-reflection.xml │ ├── valueset-nehta-crc-tumour-location.xml │ ├── valueset-nehta-crc-tumour-stage-m.xml │ ├── valueset-nehta-crc-tumour-stage-n.xml │ ├── valueset-nehta-crc-tumour-stage-t.xml │ ├── valueset-nehta-distal-proximal.xml │ ├── valueset-nehta-dysplasia.xml │ ├── valueset-nehta-hi-lo-ultralo.xml │ ├── valueset-nehta-histological-grade.xml │ ├── valueset-nehta-involved-notinvolved.xml │ ├── valueset-nehta-mutated-wildtype.xml │ ├── valueset-nehta-new-cancer-or-recurrence.xml │ ├── valueset-nehta-notidentified-present-presentextensive.xml │ ├── valueset-nehta-notidentified-present.xml │ ├── valueset-nehta-perforation-type.xml │ ├── valueset-nehta-present-absent-na.xml │ ├── valueset-nehta-received-notreceived.xml │ ├── valueset-nehta-residual-tumour-status.xml │ ├── valueset-nehta-response-to-neoadjuvant-therapy.xml │ ├── valueset-nehta-stain-type.xml │ ├── valueset-nehta-unstable-stable.xml │ └── valueset-nehta-yes-no.xml ├── qicore │ ├── allergyintolerance-example-refuted.xml │ ├── allergyintolerance-example.xml │ ├── allergyintolerance-profile-spreadsheet.sheet.txt │ ├── allergyintolerance-profile-spreadsheet.xml │ ├── basic-adverseevent-example.xml │ ├── basic-adverseevent-profile-spreadsheet.sheet.txt │ ├── basic-adverseevent-profile-spreadsheet.xml │ ├── bodysite-profile-spreadsheet.sheet.txt │ ├── bodysite-profile-spreadsheet.xml │ ├── communication-example.xml │ ├── communication-profile-spreadsheet.sheet.txt │ ├── communication-profile-spreadsheet.xml │ ├── communicationrequest-example.xml │ ├── communicationrequest-profile-spreadsheet.sheet.txt │ ├── communicationrequest-profile-spreadsheet.xml │ ├── condition-example.xml │ ├── condition-profile-spreadsheet.sheet.txt │ ├── condition-profile-spreadsheet.xml │ ├── device-profile-spreadsheet.sheet.txt │ ├── device-profile-spreadsheet.xml │ ├── deviceuserequest-example.xml │ ├── deviceuserequest-profile-spreadsheet.sheet.txt │ ├── deviceuserequest-profile-spreadsheet.xml │ ├── deviceusestatement-profile-spreadsheet.sheet.txt │ ├── deviceusestatement-profile-spreadsheet.xml │ ├── diagnosticorder-example.xml │ ├── diagnosticorder-profile-spreadsheet.sheet.txt │ ├── diagnosticorder-profile-spreadsheet.xml │ ├── diagnosticreport-example.xml │ ├── diagnosticreport-profile-spreadsheet.sheet.txt │ ├── diagnosticreport-profile-spreadsheet.xml │ ├── encounter-example.xml │ ├── encounter-profile-spreadsheet.sheet.txt │ ├── encounter-profile-spreadsheet.xml │ ├── familymemberhistory-example.xml │ ├── familymemberhistory-profile-spreadsheet.sheet.txt │ ├── familymemberhistory-profile-spreadsheet.xml │ ├── flag-example.xml │ ├── flag-profile-spreadsheet.sheet.txt │ ├── flag-profile-spreadsheet.xml │ ├── goal-example.xml │ ├── goal-profile-spreadsheet.sheet.txt │ ├── goal-profile-spreadsheet.xml │ ├── imagingstudy-example.xml │ ├── imagingstudy-profile-spreadsheet.sheet.txt │ ├── imagingstudy-profile-spreadsheet.xml │ ├── immunization-profile-spreadsheet.sheet.txt │ ├── immunization-profile-spreadsheet.xml │ ├── immunizationrecommendation-profile-spreadsheet.sheet.txt │ ├── immunizationrecommendation-profile-spreadsheet.xml │ ├── location-profile-spreadsheet.sheet.txt │ ├── location-profile-spreadsheet.xml │ ├── medication-example.xml │ ├── medication-profile-spreadsheet.sheet.txt │ ├── medication-profile-spreadsheet.xml │ ├── medicationadministration-profile-spreadsheet.sheet.txt │ ├── medicationadministration-profile-spreadsheet.xml │ ├── medicationdispense-example.xml │ ├── medicationdispense-profile-spreadsheet.sheet.txt │ ├── medicationdispense-profile-spreadsheet.xml │ ├── medicationorder-example.xml │ ├── medicationorder-profile-spreadsheet.sheet.txt │ ├── medicationorder-profile-spreadsheet.xml │ ├── medicationstatement-example.xml │ ├── medicationstatement-profile-spreadsheet.sheet.txt │ ├── medicationstatement-profile-spreadsheet.xml │ ├── observation-example.xml │ ├── observation-profile-spreadsheet.sheet.txt │ ├── observation-profile-spreadsheet.xml │ ├── organization-example.xml │ ├── organization-profile-spreadsheet.sheet.txt │ ├── organization-profile-spreadsheet.xml │ ├── patient-example.xml │ ├── patient-profile-spreadsheet.sheet.txt │ ├── patient-profile-spreadsheet.xml │ ├── practitioner-example.xml │ ├── practitioner-profile-spreadsheet.sheet.txt │ ├── practitioner-profile-spreadsheet.xml │ ├── procedure-example.xml │ ├── procedure-profile-spreadsheet.sheet.txt │ ├── procedure-profile-spreadsheet.xml │ ├── procedurerequest-example.xml │ ├── procedurerequest-profile-spreadsheet.sheet.txt │ ├── procedurerequest-profile-spreadsheet.xml │ ├── qicore-profile-introduction.xml │ ├── qicore-profile-notes.xml │ ├── qicore.html │ ├── qicore.xml │ ├── referralrequest-example.xml │ ├── referralrequest-profile-spreadsheet.sheet.txt │ ├── referralrequest-profile-spreadsheet.xml │ ├── registry.html │ ├── relatedperson-profile-spreadsheet.sheet.txt │ ├── relatedperson-profile-spreadsheet.xml │ ├── specimen-example.xml │ ├── specimen-profile-spreadsheet.sheet.txt │ ├── specimen-profile-spreadsheet.xml │ ├── substance-profile-spreadsheet.sheet.txt │ ├── substance-profile-spreadsheet.xml │ ├── valueset-adverseevent-category.xml │ ├── valueset-adverseevent-type.xml │ ├── valueset-allergyintolerance-reason-refuted.xml │ ├── valueset-bodysite-precoordinated.xml │ ├── valueset-bodysite-relative-location.xml │ ├── valueset-communication-medium.xml │ ├── valueset-communication-reason-not-performed.xml │ ├── valueset-condition-certainty.xml │ ├── valueset-condition-criticality.xml │ ├── valueset-condition-stage.xml │ ├── valueset-deviceuserequest-reason-rejected.xml │ ├── valueset-diagnosticorder-precondition.xml │ ├── valueset-diagnosticorder-reason-rejected.xml │ ├── valueset-encounter-canceled-reason.xml │ ├── valueset-encounter-condition-role.xml │ ├── valueset-encounter-diet.xml │ ├── valueset-flag-category.xml │ ├── valueset-goal-reason-rejected.xml │ ├── valueset-medication-dose-type.xml │ ├── valueset-observation-body-position.xml │ ├── valueset-observation-delta.xml │ ├── valueset-observation-verification.xml │ ├── valueset-patient-disability.xml │ ├── valueset-patient-military-service.xml │ ├── valueset-priority.xml │ └── valueset-referralrequest-reason-rejected.xml ├── sdc │ ├── SDCFormToQuestionnaire.xslt │ ├── conformance-sdc-form-archiver.xml │ ├── conformance-sdc-form-designer.xml │ ├── conformance-sdc-form-filler.xml │ ├── conformance-sdc-form-manager.xml │ ├── conformance-sdc-form-receiver.xml │ ├── dataelement-sdc-profile-example.xml │ ├── dataelement-sdc-profile-introduction.xml │ ├── dataelement-sdc-profile-notes.xml │ ├── dataelement-sdc-profile-spreadsheet.sheet.txt │ ├── dataelement-sdc-profile-spreadsheet.xml │ ├── questionnaire-sdc-profile-example-cap.xml │ ├── questionnaire-sdc-profile-example-loinc.xml │ ├── questionnaire-sdc-profile-example-ussg-fht.xml │ ├── questionnaire-sdc-profile-example.xml │ ├── questionnaire-sdc-profile-introduction.xml │ ├── questionnaire-sdc-profile-notes.xml │ ├── questionnaire-sdc-profile-spreadsheet.sheet.txt │ ├── questionnaire-sdc-profile-spreadsheet.xml │ ├── questionnaireresponse-sdc-example-ussg-fht-answers.xml │ ├── questionnaireresponse-sdc-profile-example.xml │ ├── questionnaireresponse-sdc-profile-introduction.xml │ ├── questionnaireresponse-sdc-profile-notes.xml │ ├── questionnaireresponse-sdc-profile-spreadsheet.sheet.txt │ ├── questionnaireresponse-sdc-profile-spreadsheet.xml │ ├── questionnairetoanswers.xslt │ ├── registry.html │ ├── sdc-form-curation.png │ ├── sdc-form-curation.pptx │ ├── sdc-form-population.png │ ├── sdc-form-population.pptx │ ├── sdc-generic-workflow.png │ ├── sdc-generic-workflow.pptx │ ├── sdc-intro.html │ ├── sdc-security.html │ ├── sdc.html │ ├── sdc.xml │ ├── valueset-dex-mimetype.xml │ ├── valueset-sdc-profile-example.xml │ ├── valueset-sdc-profile-introduction.xml │ ├── valueset-sdc-profile-notes.xml │ ├── valueset-sdc-profile-spreadsheet.sheet.txt │ └── valueset-sdc-profile-spreadsheet.xml ├── sdcde │ ├── conformance-sdc-de-curator.xml │ ├── conformance-sdc-de-registry.xml │ ├── dataelement-sdc-de-profile-introduction.xml │ ├── dataelement-sdc-de-profile-notes.xml │ ├── dataelement-sdc-de-profile-spreadsheet.sheet.txt │ ├── dataelement-sdc-de-profile-spreadsheet.xml │ ├── dataelement-sdc-profile-example-de.xml │ ├── registry.html │ ├── sdcde.html │ ├── sdcde.xml │ ├── valueset-dataelement-sdccode.xml │ ├── valueset-sdc-de-profile-introduction.xml │ ├── valueset-sdc-de-profile-notes.xml │ ├── valueset-sdc-de-profile-spreadsheet.sheet.txt │ └── valueset-sdc-de-profile-spreadsheet.xml └── uslab │ ├── conformance │ ├── conformance-uslaborder-orderer.xml │ ├── conformance-uslaborder-receiver.xml │ ├── conformance-uslabreport-receiver.xml │ └── conformance-uslabreport-sender.xml │ ├── example │ ├── cond-uslab-example1.xml │ ├── cond-uslab-example2.xml │ ├── do-uslab-example1.xml │ ├── dr-uslab-example1.xml │ ├── obs-uslab-example1.xml │ ├── obs-uslab-example2.xml │ ├── obs-uslab-example3.xml │ ├── obs-uslab-example4.xml │ ├── obs-uslab-example5.xml │ ├── obs-uslab-example6.xml │ ├── obs-uslab-example7.xml │ ├── obs-uslab-example8.xml │ ├── org-uslab-example1.xml │ ├── org-uslab-example2.xml │ ├── org-uslab-example3.xml │ ├── patient-uslab-example1.xml │ ├── patient-uslab-example2.xml │ ├── pract-uslab-example1.xml │ ├── pract-uslab-example2.xml │ ├── pract-uslab-example3.xml │ ├── spec-uslab-example1.xml │ └── spec-uslab-example2.xml │ ├── profile │ ├── cond-uslab-introduction.xml │ ├── cond-uslab-profile-spreadsheet.sheet.txt │ ├── cond-uslab-profile-spreadsheet.xml │ ├── do-uslab-introduction.xml │ ├── do-uslab-notes.xml │ ├── do-uslab-profile-spreadsheet.sheet.txt │ ├── do-uslab-profile-spreadsheet.xml │ ├── dr-uslab-introduction.xml │ ├── dr-uslab-profile-spreadsheet.sheet.txt │ ├── dr-uslab-profile-spreadsheet.xml │ ├── list-uslab-valuesets.xml │ ├── obs-uslab-introduction.xml │ ├── obs-uslab-profile-spreadsheet.sheet.txt │ ├── obs-uslab-profile-spreadsheet.xml │ ├── org-uslab-introduction.xml │ ├── org-uslab-profile-spreadsheet.sheet.txt │ ├── org-uslab-profile-spreadsheet.xml │ ├── patient-uslab-introduction.xml │ ├── patient-uslab-profile-spreadsheet.sheet.txt │ ├── patient-uslab-profile-spreadsheet.xml │ ├── pract-uslab-introduction.xml │ ├── pract-uslab-profile-spreadsheet.sheet.txt │ ├── pract-uslab-profile-spreadsheet.xml │ ├── spec-uslab-introduction.xml │ ├── spec-uslab-profile-spreadsheet.sheet.txt │ ├── spec-uslab-profile-spreadsheet.xml │ ├── valueset-clinical-findings.xml │ ├── valueset-cond-reasonforstudy.xml │ ├── valueset-do-event.xml │ ├── valueset-ethnicity.xml │ ├── valueset-obs-codedresults.xml │ ├── valueset-obs-codes.xml │ ├── valueset-obs-interpretation.xml │ ├── valueset-obs-spec-reject.xml │ ├── valueset-race.xml │ ├── valueset-spec-bodysite.xml │ ├── valueset-spec-type.xml │ └── valueset-units.xml │ ├── registry.html │ ├── uslab.html │ ├── uslab.xml │ ├── uslaborder-guide.html │ ├── uslaborder.html │ ├── uslabphreport-guide.html │ ├── uslabphreport.html │ ├── uslabreport-guide.html │ └── uslabreport.html ├── hooks ├── post-commit.tmpl ├── post-lock.tmpl ├── post-revprop-change.tmpl ├── post-unlock.tmpl ├── pre-commit.tmpl ├── pre-lock.tmpl ├── pre-revprop-change.tmpl ├── pre-unlock.tmpl └── start-commit.tmpl ├── images ├── agent.png ├── animal.png ├── assessmentscale.png ├── base.png ├── cc0.png ├── change.png ├── conformance.png ├── constraint.png ├── datatypes.png ├── definitions.png ├── device.png ├── documentconformance.png ├── documentheader.png ├── dt-map.png ├── dt-primitives.png ├── dt-structures.png ├── dt-types.png ├── glossary example.xcf ├── header-tabs.png ├── help.png ├── help16.png ├── hl7-care-connected-final-transparent.png ├── hl7-care-connected-final.png ├── hl7logo.png ├── icon-fhir-16.png ├── icon_bundle.png ├── icon_choice.gif ├── icon_datatype.gif ├── icon_element.gif ├── icon_extension.png ├── icon_extension_complex.png ├── icon_extension_simple.png ├── icon_page.gif ├── icon_primitive.png ├── icon_profile.png ├── icon_reference.png ├── icon_resource.png ├── icon_reuse.png ├── icon_slice.png ├── icon_text.png ├── labreport.png ├── lock.png ├── logo.png ├── messageconformance.png ├── messageheader.png ├── mixin-base.png ├── mixin-pure.png ├── mixin-wrapper.png ├── modifier-extension-warning.png ├── modifier.png ├── mustsupport.png ├── organization.png ├── patient.png ├── person.png ├── prescription.png ├── problem.png ├── profile.png ├── res-map.png ├── rss.png ├── security-icon-app.png ├── security-icon-fhir.png ├── security-icon-sec.png ├── security-icon-user.png ├── security-layout.png ├── shot.png ├── slicing.png ├── source │ ├── Slicing.vdx │ ├── Slicing.vsd │ ├── slicing.png │ └── slicing.xcf ├── stock │ ├── 16 │ │ ├── 3d bar chart.png │ │ ├── About.png │ │ ├── Add.png │ │ ├── Altach.png │ │ ├── Auto zoom.png │ │ ├── Back.png │ │ ├── Bad mark.png │ │ ├── Bar graph.png │ │ ├── Burn CD.png │ │ ├── Burn data.png │ │ ├── Burn dustbin.png │ │ ├── Burn money.png │ │ ├── Burn trash can.png │ │ ├── CD-disk.png │ │ ├── Calendar.png │ │ ├── Cancel.png │ │ ├── Card file.png │ │ ├── Certification.png │ │ ├── Chart.png │ │ ├── Clear.png │ │ ├── Close.png │ │ ├── Copy.png │ │ ├── Cut.png │ │ ├── Data.png │ │ ├── Datasheet v2.png │ │ ├── Datasheet.png │ │ ├── Delete.png │ │ ├── Destruction of documents.png │ │ ├── Disaster.png │ │ ├── Dollar.png │ │ ├── Download.png │ │ ├── E-mail.png │ │ ├── Earth.png │ │ ├── Edit.png │ │ ├── Empty dustbin.png │ │ ├── Empty trash can.png │ │ ├── Eraser.png │ │ ├── Euro.png │ │ ├── Eye.png │ │ ├── Favorites.png │ │ ├── Film.png │ │ ├── Filter.png │ │ ├── Find next.png │ │ ├── Find previous.png │ │ ├── Find.png │ │ ├── Fire curl.png │ │ ├── Fire engine.png │ │ ├── Fire v2.png │ │ ├── Fire.png │ │ ├── Fireman.png │ │ ├── Firewall.png │ │ ├── Flame.png │ │ ├── Flash drive.png │ │ ├── Folder.png │ │ ├── Forward.png │ │ ├── Full dustbin.png │ │ ├── Full trash can.png │ │ ├── Good mark.png │ │ ├── Help.png │ │ ├── History.png │ │ ├── Home.png │ │ ├── Hot folder.png │ │ ├── Hot table.png │ │ ├── Hourglass.png │ │ ├── Info.png │ │ ├── Internet access.png │ │ ├── Keys.png │ │ ├── Landscape.png │ │ ├── Lightning.png │ │ ├── List.png │ │ ├── Lock.png │ │ ├── Magnifier.png │ │ ├── Mail.png │ │ ├── Measure.png │ │ ├── Microsoft.png │ │ ├── Money.png │ │ ├── Mouse.png │ │ ├── New file.png │ │ ├── Newspaper.png │ │ ├── No entry.png │ │ ├── No.png │ │ ├── Notepad.png │ │ ├── Notes.png │ │ ├── OK.png │ │ ├── Objects.png │ │ ├── Okay.png │ │ ├── Open file.png │ │ ├── Options.png │ │ ├── Paste.png │ │ ├── Percent.png │ │ ├── Picture file.png │ │ ├── Pie chart.png │ │ ├── Portrait.png │ │ ├── Pound sterling.png │ │ ├── Preview.png │ │ ├── Print preview.png │ │ ├── Print.png │ │ ├── Properties.png │ │ ├── Question.png │ │ ├── Red OK.png │ │ ├── Red pin.png │ │ ├── Redo.png │ │ ├── Refresh document.png │ │ ├── Refresh.png │ │ ├── Registration.png │ │ ├── Remove.png │ │ ├── Repair computer.png │ │ ├── Report.png │ │ ├── Rulers.png │ │ ├── Save all.png │ │ ├── Save as.png │ │ ├── Save file.png │ │ ├── Screen settings.png │ │ ├── Set square.png │ │ ├── Silver flash drive.png │ │ ├── Sorting 1-9.png │ │ ├── Sorting 9-1.png │ │ ├── Sorting A-Z.png │ │ ├── Sorting Z-A.png │ │ ├── Sound file.png │ │ ├── Spell checking.png │ │ ├── Stop.png │ │ ├── Sum.png │ │ ├── Table.png │ │ ├── Tables.png │ │ ├── Telephone.png │ │ ├── Text file.png │ │ ├── Text.png │ │ ├── Turn off.png │ │ ├── Undo.png │ │ ├── Up folder.png │ │ ├── Update password.png │ │ ├── Upload.png │ │ ├── Video file.png │ │ ├── Warning.png │ │ ├── Wrench.png │ │ ├── Yen.png │ │ ├── Yes.png │ │ ├── Zoom in.png │ │ └── Zoom out.png │ ├── 24 │ │ ├── 3d bar chart.png │ │ ├── About.png │ │ ├── Add.png │ │ ├── Altach.png │ │ ├── Auto zoom.png │ │ ├── Back.png │ │ ├── Bad mark.png │ │ ├── Bar graph.png │ │ ├── Burn CD.png │ │ ├── Burn data.png │ │ ├── Burn dustbin.png │ │ ├── Burn money.png │ │ ├── Burn trash can.png │ │ ├── CD-disk.png │ │ ├── Calendar.png │ │ ├── Cancel.png │ │ ├── Card file.png │ │ ├── Certification.png │ │ ├── Chart.png │ │ ├── Clear.png │ │ ├── Close.png │ │ ├── Copy.png │ │ ├── Cut.png │ │ ├── Data.png │ │ ├── Datasheet v2.png │ │ ├── Datasheet.png │ │ ├── Delete.png │ │ ├── Destruction of documents.png │ │ ├── Disaster.png │ │ ├── Dollar.png │ │ ├── Download.png │ │ ├── E-mail.png │ │ ├── Earth.png │ │ ├── Edit.png │ │ ├── Empty dustbin.png │ │ ├── Empty trash can.png │ │ ├── Eraser.png │ │ ├── Euro.png │ │ ├── Eye.png │ │ ├── Favorites.png │ │ ├── Film.png │ │ ├── Filter.png │ │ ├── Find next.png │ │ ├── Find previous.png │ │ ├── Find.png │ │ ├── Fire curl.png │ │ ├── Fire engine.png │ │ ├── Fire v2.png │ │ ├── Fire.png │ │ ├── Fireman.png │ │ ├── Firewall.png │ │ ├── Flame.png │ │ ├── Flash drive.png │ │ ├── Folder.png │ │ ├── Forward.png │ │ ├── Full dustbin.png │ │ ├── Full trash can.png │ │ ├── Good mark.png │ │ ├── Help.png │ │ ├── History.png │ │ ├── Home.png │ │ ├── Hot file.png │ │ ├── Hot folder.png │ │ ├── Hot table.png │ │ ├── Hourglass.png │ │ ├── Info.png │ │ ├── Internet access.png │ │ ├── Keys.png │ │ ├── Landscape.png │ │ ├── Lightning.png │ │ ├── List.png │ │ ├── Lock.png │ │ ├── Magnifier.png │ │ ├── Mail.png │ │ ├── Measure.png │ │ ├── Microsoft.png │ │ ├── Money.png │ │ ├── Mouse.png │ │ ├── New file.png │ │ ├── Newspaper.png │ │ ├── No entry.png │ │ ├── No.png │ │ ├── Notepad.png │ │ ├── Notes.png │ │ ├── OK.png │ │ ├── Objects.png │ │ ├── Okay.png │ │ ├── Open file.png │ │ ├── Options.png │ │ ├── Paste.png │ │ ├── Percent.png │ │ ├── Picture file.png │ │ ├── Pie chart.png │ │ ├── Portrait.png │ │ ├── Pound sterling.png │ │ ├── Preview.png │ │ ├── Print preview.png │ │ ├── Print.png │ │ ├── Properties.png │ │ ├── Question.png │ │ ├── Red OK.png │ │ ├── Red pin.png │ │ ├── Redo.png │ │ ├── Refresh document.png │ │ ├── Refresh.png │ │ ├── Registration.png │ │ ├── Remove.png │ │ ├── Repair computer.png │ │ ├── Report.png │ │ ├── Rulers.png │ │ ├── Save all.png │ │ ├── Save as.png │ │ ├── Save file.png │ │ ├── Screen settings.png │ │ ├── Set square.png │ │ ├── Silver flash drive.png │ │ ├── Sorting 1-9.png │ │ ├── Sorting 9-1.png │ │ ├── Sorting A-Z.png │ │ ├── Sorting Z-A.png │ │ ├── Sound file.png │ │ ├── Spell checking.png │ │ ├── Stop.png │ │ ├── Sum.png │ │ ├── Table.png │ │ ├── Tables.png │ │ ├── Telephone.png │ │ ├── Text file.png │ │ ├── Text.png │ │ ├── Turn off.png │ │ ├── Undo.png │ │ ├── Up folder.png │ │ ├── Update password.png │ │ ├── Upload.png │ │ ├── Video file.png │ │ ├── Warning.png │ │ ├── Wrench.png │ │ ├── Yen.png │ │ ├── Yes.png │ │ ├── Zoom in.png │ │ └── Zoom out.png │ ├── 32 │ │ ├── 3d bar chart.png │ │ ├── About.png │ │ ├── Add.png │ │ ├── Altach.png │ │ ├── Auto zoom.png │ │ ├── Back.png │ │ ├── Bad mark.png │ │ ├── Bar graph.png │ │ ├── Burn CD.png │ │ ├── Burn data.png │ │ ├── Burn dustbin.png │ │ ├── Burn money.png │ │ ├── Burn trash can.png │ │ ├── CD-disk.png │ │ ├── Calendar.png │ │ ├── Cancel.png │ │ ├── Card file.png │ │ ├── Certification.png │ │ ├── Chart.png │ │ ├── Clear.png │ │ ├── Close.png │ │ ├── Copy.png │ │ ├── Cut.png │ │ ├── Data.png │ │ ├── Datasheet v2.png │ │ ├── Datasheet.png │ │ ├── Delete.png │ │ ├── Destruction of documents.png │ │ ├── Disaster.png │ │ ├── Dollar.png │ │ ├── Download.png │ │ ├── E-mail.png │ │ ├── Earth.png │ │ ├── Edit.png │ │ ├── Empty dustbin.png │ │ ├── Empty trash can.png │ │ ├── Eraser.png │ │ ├── Euro.png │ │ ├── Eye.png │ │ ├── Favorites.png │ │ ├── Film.png │ │ ├── Filter.png │ │ ├── Find next.png │ │ ├── Find previous.png │ │ ├── Find.png │ │ ├── Fire curl.png │ │ ├── Fire engine.png │ │ ├── Fire v2.png │ │ ├── Fire.png │ │ ├── Fireman.png │ │ ├── Firewall.png │ │ ├── Flame.png │ │ ├── Flash drive.png │ │ ├── Folder.png │ │ ├── Forward.png │ │ ├── Full dustbin.png │ │ ├── Full trash can.png │ │ ├── Good mark.png │ │ ├── Help.png │ │ ├── History.png │ │ ├── Home.png │ │ ├── Hot file.png │ │ ├── Hot folder.png │ │ ├── Hot table.png │ │ ├── Hourglass.png │ │ ├── Info.png │ │ ├── Internet access.png │ │ ├── Keys.png │ │ ├── Landscape.png │ │ ├── Lightning.png │ │ ├── List.png │ │ ├── Lock.png │ │ ├── Magnifier.png │ │ ├── Mail.png │ │ ├── Measure.png │ │ ├── Microsoft.png │ │ ├── Money.png │ │ ├── Mouse.png │ │ ├── New file.png │ │ ├── Newspaper.png │ │ ├── No entry.png │ │ ├── No.png │ │ ├── Notepad.png │ │ ├── Notes.png │ │ ├── OK.png │ │ ├── Objects.png │ │ ├── Okay.png │ │ ├── Open file.png │ │ ├── Options.png │ │ ├── Paste.png │ │ ├── Percent.png │ │ ├── Picture file.png │ │ ├── Pie chart.png │ │ ├── Portrait.png │ │ ├── Pound sterling.png │ │ ├── Preview.png │ │ ├── Print preview.png │ │ ├── Print.png │ │ ├── Properties.png │ │ ├── Question.png │ │ ├── Red OK.png │ │ ├── Red pin.png │ │ ├── Redo.png │ │ ├── Refresh document.png │ │ ├── Refresh.png │ │ ├── Registration.png │ │ ├── Remove.png │ │ ├── Repair computer.png │ │ ├── Report.png │ │ ├── Rulers.png │ │ ├── Save all.png │ │ ├── Save as.png │ │ ├── Save file.png │ │ ├── Screen settings.png │ │ ├── Set square.png │ │ ├── Silver flash drive.png │ │ ├── Sorting 1-9.png │ │ ├── Sorting 9-1.png │ │ ├── Sorting A-Z.png │ │ ├── Sorting Z-A.png │ │ ├── Sound file.png │ │ ├── Spell checking.png │ │ ├── Stop.png │ │ ├── Sum.png │ │ ├── Table.png │ │ ├── Tables.png │ │ ├── Telephone.png │ │ ├── Text file.png │ │ ├── Text.png │ │ ├── Turn off.png │ │ ├── Undo.png │ │ ├── Up folder.png │ │ ├── Update password.png │ │ ├── Upload.png │ │ ├── Video file.png │ │ ├── Warning.png │ │ ├── Wrench.png │ │ ├── Yen.png │ │ ├── Yes.png │ │ ├── Zoom in.png │ │ └── Zoom out.png │ ├── 48 │ │ ├── 3d bar chart.png │ │ ├── About.png │ │ ├── Add.png │ │ ├── Altach.png │ │ ├── Auto zoom.png │ │ ├── Back.png │ │ ├── Bad mark.png │ │ ├── Bar graph.png │ │ ├── Burn CD.png │ │ ├── Burn data.png │ │ ├── Burn dustbin.png │ │ ├── Burn money.png │ │ ├── Burn trash can.png │ │ ├── CD-disk.png │ │ ├── Calendar.png │ │ ├── Cancel.png │ │ ├── Card file.png │ │ ├── Certification.png │ │ ├── Chart.png │ │ ├── Clear.png │ │ ├── Close.png │ │ ├── Copy.png │ │ ├── Cut.png │ │ ├── Data.png │ │ ├── Datasheet v2.png │ │ ├── Datasheet.png │ │ ├── Delete.png │ │ ├── Destruction of documents.png │ │ ├── Disaster.png │ │ ├── Dollar.png │ │ ├── Download.png │ │ ├── E-mail.png │ │ ├── Earth.png │ │ ├── Edit.png │ │ ├── Empty dustbin.png │ │ ├── Empty trash can.png │ │ ├── Eraser.png │ │ ├── Euro.png │ │ ├── Eye.png │ │ ├── Favorites.png │ │ ├── Film.png │ │ ├── Filter.png │ │ ├── Find next.png │ │ ├── Find previous.png │ │ ├── Find.png │ │ ├── Fire curl.png │ │ ├── Fire engine.png │ │ ├── Fire v2.png │ │ ├── Fire.png │ │ ├── Fireman.png │ │ ├── Firewall.png │ │ ├── Flame.png │ │ ├── Flash drive.png │ │ ├── Folder.png │ │ ├── Forward.png │ │ ├── Full dustbin.png │ │ ├── Full trash can.png │ │ ├── Good mark.png │ │ ├── Help.png │ │ ├── History.png │ │ ├── Home.png │ │ ├── Hot file.png │ │ ├── Hot folder.png │ │ ├── Hot table.png │ │ ├── Hourglass.png │ │ ├── Info.png │ │ ├── Internet access.png │ │ ├── Keys.png │ │ ├── Landscape.png │ │ ├── Lightning.png │ │ ├── List.png │ │ ├── Lock.png │ │ ├── Magnifier.png │ │ ├── Mail.png │ │ ├── Measure.png │ │ ├── Microsoft.png │ │ ├── Money.png │ │ ├── Mouse.png │ │ ├── New file.png │ │ ├── Newspaper.png │ │ ├── No entry.png │ │ ├── No.png │ │ ├── Notepad.png │ │ ├── Notes.png │ │ ├── OK.png │ │ ├── Objects.png │ │ ├── Okay.png │ │ ├── Open file.png │ │ ├── Options.png │ │ ├── Paste.png │ │ ├── Percent.png │ │ ├── Picture file.png │ │ ├── Pie chart.png │ │ ├── Portrait.png │ │ ├── Pound sterling.png │ │ ├── Preview.png │ │ ├── Print preview.png │ │ ├── Print.png │ │ ├── Properties.png │ │ ├── Question.png │ │ ├── Red OK.png │ │ ├── Red pin.png │ │ ├── Redo.png │ │ ├── Refresh document.png │ │ ├── Refresh.png │ │ ├── Registration.png │ │ ├── Remove.png │ │ ├── Repair computer.png │ │ ├── Report.png │ │ ├── Rulers.png │ │ ├── Save all.png │ │ ├── Save as.png │ │ ├── Save file.png │ │ ├── Screen settings.png │ │ ├── Set square.png │ │ ├── Silver flash drive.png │ │ ├── Sorting 1-9.png │ │ ├── Sorting 9-1.png │ │ ├── Sorting A-Z.png │ │ ├── Sorting Z-A.png │ │ ├── Sound file.png │ │ ├── Spell checking.png │ │ ├── Stop.png │ │ ├── Sum.png │ │ ├── Table.png │ │ ├── Tables.png │ │ ├── Telephone.png │ │ ├── Text file.png │ │ ├── Text.png │ │ ├── Turn off.png │ │ ├── Undo.png │ │ ├── Up folder.png │ │ ├── Update password.png │ │ ├── Upload.png │ │ ├── Video file.png │ │ ├── Warning.png │ │ ├── Wrench.png │ │ ├── Yen.png │ │ ├── Yes.png │ │ ├── Zoom in.png │ │ └── Zoom out.png │ ├── 128 │ │ ├── 3d bar chart.png │ │ ├── About.png │ │ ├── Add.png │ │ ├── Altach.png │ │ ├── Auto zoom.png │ │ ├── Back.png │ │ ├── Bad mark.png │ │ ├── Bar graph.png │ │ ├── Burn CD.png │ │ ├── Burn data.png │ │ ├── Burn dustbin.png │ │ ├── Burn money.png │ │ ├── Burn trash can.png │ │ ├── CD-disk.png │ │ ├── Calendar.png │ │ ├── Cancel.png │ │ ├── Card file.png │ │ ├── Certification.png │ │ ├── Chart.png │ │ ├── Clear.png │ │ ├── Close.png │ │ ├── Copy.png │ │ ├── Cut.png │ │ ├── Data.png │ │ ├── Datasheet v2.png │ │ ├── Datasheet.png │ │ ├── Delete.png │ │ ├── Destruction of documents.png │ │ ├── Disaster.png │ │ ├── Dollar.png │ │ ├── Download.png │ │ ├── E-mail.png │ │ ├── Earth.png │ │ ├── Edit.png │ │ ├── Empty dustbin.png │ │ ├── Empty trash can.png │ │ ├── Eraser.png │ │ ├── Euro.png │ │ ├── Eye.png │ │ ├── Favorites.png │ │ ├── Film.png │ │ ├── Filter.png │ │ ├── Find next.png │ │ ├── Find previous.png │ │ ├── Find.png │ │ ├── Fire curl.png │ │ ├── Fire engine.png │ │ ├── Fire v2.png │ │ ├── Fire.png │ │ ├── Fireman.png │ │ ├── Firewall.png │ │ ├── Flame.png │ │ ├── Flash drive.png │ │ ├── Folder.png │ │ ├── Forward.png │ │ ├── Full dustbin.png │ │ ├── Full trash can.png │ │ ├── Good mark.png │ │ ├── Help.png │ │ ├── History.png │ │ ├── Home.png │ │ ├── Hot file.png │ │ ├── Hot folder.png │ │ ├── Hot table.png │ │ ├── Hourglass.png │ │ ├── Info.png │ │ ├── Internet access.png │ │ ├── Keys.png │ │ ├── Landscape.png │ │ ├── Lightning.png │ │ ├── List.png │ │ ├── Lock.png │ │ ├── Magnifier.png │ │ ├── Mail.png │ │ ├── Measure.png │ │ ├── Microsoft.png │ │ ├── Money.png │ │ ├── Mouse.png │ │ ├── New file.png │ │ ├── Newspaper.png │ │ ├── No entry.png │ │ ├── No.png │ │ ├── Notepad.png │ │ ├── Notes.png │ │ ├── OK.png │ │ ├── Objects.png │ │ ├── Okay.png │ │ ├── Open file.png │ │ ├── Options.png │ │ ├── Paste.png │ │ ├── Percent.png │ │ ├── Picture file.png │ │ ├── Pie chart.png │ │ ├── Portrait.png │ │ ├── Pound sterling.png │ │ ├── Preview.png │ │ ├── Print preview.png │ │ ├── Print.png │ │ ├── Properties.png │ │ ├── Question.png │ │ ├── Red OK.png │ │ ├── Red pin.png │ │ ├── Redo.png │ │ ├── Refresh document.png │ │ ├── Refresh.png │ │ ├── Registration.png │ │ ├── Remove.png │ │ ├── Repair computer.png │ │ ├── Report.png │ │ ├── Rulers.png │ │ ├── Save all.png │ │ ├── Save as.png │ │ ├── Save file.png │ │ ├── Screen settings.png │ │ ├── Set square.png │ │ ├── Silver flash drive.png │ │ ├── Sorting 1-9.png │ │ ├── Sorting 9-1.png │ │ ├── Sorting A-Z.png │ │ ├── Sorting Z-A.png │ │ ├── Sound file.png │ │ ├── Spell checking.png │ │ ├── Stop.png │ │ ├── Sum.png │ │ ├── Table.png │ │ ├── Tables.png │ │ ├── Telephone.png │ │ ├── Text file.png │ │ ├── Text.png │ │ ├── Turn off.png │ │ ├── Undo.png │ │ ├── Up folder.png │ │ ├── Update password.png │ │ ├── Upload.png │ │ ├── Video file.png │ │ ├── Warning.png │ │ ├── Wrench.png │ │ ├── Yen.png │ │ ├── Yes.png │ │ ├── Zoom in.png │ │ └── Zoom out.png │ └── 256 │ │ ├── 3d bar chart.png │ │ ├── About.png │ │ ├── Add.png │ │ ├── Altach.png │ │ ├── Auto zoom.png │ │ ├── Back.png │ │ ├── Bad mark.png │ │ ├── Bar graph.png │ │ ├── Burn CD.png │ │ ├── Burn data.png │ │ ├── Burn dustbin.png │ │ ├── Burn money.png │ │ ├── Burn trash can.png │ │ ├── CD-disk.png │ │ ├── Calendar.png │ │ ├── Cancel.png │ │ ├── Card file.png │ │ ├── Certification.png │ │ ├── Chart.png │ │ ├── Clear.png │ │ ├── Close.png │ │ ├── Copy.png │ │ ├── Cut.png │ │ ├── Data.png │ │ ├── Datasheet v2.png │ │ ├── Datasheet.png │ │ ├── Delete.png │ │ ├── Destruction of documents.png │ │ ├── Disaster.png │ │ ├── Dollar.png │ │ ├── Download.png │ │ ├── E-mail.png │ │ ├── Earth.png │ │ ├── Edit.png │ │ ├── Empty dustbin.png │ │ ├── Empty trash can.png │ │ ├── Eraser.png │ │ ├── Euro.png │ │ ├── Eye.png │ │ ├── Favorites.png │ │ ├── Film.png │ │ ├── Filter.png │ │ ├── Find next.png │ │ ├── Find previous.png │ │ ├── Find.png │ │ ├── Fire curl.png │ │ ├── Fire engine.png │ │ ├── Fire v2.png │ │ ├── Fire.png │ │ ├── Fireman.png │ │ ├── Firewall.png │ │ ├── Flame.png │ │ ├── Flash drive.png │ │ ├── Folder.png │ │ ├── Forward.png │ │ ├── Full dustbin.png │ │ ├── Full trash can.png │ │ ├── Good mark.png │ │ ├── Help.png │ │ ├── History.png │ │ ├── Home.png │ │ ├── Hot file.png │ │ ├── Hot folder.png │ │ ├── Hot table.png │ │ ├── Hourglass.png │ │ ├── Info.png │ │ ├── Internet access.png │ │ ├── Keys.png │ │ ├── Landscape.png │ │ ├── Lightning.png │ │ ├── List.png │ │ ├── Lock.png │ │ ├── Magnifier.png │ │ ├── Mail.png │ │ ├── Measure.png │ │ ├── Microsoft.png │ │ ├── Money.png │ │ ├── Mouse.png │ │ ├── New file.png │ │ ├── Newspaper.png │ │ ├── No entry.png │ │ ├── No.png │ │ ├── Notepad.png │ │ ├── Notes.png │ │ ├── OK.png │ │ ├── Objects.png │ │ ├── Okay.png │ │ ├── Open file.png │ │ ├── Options.png │ │ ├── Paste.png │ │ ├── Percent.png │ │ ├── Picture file.png │ │ ├── Pie chart.png │ │ ├── Portrait.png │ │ ├── Pound sterling.png │ │ ├── Preview.png │ │ ├── Print preview.png │ │ ├── Print.png │ │ ├── Properties.png │ │ ├── Question.png │ │ ├── Red OK.png │ │ ├── Red pin.png │ │ ├── Redo.png │ │ ├── Refresh document.png │ │ ├── Refresh.png │ │ ├── Registration.png │ │ ├── Remove.png │ │ ├── Repair computer.png │ │ ├── Report.png │ │ ├── Rulers.png │ │ ├── Save all.png │ │ ├── Save as.png │ │ ├── Save file.png │ │ ├── Screen settings.png │ │ ├── Set square.png │ │ ├── Silver flash drive.png │ │ ├── Sorting 1-9.png │ │ ├── Sorting 9-1.png │ │ ├── Sorting A-Z.png │ │ ├── Sorting Z-A.png │ │ ├── Sound file.png │ │ ├── Spell checking.png │ │ ├── Stop.png │ │ ├── Sum.png │ │ ├── Table.png │ │ ├── Tables.png │ │ ├── Telephone.png │ │ ├── Text file.png │ │ ├── Text.png │ │ ├── Turn off.png │ │ ├── Undo.png │ │ ├── Up folder.png │ │ ├── Update password.png │ │ ├── Upload.png │ │ ├── Video file.png │ │ ├── Warning.png │ │ ├── Wrench.png │ │ ├── Yen.png │ │ ├── Yes.png │ │ ├── Zoom in.png │ │ └── Zoom out.png ├── strip.png ├── summary.png ├── target.png ├── tbl_blank.png ├── tbl_spacer.png ├── tbl_vjoin.png ├── tbl_vjoin_end.png ├── tbl_vline.png ├── test.png ├── topgreenfade.png ├── transaction.png ├── transactionresponse.png ├── valueset.png ├── warning.png ├── watermark.png ├── xdsentry.png ├── xdsfolder.png └── xdspolicy.png ├── implementations ├── certificates │ ├── dsa_1024.pem │ ├── dsa_2048.pem │ ├── ecdsa_priv.pem │ ├── ecdsa_pub.pem │ ├── readme.txt │ └── rsa_2048.pem ├── csharp │ ├── Hl7.Fhir.Model.Tests │ │ ├── FhirClientTests.cs │ │ ├── Hl7.Fhir.Model.Portable45.Tests.csproj │ │ ├── Hl7.Fhir.Model.Tests.csproj │ │ ├── ModelTests.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── QueryTests.cs │ │ ├── TagTests.cs │ │ ├── ValidationTests.cs │ │ └── packages.config │ ├── Hl7.Fhir.Model │ │ ├── BackboneElement.cs │ │ ├── Base.cs │ │ ├── Base64Binary.cs │ │ ├── Binary.cs │ │ ├── Bundle.cs │ │ ├── BundleExtensions.cs │ │ ├── Code.cs │ │ ├── Coding.cs │ │ ├── ConceptMap.cs │ │ ├── ContactPoint.cs │ │ ├── Date.cs │ │ ├── DeletedResource.cs │ │ ├── DomainResource.cs │ │ ├── Element.cs │ │ ├── Extension.cs │ │ ├── FhirBoolean.cs │ │ ├── FhirDateTime.cs │ │ ├── FhirDecimal.cs │ │ ├── FhirString.cs │ │ ├── FhirUri.cs │ │ ├── Hl7.Fhir.Model.csproj.template │ │ ├── HumanName.cs │ │ ├── IConformanceResource.cs │ │ ├── IDeepComparable.cs │ │ ├── IDeepCopyable.cs │ │ ├── IExtendable.cs │ │ ├── Id.cs │ │ ├── Identifier.cs │ │ ├── Initializers.cs │ │ ├── Instant.cs │ │ ├── Integer.cs │ │ ├── Introspection │ │ │ ├── ChoiceType.cs │ │ │ ├── ClassMapping.cs │ │ │ ├── EnumLiteralAttribute.cs │ │ │ ├── EnumMapping.cs │ │ │ ├── FhirElementAttribute.cs │ │ │ ├── FhirEnumerationAttribute.cs │ │ │ ├── FhirTypeAttribute.cs │ │ │ ├── ModelInspector.cs │ │ │ ├── NotMappedAttribute.cs │ │ │ ├── PropertyMapping.cs │ │ │ ├── ReferencesAttribute.cs │ │ │ └── XmlSerializationHint.cs │ │ ├── ModelInfo.cs │ │ ├── Oid.cs │ │ ├── OperationOutcome.cs │ │ ├── OperationOutcomeExtensions.cs │ │ ├── Parameters.cs │ │ ├── Primitive.cs │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs.template │ │ │ ├── Resources.Designer.cs │ │ │ └── Resources.resx │ │ ├── Resource.cs │ │ ├── ResourceReference.cs │ │ ├── Support │ │ │ ├── IPositionInfo.cs │ │ │ ├── Logging.cs │ │ │ ├── NullExtensions.cs │ │ │ ├── ReflectionHelper.cs │ │ │ ├── StringExtensions.cs │ │ │ └── XmlNs.cs │ │ ├── TagList.cs │ │ ├── TagListExtensions.cs │ │ ├── Uuid.cs │ │ ├── Validation │ │ │ ├── AllowedTypesAttribute.cs │ │ │ ├── CardinalityAttribute.cs │ │ │ ├── CodePatternAttribute.cs │ │ │ ├── DatePatternAttribute.cs │ │ │ ├── DateTimePatternAttribute.cs │ │ │ ├── DotNetAttributeValidation.cs │ │ │ ├── IValidatableObject.cs │ │ │ ├── IdPatternAttribute.cs │ │ │ ├── InstantPatternAttribute.cs │ │ │ ├── InvokeIValidatableObjectAttribute.cs │ │ │ ├── NarrativeXhtmlPatternAttribute.cs │ │ │ ├── OidPatternAttribute.cs │ │ │ ├── UriPatternAttribute.cs │ │ │ ├── UuidPatternAttribute.cs │ │ │ ├── ValidationContextExtensions.cs │ │ │ ├── ValidationContextFactory.cs │ │ │ └── xhtml │ │ │ │ ├── fhir-xhtml.xsd │ │ │ │ └── xml.xsd │ │ ├── ValueSet.cs │ │ ├── XHtml.cs │ │ └── packages.config │ ├── Hl7.Fhir.sln │ ├── README.txt │ └── packages │ │ └── repositories.config ├── ember │ ├── base │ │ ├── .keep │ │ └── templates │ │ │ └── .keep │ └── ember.iml ├── emf │ └── rm.txt ├── factory.ini ├── fhir-runtime.css ├── go │ ├── base │ │ ├── static │ │ │ ├── auth │ │ │ │ ├── config.go │ │ │ │ ├── heart_auth.go │ │ │ │ ├── oauth.go │ │ │ │ └── oidc.go │ │ │ ├── models │ │ │ │ ├── codeableconcept_ext.go │ │ │ │ ├── constructors.go │ │ │ │ ├── extension_ext.go │ │ │ │ ├── fhirdatetime.go │ │ │ │ ├── operationoutcome_ext.go │ │ │ │ ├── reference.go │ │ │ │ └── reference_ext.go │ │ │ ├── search │ │ │ │ ├── mongo_registry.go │ │ │ │ ├── mongo_search.go │ │ │ │ ├── registry.go │ │ │ │ ├── search_param_types.go │ │ │ │ └── url_query_parser.go │ │ │ └── server │ │ │ │ ├── batch_controller.go │ │ │ │ ├── bind.go │ │ │ │ ├── config.go │ │ │ │ ├── data_access.go │ │ │ │ ├── mongo_data_access.go │ │ │ │ ├── mongo_indexes.go │ │ │ │ ├── request_logger.go │ │ │ │ ├── resource_controller.go │ │ │ │ └── server_setup.go │ │ └── templates │ │ │ ├── generic_resource_marshaller.go.st │ │ │ ├── generic_resource_unmarshaller.go.st │ │ │ ├── indexes.conf.st │ │ │ ├── resource_helpers.go.st │ │ │ ├── routing.go.st │ │ │ ├── search_parameter_dictionary.go.st │ │ │ └── util.go.st │ └── go.iml ├── java │ ├── org.hl7.fhir.convertors │ │ ├── .classpath │ │ ├── .project │ │ ├── org.hl7.fhir.convertors.iml │ │ ├── samples │ │ │ ├── ccda.xml │ │ │ ├── output.xml │ │ │ └── ucum-essence.xml │ │ └── src │ │ │ └── org │ │ │ └── hl7 │ │ │ └── fhir │ │ │ └── convertors │ │ │ ├── ArgonautConverter.java │ │ │ ├── CCDAConverter.java │ │ │ ├── CDAUtilities.java │ │ │ ├── CcdaExtensions.java │ │ │ ├── Convert.java │ │ │ ├── ConverterBase.java │ │ │ └── Test.java │ ├── org.hl7.fhir.instance │ │ ├── .classpath │ │ ├── .project │ │ ├── .settings │ │ │ └── org.eclipse.jdt.core.prefs │ │ ├── overview.htm │ │ └── src │ │ │ └── org │ │ │ └── hl7 │ │ │ └── fhir │ │ │ └── instance │ │ │ ├── ex │ │ │ └── NotFoundException.java │ │ │ ├── formats │ │ │ ├── FormatUtilities.java │ │ │ ├── IParser.java │ │ │ ├── JsonCreator.java │ │ │ ├── JsonCreatorCanonical.java │ │ │ ├── JsonCreatorGson.java │ │ │ ├── JsonParserBase.java │ │ │ ├── ParserBase.java │ │ │ ├── ParserType.java │ │ │ └── XmlParserBase.java │ │ │ ├── model │ │ │ ├── Base.java │ │ │ ├── Base64BinaryType.java │ │ │ ├── BaseBinary.java │ │ │ ├── BaseDateTimeType.java │ │ │ ├── BaseExtension.java │ │ │ ├── BaseNarrative.java │ │ │ ├── BaseReference.java │ │ │ ├── BaseResource.java │ │ │ ├── BooleanType.java │ │ │ ├── CodeType.java │ │ │ ├── Comparison.java │ │ │ ├── Configuration.java │ │ │ ├── DateTimeType.java │ │ │ ├── DateType.java │ │ │ ├── DecimalType.java │ │ │ ├── EnumFactory.java │ │ │ ├── Enumeration.java │ │ │ ├── ExtensionHelper.java │ │ │ ├── Factory.java │ │ │ ├── IdType.java │ │ │ ├── InstantType.java │ │ │ ├── IntegerType.java │ │ │ ├── MarkdownType.java │ │ │ ├── OidType.java │ │ │ ├── PositiveIntType.java │ │ │ ├── PrimitiveType.java │ │ │ ├── Property.java │ │ │ ├── SidType.java │ │ │ ├── StringType.java │ │ │ ├── TemporalPrecisionEnum.java │ │ │ ├── TimeType.java │ │ │ ├── Type.java │ │ │ ├── UnsignedIntType.java │ │ │ ├── UriType.java │ │ │ ├── UuidType.java │ │ │ ├── annotations │ │ │ │ ├── Block.java │ │ │ │ ├── Child.java │ │ │ │ ├── DatatypeDef.java │ │ │ │ ├── Description.java │ │ │ │ ├── Extension.java │ │ │ │ ├── ResourceDef.java │ │ │ │ └── SearchParamDefinition.java │ │ │ ├── api │ │ │ │ ├── IAnyResource.java │ │ │ │ ├── IBackboneElement.java │ │ │ │ ├── IBase.java │ │ │ │ ├── IBaseBackboneElement.java │ │ │ │ ├── IBaseBinary.java │ │ │ │ ├── IBaseBooleanDatatype.java │ │ │ │ ├── IBaseBundle.java │ │ │ │ ├── IBaseCoding.java │ │ │ │ ├── IBaseConformance.java │ │ │ │ ├── IBaseDatatype.java │ │ │ │ ├── IBaseDatatypeElement.java │ │ │ │ ├── IBaseDecimalDatatype.java │ │ │ │ ├── IBaseElement.java │ │ │ │ ├── IBaseEnumFactory.java │ │ │ │ ├── IBaseEnumeration.java │ │ │ │ ├── IBaseExtension.java │ │ │ │ ├── IBaseFhirEnum.java │ │ │ │ ├── IBaseHasExtensions.java │ │ │ │ ├── IBaseHasModifierExtensions.java │ │ │ │ ├── IBaseIntegerDatatype.java │ │ │ │ ├── IBaseMetaType.java │ │ │ │ ├── IBaseOperationOutcome.java │ │ │ │ ├── IBaseParameters.java │ │ │ │ ├── IBaseReference.java │ │ │ │ ├── IBaseResource.java │ │ │ │ ├── IBaseXhtml.java │ │ │ │ ├── ICompositeType.java │ │ │ │ ├── IDomainResource.java │ │ │ │ ├── IIdType.java │ │ │ │ ├── INarrative.java │ │ │ │ └── IPrimitiveType.java │ │ │ └── valuesets │ │ │ │ └── holder.txt │ │ │ ├── terminologies │ │ │ ├── ICPC2Importer.java │ │ │ ├── ITerminologyServices.java │ │ │ ├── LoincToDEConvertor.java │ │ │ ├── ValueSetChecker.java │ │ │ ├── ValueSetCheckerSimple.java │ │ │ ├── ValueSetExpander.java │ │ │ ├── ValueSetExpanderFactory.java │ │ │ ├── ValueSetExpanderSimple.java │ │ │ ├── ValueSetExpansionCache.java │ │ │ └── ValueSetUtilities.java │ │ │ ├── test │ │ │ ├── ClientUtilsTest.java │ │ │ ├── NarrativeGeneratorTests.java │ │ │ ├── ProfileUtilitiesTests.java │ │ │ ├── ResourceTest.java │ │ │ ├── SingleTest.java │ │ │ └── ToolsHelper.java │ │ │ ├── utils │ │ │ ├── DefinitionNavigator.java │ │ │ ├── DigitalSignatures.java │ │ │ ├── EOperationOutcome.java │ │ │ ├── IContextUtilities.java │ │ │ ├── INarrativeGenerator.java │ │ │ ├── IWorkerContext.java │ │ │ ├── NameResolver.java │ │ │ ├── NarrativeGenerator.java │ │ │ ├── ProfileComparer.java │ │ │ ├── ProfileUtilities.java │ │ │ ├── QuestionnaireBuilder.java │ │ │ ├── ResourceUtilities.java │ │ │ ├── SimpleWorkerContext.java │ │ │ ├── ToolingExtensions.java │ │ │ ├── Translations.java │ │ │ ├── Version.java │ │ │ └── client │ │ │ │ ├── ClientUtils.java │ │ │ │ ├── EFhirClientException.java │ │ │ │ ├── FHIRToolingClient.java │ │ │ │ ├── ResourceAddress.java │ │ │ │ ├── ResourceFormat.java │ │ │ │ └── ResourceRequest.java │ │ │ └── validation │ │ │ ├── BaseValidator.java │ │ │ ├── ExtensionLocatorService.java │ │ │ ├── IResourceValidator.java │ │ │ ├── InstanceValidator.java │ │ │ ├── ProfileValidator.java │ │ │ ├── ProfileValidatorTests.java │ │ │ ├── QuestionnaireResponseValidator.java │ │ │ ├── ValidationEngine.java │ │ │ ├── ValidationErrorHandler.java │ │ │ ├── ValidationMessage.java │ │ │ ├── Validator.java │ │ │ ├── XmlLocationAnnotator.java │ │ │ └── XmlLocationData.java │ ├── org.hl7.fhir.rdf │ │ ├── .classpath │ │ ├── .project │ │ ├── build.xml │ │ ├── org.hl7.fhir.rdf.iml │ │ └── src │ │ │ └── org │ │ │ └── hl7 │ │ │ └── fhir │ │ │ └── rdf │ │ │ ├── RDFTests.java │ │ │ ├── RDFValidator.java │ │ │ ├── TurtleGenerator.java │ │ │ └── TurtleLexer.java │ ├── org.hl7.fhir.sentinel │ │ ├── .classpath │ │ ├── .project │ │ ├── .settings │ │ │ └── org.eclipse.jdt.core.prefs │ │ ├── org.hl7.fhir.sentinel.iml │ │ └── src │ │ │ └── org │ │ │ └── hl7 │ │ │ └── fhir │ │ │ └── sentinel │ │ │ ├── Sentinel.java │ │ │ ├── SentinelWorker.java │ │ │ ├── Tagger.java │ │ │ ├── TestTagger.java │ │ │ └── taggers │ │ │ └── profile │ │ │ └── ProfileTagger.java │ ├── org.hl7.fhir.utilities │ │ ├── .classpath │ │ ├── .project │ │ ├── .settings │ │ │ └── org.eclipse.jdt.core.prefs │ │ ├── build.xml │ │ ├── org.hl7.fhir.utilities.iml │ │ └── src │ │ │ └── org │ │ │ └── hl7 │ │ │ └── fhir │ │ │ └── utilities │ │ │ ├── CSFile.java │ │ │ ├── CSFileInputStream.java │ │ │ ├── CSVProcessor.java │ │ │ ├── CSVReader.java │ │ │ ├── CloseProtectedZipInputStream.java │ │ │ ├── CommaSeparatedStringBuilder.java │ │ │ ├── FileNotifier.java │ │ │ ├── Inflector.java │ │ │ ├── IniFile.java │ │ │ ├── Logger.java │ │ │ ├── MyURIResolver.java │ │ │ ├── SchemaInputSource.java │ │ │ ├── TextFile.java │ │ │ ├── TextStreamWriter.java │ │ │ ├── Utilities.java │ │ │ ├── XLSXmlParser.java │ │ │ ├── ZipGenerator.java │ │ │ ├── ZipURIResolver.java │ │ │ ├── tests │ │ │ └── XhtmlParserTests.java │ │ │ ├── ucum │ │ │ ├── BaseUnit.java │ │ │ ├── Canonical.java │ │ │ ├── Component.java │ │ │ ├── Concept.java │ │ │ ├── ConceptKind.java │ │ │ ├── Converter.java │ │ │ ├── Decimal.java │ │ │ ├── DefinedUnit.java │ │ │ ├── DefinitionParser.java │ │ │ ├── Expression.java │ │ │ ├── ExpressionComposer.java │ │ │ ├── ExpressionParser.java │ │ │ ├── Factor.java │ │ │ ├── FormalStructureComposer.java │ │ │ ├── Lexer.java │ │ │ ├── Operator.java │ │ │ ├── Pair.java │ │ │ ├── Prefix.java │ │ │ ├── Search.java │ │ │ ├── Symbol.java │ │ │ ├── Term.java │ │ │ ├── TokenType.java │ │ │ ├── UcumEssenceService.java │ │ │ ├── UcumModel.java │ │ │ ├── UcumService.java │ │ │ ├── UcumValidator.java │ │ │ ├── Unit.java │ │ │ ├── Value.java │ │ │ ├── readme.txt │ │ │ ├── special │ │ │ │ ├── CelsiusHandler.java │ │ │ │ ├── FahrenheitHandler.java │ │ │ │ ├── HoldingHandler.java │ │ │ │ ├── Registry.java │ │ │ │ └── SpecialUnitHandler.java │ │ │ └── tests │ │ │ │ ├── UcumFunctionalTests.xml │ │ │ │ ├── UcumTester.java │ │ │ │ ├── ucum-essence.xml │ │ │ │ └── ucum-tests.xml │ │ │ ├── xhtml │ │ │ ├── HierarchicalTableGenerator.java │ │ │ ├── NodeType.java │ │ │ ├── XhtmlComposer.java │ │ │ ├── XhtmlConsts.java │ │ │ ├── XhtmlDocument.java │ │ │ ├── XhtmlNode.java │ │ │ ├── XhtmlParser.java │ │ │ └── genImage.java │ │ │ └── xml │ │ │ ├── IXMLWriter.java │ │ │ ├── NamespaceContextMap.java │ │ │ ├── SchematronWriter.java │ │ │ ├── XMLNamespace.java │ │ │ ├── XMLUtil.java │ │ │ ├── XMLWriter.java │ │ │ ├── XMLWriterState.java │ │ │ ├── XMLWriterStateStack.java │ │ │ ├── XhtmlGenerator.java │ │ │ ├── XhtmlGeneratorAdorner.java │ │ │ └── XmlGenerator.java │ └── readme.txt ├── javascript │ ├── app.js │ ├── app │ │ └── views │ │ │ ├── atom.xml.eco │ │ │ ├── index.eco │ │ │ └── test.eco │ ├── config │ │ ├── express.js │ │ └── mongoose.js │ ├── lib │ │ ├── format_query_parameter_handler.js │ │ ├── observation_service_invoker.js │ │ ├── patient_service_invoker.js │ │ └── response_format_helper.js │ ├── package.json │ └── templates │ │ ├── generic_controller.js.st │ │ └── resource_history.js ├── objectivec │ └── Support │ │ ├── FHIRErrorList.h │ │ ├── FHIRErrorList.m │ │ ├── FHIRSearchParamDefinition.h │ │ ├── FHIRSearchParamDefinition.m │ │ ├── Parse │ │ ├── FHIRParser.h │ │ ├── FHIRParser.m │ │ ├── FHIRXmlReader.h │ │ └── FHIRXmlReader.m │ │ └── Serialize │ │ ├── FHIRJsonWriter.h │ │ ├── FHIRJsonWriter.m │ │ ├── FHIRSerializer.h │ │ ├── FHIRSerializer.m │ │ ├── FHIRWriterProtocol.h │ │ ├── FHIRXmlWriter.h │ │ └── FHIRXmlWriter.m ├── pascal │ ├── FHIRAtomFeed.pas │ ├── FHIRBase.pas │ ├── FHIRClient.pas │ ├── FHIRDigitalSignatures.pas │ ├── FHIRLang.pas │ ├── FHIRParserBase.pas │ ├── FHIRSecurity.pas │ ├── FHIRSupport.pas │ ├── FHIRTags.pas │ ├── FHIRTest.dof │ ├── FHIRTest.dpr │ ├── FHIRTest.dproj │ ├── FHIRTest.res │ ├── FHIRTranslations.RES │ ├── FHIRTranslations.rc │ ├── FHIRUtilities.pas │ ├── FHIRValidator.pas │ ├── SCIMObjects.pas │ ├── fhir.inc │ ├── libeay32.dll │ ├── libmysql.dll │ ├── readme.txt │ ├── ssleay32.dll │ └── support │ │ ├── AdvBuffers.pas │ │ ├── AdvCSVExtractors.pas │ │ ├── AdvCSVFormatters.pas │ │ ├── AdvCharacterSets.pas │ │ ├── AdvClassHashes.pas │ │ ├── AdvCollections.pas │ │ ├── AdvControllers.pas │ │ ├── AdvExceptions.pas │ │ ├── AdvExclusiveCriticalSections.pas │ │ ├── AdvExtractors.pas │ │ ├── AdvFactories.pas │ │ ├── AdvFilers.pas │ │ ├── AdvFiles.pas │ │ ├── AdvFormatters.pas │ │ ├── AdvGenerics.pas │ │ ├── AdvGenericsTests.pas │ │ ├── AdvHashes.pas │ │ ├── AdvIntegerMatches.pas │ │ ├── AdvIntegerMerges.pas │ │ ├── AdvItems.pas │ │ ├── AdvIterators.pas │ │ ├── AdvJSON.pas │ │ ├── AdvLargeIntegerMatches.pas │ │ ├── AdvMemories.pas │ │ ├── AdvNameBuffers.pas │ │ ├── AdvNames.pas │ │ ├── AdvObjectLists.pas │ │ ├── AdvObjectMatches.pas │ │ ├── AdvObjects.pas │ │ ├── AdvOrdinalSets.pas │ │ ├── AdvParameters.pas │ │ ├── AdvPersistentLists.pas │ │ ├── AdvPersistents.pas │ │ ├── AdvProfilers.pas │ │ ├── AdvSignals.pas │ │ ├── AdvStreamReaders.pas │ │ ├── AdvStreams.pas │ │ ├── AdvStringBuilders.pas │ │ ├── AdvStringHashes.pas │ │ ├── AdvStringIntegerMatches.pas │ │ ├── AdvStringLargeIntegerMatches.pas │ │ ├── AdvStringLists.pas │ │ ├── AdvStringMatches.pas │ │ ├── AdvStringObjectMatches.pas │ │ ├── AdvStringStreams.pas │ │ ├── AdvSynchronizationRegistries.pas │ │ ├── AdvTextExtractors.pas │ │ ├── AdvTextFormatters.pas │ │ ├── AdvThreads.pas │ │ ├── AdvTimeControllers.pas │ │ ├── AdvVCLStreams.pas │ │ ├── AdvWinInetClients.pas │ │ ├── AdvXMLEntities.pas │ │ ├── AdvXMLFormatters.pas │ │ ├── AdvXmlBuilders.pas │ │ ├── AdvZipDeclarations.pas │ │ ├── AdvZipParts.pas │ │ ├── AdvZipReaders.pas │ │ ├── AdvZipUtilities.pas │ │ ├── AdvZipWorkers.pas │ │ ├── AfsResourceVolumes.pas │ │ ├── AfsStreamManagers.pas │ │ ├── AfsVolumes.pas │ │ ├── AltovaXMLLib_TLB.pas │ │ ├── BytesSupport.pas │ │ ├── ColourSupport.pas │ │ ├── CurrencySupport.pas │ │ ├── DateAndTime.pas │ │ ├── DateSupport.pas │ │ ├── DecimalSupport.pas │ │ ├── DigitalSignatures.pas │ │ ├── EncodeSupport.pas │ │ ├── ErrorSupport.pas │ │ ├── FastMM4.pas │ │ ├── FastMM4Messages.pas │ │ ├── FastMM4Options.inc │ │ ├── FileSupport.pas │ │ ├── GUIDSupport.pas │ │ ├── HL7V2DateSupport.pas │ │ ├── HMAC.pas │ │ ├── HashSupport.pas │ │ ├── InternetFetcher.pas │ │ ├── JWT.pas │ │ ├── JWTTests.pas │ │ ├── KDate.pas │ │ ├── MathSupport.pas │ │ ├── MemorySupport.pas │ │ ├── MsXmlBuilder.pas │ │ ├── MsXmlParser.pas │ │ ├── OIDSupport.pas │ │ ├── ParseMap.pas │ │ ├── RegExpr.pas │ │ ├── StringSupport.pas │ │ ├── SystemSupport.pas │ │ ├── TextUtilities.pas │ │ ├── ThreadSupport.pas │ │ ├── XMLBuilder.pas │ │ ├── XMLSupport.pas │ │ ├── bignum.pas │ │ ├── bytes.inc │ │ └── libeay32.pas ├── translations.xml ├── translations.xsd └── xmltools │ ├── AnnotationStripper.xslt │ ├── CategorizeWarnings.xslt │ ├── DocumentToHTML.xslt │ ├── OwnerResources.xslt │ ├── QuestionnaireToHTML.xslt │ ├── RenderWarnings.xslt │ ├── WarningsToQA.xslt │ └── iso_svrl_for_xslt2.xsl ├── ivy.xml ├── locks ├── db-logs.lock └── db.lock ├── profiles ├── cda.profile.xml ├── element-extensions-introduction.xml ├── element-extensions-spreadsheet.sheet.txt ├── element-extensions-spreadsheet.xml ├── general-extensions-spreadsheet.sheet.txt ├── general-extensions-spreadsheet.xml ├── iso-21090-introduction.xml ├── iso-21090-spreadsheet.sheet.txt ├── iso-21090-spreadsheet.xml ├── message-labreport-provide.xml ├── pharmacy-extensions-introduction.xml ├── pharmacy-extensions-notes.xml ├── pharmacy-extensions-spreadsheet.sheet.txt ├── pharmacy-extensions-spreadsheet.xml ├── rendering-extensions-introduction.xml ├── rendering-extensions-spreadsheet.sheet.txt ├── rendering-extensions-spreadsheet.xml ├── us-core-introduction.xml ├── us-core-notes.xml ├── us-core-spreadsheet.sheet.txt └── us-core-spreadsheet.xml ├── publish.bat ├── publish.bat - Shortcut.lnk ├── publish.ini ├── publish.sh ├── publishOffline.bat ├── qa ├── extensions-definitions.docx ├── intros and notes.docx ├── main pages.docx ├── profiles-others.docx ├── profiles-resources.docx ├── profiles-types.docx ├── reviewed content │ ├── applied │ │ ├── intros and notes 1-140.docx │ │ ├── intros and notes 141-178 - rhausam QA.docx │ │ ├── main page 209-261.docx │ │ ├── main pages 1-43.docx │ │ ├── main pages 130-164.docx │ │ ├── main pages 165-208.docx │ │ ├── main pages 262-305.docx │ │ ├── main pages 306-327.docx │ │ ├── main pages 329-340 QAed by MAlbitz.docx │ │ ├── main pages 341-371 QAed by MAlbitz.docx │ │ ├── main pages 372-380.docx │ │ ├── main pages 425-467 QAed by Bamarquard.docx │ │ ├── main pages 44-129.doc │ │ ├── profiles-resources 1-130.docx │ │ ├── profiles-resources 131-299.docx │ │ ├── profiles-resources 300-398.docx │ │ ├── profiles-resources 399-408.docx │ │ ├── profiles-types.docx │ │ ├── search-parameters.docx │ │ ├── valuesets 1-100.docx │ │ ├── valuesets 101-208.docx │ │ ├── valuesets 209-260.docx │ │ └── valuesets-Oniki-261-316.docx │ ├── extensions-definitions.docx │ └── main pages 381-424.docx ├── search-parameters.docx └── valuesets.docx ├── records.cache ├── remove_files_larger_than_100mg_for_gh_pages_compatibility.sh ├── schema ├── codegen │ └── placeholder.txt ├── datatypes │ └── .preserve_empty_dir └── xml.xsd ├── source ├── $test.html ├── account │ ├── account-example.xml │ ├── account-examples-header.xml │ ├── account-introduction.xml │ ├── account-notes.xml │ ├── account-spreadsheet.sheet.txt │ └── account-spreadsheet.xml ├── administration.html ├── adverseevent │ └── CAMH_2012_Update2_24_SE.pdf ├── allergyintolerance │ ├── allergyintolerance-example.xml │ ├── allergyintolerance-examples-header.xml │ ├── allergyintolerance-extensions-spreadsheet.sheet.txt │ ├── allergyintolerance-extensions-spreadsheet.xml │ ├── allergyintolerance-fishallergy.xml │ ├── allergyintolerance-introduction.xml │ ├── allergyintolerance-medication.xml │ ├── allergyintolerance-notes.xml │ ├── allergyintolerance-openehr-profile.sheet.txt │ ├── allergyintolerance-openehr-profile.xml │ ├── allergyintolerance-spreadsheet.sheet.txt │ ├── allergyintolerance-spreadsheet.xml │ ├── valueset-allergyintolerance-status-present.xml │ ├── valueset-allergyintolerance-substance-code.xml │ └── valueset-manifestation-codes.xml ├── appointment │ ├── appointment-example-request.xml │ ├── appointment-example.xml │ ├── appointment-example2doctors.xml │ ├── appointment-examples-header.xml │ ├── appointment-introduction.xml │ ├── appointment-notes.xml │ ├── appointment-spreadsheet.sheet.txt │ └── appointment-spreadsheet.xml ├── appointmentresponse │ ├── appointmentresponse-example-req.xml │ ├── appointmentresponse-example.xml │ ├── appointmentresponse-examples-header.xml │ ├── appointmentresponse-introduction.xml │ ├── appointmentresponse-notes.xml │ ├── appointmentresponse-spreadsheet.sheet.txt │ └── appointmentresponse-spreadsheet.xml ├── auditevent │ ├── Event List.docx │ ├── atna-tests.xml │ ├── audit-event-example-login.xml │ ├── audit-event-example-logout.xml │ ├── audit-event-example-media.xml │ ├── audit-event-example-pixQuery.xml │ ├── audit-event-example-search.xml │ ├── audit-event-example-vread.xml │ ├── auditevent-example-disclosure.xml │ ├── auditevent-example.xml │ ├── auditevent-examples-header.xml │ ├── auditevent-introduction.xml │ ├── auditevent-notes.xml │ ├── auditevent-spreadsheet.sheet.txt │ ├── auditevent-spreadsheet.xml │ ├── valueset-audit-event-sensitivity.xml │ ├── valueset-audit-event-sub-type.xml │ ├── valueset-audit-event-type.xml │ ├── valueset-audit-eventid.xml │ ├── valueset-audit-eventtypecode.xml │ ├── valueset-audit-source-type.xml │ ├── valueset-dicm-402-roleid.xml │ ├── valueset-dicm-403-alerttype.xml │ ├── valueset-dicm-404-objectidtype.xml │ └── valueset-dicm-405-mediatype.xml ├── backboneelement-definitions.html ├── backboneelement.html ├── ballot-intro.html ├── basic │ ├── basic-example-narrative.xml │ ├── basic-example.xml │ ├── basic-example2.xml │ ├── basic-examples-header.xml │ ├── basic-introduction.xml │ ├── basic-notes.xml │ ├── basic-spreadsheet.sheet.txt │ ├── basic-spreadsheet.xml │ └── valueset-basic-resource-type.xml ├── binary │ ├── binary-example-crlg(f013).jpg │ ├── binary-example-crsm(f014).jpg │ ├── binary-example-eklg(f001).jpg │ ├── binary-example-eksm(f002).jpg │ ├── binary-example-hvlg(f011).jpg │ ├── binary-example-hvsm(f012).jpg │ ├── binary-example-mblg(f003).jpg │ ├── binary-example-mbsm(f004).jpg │ ├── binary-example-rmlg(f005).jpg │ ├── binary-example-rmsm(f006).jpg │ ├── binary-example-rslg(f007).jpg │ ├── binary-example-rssm(f008).jpg │ ├── binary-example-rwlg(f009).jpg │ ├── binary-example-rwsm(f010).jpg │ ├── binary-example-splg(f015).jpg │ ├── binary-example-spsm(f016).jpg │ ├── binary-example.xml │ ├── binary-examples-header.xml │ ├── binary-f006.xml │ ├── binary-introduction.xml │ ├── binary-notes.xml │ ├── binary-spreadsheet.sheet.txt │ └── binary-spreadsheet.xml ├── bindings.ini ├── bodysite │ ├── bodysite-example.xml │ ├── bodysite-examples-header.xml │ ├── bodysite-introduction.xml │ ├── bodysite-notes.xml │ ├── bodysite-spreadsheet.sheet.txt │ ├── bodysite-spreadsheet.xml │ ├── template-introduction.xml │ ├── valueset-body-site.xml │ ├── valueset-bodysite-anatomic-plane.xml │ └── valueset-bodysite-relative-location.xml ├── book.html ├── bundle │ ├── bundle-example.xml │ ├── bundle-examples-header.xml │ ├── bundle-extensions-spreadsheet.sheet.txt │ ├── bundle-extensions-spreadsheet.xml │ ├── bundle-introduction.xml │ ├── bundle-notes.xml │ ├── bundle-response.xml │ ├── bundle-spreadsheet.sheet.txt │ ├── bundle-spreadsheet.xml │ └── bundle-transaction.xml ├── careplan │ ├── PFM.xml │ ├── careplan-example-GPVisit.xml │ ├── careplan-example-asthma.xml │ ├── careplan-example-f001-heart.xml │ ├── careplan-example-f002-lung.xml │ ├── careplan-example-f003-pharynx.xml │ ├── careplan-example-f201-renal.xml │ ├── careplan-example-f202-malignancy.xml │ ├── careplan-example-f203-sepsis.xml │ ├── careplan-example-integrated.xml │ ├── careplan-example-pregnancy.xml │ ├── careplan-example.xml │ ├── careplan-examples-header.xml │ ├── careplan-extensions-spreadsheet.sheet.txt │ ├── careplan-extensions-spreadsheet.xml │ ├── careplan-introduction.xml │ ├── careplan-notes.xml │ ├── careplan-spreadsheet.sheet.txt │ ├── careplan-spreadsheet.xml │ ├── valueset-activity-reason.xml │ ├── valueset-care-plan-activity-category.xml │ ├── valueset-care-plan-activity.xml │ ├── valueset-care-plan-category.xml │ └── valueset-participant-role.xml ├── cda-intro.html ├── change.html ├── changelist.html ├── claim │ ├── claim-example-institutional.xml │ ├── claim-example-oral-average.xml │ ├── claim-example-oral-contained.xml │ ├── claim-example-oral-orthoplan.xml │ ├── claim-example-pharmacy.xml │ ├── claim-example-professional.xml │ ├── claim-example-vision-glasses.xml │ ├── claim-example-vision.xml │ ├── claim-example.xml │ ├── claim-examples-header.xml │ ├── claim-introduction.xml │ ├── claim-notes.xml │ ├── claim-spreadsheet.sheet.txt │ ├── claim-spreadsheet.xml │ ├── gg-testing-connectathon-9.xml │ ├── valueset-additionalmaterials.xml │ ├── valueset-claim-exception.xml │ ├── valueset-claim-modifiers.xml │ ├── valueset-fm-conditions.xml │ ├── valueset-icd-10.xml │ ├── valueset-intervention-exception.xml │ ├── valueset-intervention.xml │ ├── valueset-missing-tooth-reason.xml │ ├── valueset-oral-prosthodontic-material.xml │ ├── valueset-process-priority.xml │ ├── valueset-referral.xml │ ├── valueset-service-pharmacy.xml │ ├── valueset-service-product.xml │ ├── valueset-service-uscls.xml │ ├── valueset-surface.xml │ ├── valueset-teeth.xml │ ├── valueset-tooth.xml │ └── valueset-udi.xml ├── claimresponse │ ├── claimresponse-example.xml │ ├── claimresponse-examples-header.xml │ ├── claimresponse-introduction.xml │ ├── claimresponse-notes.xml │ ├── claimresponse-spreadsheet.sheet.txt │ ├── claimresponse-spreadsheet.xml │ ├── valueset-adjudication.xml │ └── valueset-adjustment-reason.xml ├── clinical.html ├── clinicalimpression │ ├── clinicalimpression-example.xml │ ├── clinicalimpression-examples-header.xml │ ├── clinicalimpression-introduction.xml │ ├── clinicalimpression-notes.xml │ ├── clinicalimpression-spreadsheet.sheet.txt │ ├── clinicalimpression-spreadsheet.xml │ └── valueset-investigation-sets.xml ├── communication │ ├── communication-example.xml │ ├── communication-examples-header.xml │ ├── communication-extensions-spreadsheet.sheet.txt │ ├── communication-extensions-spreadsheet.xml │ ├── communication-introduction.xml │ ├── communication-notes.xml │ ├── communication-profile-spreadsheet.xml.txt │ ├── communication-spreadsheet.sheet.txt │ └── communication-spreadsheet.xml ├── communicationrequest │ ├── communicationrequest-example.xml │ ├── communicationrequest-examples-header.xml │ ├── communicationrequest-extensions-spreadsheet.sheet.txt │ ├── communicationrequest-extensions-spreadsheet.xml │ ├── communicationrequest-introduction.xml │ ├── communicationrequest-notes.xml │ ├── communicationrequest-spreadsheet.sheet.txt │ └── communicationrequest-spreadsheet.xml ├── comparison-cda.html ├── comparison-other.html ├── comparison-v2.html ├── comparison-v3.html ├── comparison.html ├── compartments.html ├── compartments.xml ├── compatibility.html ├── composition │ ├── $document-request.txt │ ├── $document-response.txt │ ├── composition-clinicaldocument-spreadsheet.sheet.txt │ ├── composition-clinicaldocument-spreadsheet.xml │ ├── composition-example.xml │ ├── composition-examples-header.xml │ ├── composition-introduction.xml │ ├── composition-measurereport-profile-introduction.xml │ ├── composition-measurereport-profile-spreadsheet.sheet.txt │ ├── composition-measurereport-profile-spreadsheet.xml │ ├── composition-notes.xml │ ├── composition-spreadsheet.sheet.txt │ ├── composition-spreadsheet.xml │ ├── connectathon-example-scenario21.xml │ ├── document-example-dischargesummary.xml │ ├── valueset-doc-classcodes.xml │ ├── valueset-doc-confidentiality.xml │ ├── valueset-doc-event-code-rsna.xml │ ├── valueset-doc-event-code.xml │ ├── valueset-doc-section-codes.xml │ └── valueset-doc-typecodes.xml ├── conceptmap │ ├── $closure-request.txt │ ├── $closure-response.txt │ ├── $translate-request.txt │ ├── $translate-response.txt │ ├── conceptmap-example-specimen-type.xml │ ├── conceptmap-example.xml │ ├── conceptmap-examples-header.xml │ ├── conceptmap-introduction.xml │ ├── conceptmap-notes.xml │ ├── conceptmap-spreadsheet.sheet.txt │ ├── conceptmap-spreadsheet.xml │ └── valueset-dicom-dcim.xml ├── condition │ ├── condition-ccda-problemobservation-profile-spreadsheet.xml │ ├── condition-example-f001-heart.xml │ ├── condition-example-f002-lung.xml │ ├── condition-example-f003-abscess.xml │ ├── condition-example-f201-fever.xml │ ├── condition-example-f202-malignancy.xml │ ├── condition-example-f203-sepsis.xml │ ├── condition-example-f204-renal.xml │ ├── condition-example-f205-infection.xml │ ├── condition-example-stroke.xml │ ├── condition-example.xml │ ├── condition-example2.xml │ ├── condition-examples-header.xml │ ├── condition-extensions-spreadsheet.sheet.txt │ ├── condition-extensions-spreadsheet.xml │ ├── condition-introduction.xml │ ├── condition-notes.xml │ ├── condition-spreadsheet.sheet.txt │ ├── condition-spreadsheet.xml │ ├── notes.txt │ ├── valueset-condition-category.xml │ ├── valueset-condition-cause.xml │ ├── valueset-condition-certainty-absent.xml │ ├── valueset-condition-certainty-present.xml │ ├── valueset-condition-clinical.xml │ ├── valueset-condition-code.xml │ ├── valueset-condition-outcome.xml │ ├── valueset-condition-predecessor.xml │ ├── valueset-condition-severity.xml │ ├── valueset-condition-stage.xml │ ├── valueset-condition-status-present.xml │ └── valueset-manifestation-or-symptom.xml ├── conformance-rules.html ├── conformance │ ├── conformance-example.xml │ ├── conformance-examples-header.xml │ ├── conformance-extensions-spreadsheet.sheet.txt │ ├── conformance-extensions-spreadsheet.xml │ ├── conformance-introduction.xml │ ├── conformance-notes.xml │ ├── conformance-phr-example.xml │ ├── conformance-spreadsheet.sheet.txt │ ├── conformance-spreadsheet.xml │ ├── conformance-terminology-server.xml │ └── conformanceNarrative.xslt ├── contract │ ├── contract-consent-profile-introduction.xml │ ├── contract-consent-profile-notes.xml │ ├── contract-consent-profile-spreadsheet.sheet.txt │ ├── contract-consent-profile-spreadsheet.xml │ ├── contract-example.xml │ ├── contract-examples-header.xml │ ├── contract-introduction.xml │ ├── contract-notes.xml │ ├── contract-spreadsheet.sheet.txt │ ├── contract-spreadsheet.xml │ ├── valueset-contract-action.xml │ ├── valueset-contract-actionreason.xml │ ├── valueset-contract-actorrole.xml │ ├── valueset-contract-signer-type.xml │ ├── valueset-contract-subtype.xml │ ├── valueset-contract-term-subtype.xml │ ├── valueset-contract-term-type.xml │ └── valueset-contract-type.xml ├── coverage │ ├── coverage-example-2.xml │ ├── coverage-example.xml │ ├── coverage-examples-header.xml │ ├── coverage-introduction.xml │ ├── coverage-notes.xml │ ├── coverage-spreadsheet.sheet.txt │ └── coverage-spreadsheet.xml ├── cpt.html ├── credits.html ├── cvx.html ├── dataelement │ ├── Analysis.xlsx │ ├── dataelement-11179-profile-introduction.xml │ ├── dataelement-11179-profile-spreadsheet.sheet.txt │ ├── dataelement-11179-profile-spreadsheet.xml │ ├── dataelement-example.xml │ ├── dataelement-examples-header.xml │ ├── dataelement-extensions-spreadsheet.sheet.txt │ ├── dataelement-extensions-spreadsheet.xml │ ├── dataelement-introduction.xml │ ├── dataelement-labtestmaster-example.xml │ ├── dataelement-notes.xml │ ├── dataelement-spreadsheet.sheet.txt │ ├── dataelement-spreadsheet.xml │ └── valueset-dataelement-comparable-granularity.xml ├── datatypes-definitions.html ├── datatypes-examples.html ├── datatypes-mappings.html ├── datatypes.html ├── datatypes │ ├── activitydefinition-extensions-spreadsheet.xml │ ├── activitydefinition.xml │ ├── address.sheet.txt │ ├── address.xml │ ├── allprimitivetypes.diagram │ ├── alltypes.diagram │ ├── annotation.sheet.txt │ ├── annotation.xml │ ├── attachment.sheet.txt │ ├── attachment.xml │ ├── backboneelement.sheet.txt │ ├── backboneelement.xml │ ├── codeableconcept.sheet.txt │ ├── codeableconcept.xml │ ├── coding.sheet.txt │ ├── coding.xml │ ├── contactpoint.sheet.txt │ ├── contactpoint.xml │ ├── element.sheet.txt │ ├── element.xml │ ├── elementdefinition-11179-profile-spreadsheet.sheet.txt │ ├── elementdefinition-11179-profile-spreadsheet.xml │ ├── elementdefinition-dataelement-profile-spreadsheet.sheet.txt │ ├── elementdefinition-dataelement-profile-spreadsheet.xml │ ├── elementdefinition-examples.txt │ ├── elementdefinition-extensions-spreadsheet.sheet.txt │ ├── elementdefinition-extensions-spreadsheet.xml │ ├── elementdefinition.sheet.txt │ ├── elementdefinition.xml │ ├── extension.sheet.txt │ ├── extension.xml │ ├── humanname.sheet.txt │ ├── humanname.xml │ ├── identifier.sheet.txt │ ├── identifier.xml │ ├── meta.sheet.txt │ ├── meta.xml │ ├── narrative.sheet.txt │ ├── narrative.xml │ ├── period.sheet.txt │ ├── period.xml │ ├── primitives.diagram │ ├── primitives.plantuml │ ├── primitives.svg │ ├── primitives.xml │ ├── quantity.sheet.txt │ ├── quantity.xml │ ├── range.sheet.txt │ ├── range.xml │ ├── ratio.sheet.txt │ ├── ratio.xml │ ├── reference.sheet.txt │ ├── reference.xml │ ├── sampleddata.sheet.txt │ ├── sampleddata.xml │ ├── signature.sheet.txt │ ├── signature.xml │ ├── timing analysis │ │ ├── Image77.gif │ │ ├── Pd-02-1-AddNewDrugPanel.png │ │ ├── Prescription1.jpg │ │ ├── UM_EHR_0001_med-list-expand.png │ │ ├── image030.gif │ │ ├── image24.png │ │ ├── image25.png │ │ ├── new prescription.GIF │ │ ├── pngbUwCNgLCe7.png │ │ ├── protocol_creator_dialog-en.png │ │ ├── protocolsbasis-en.png │ │ ├── protocolsschemes-en.png │ │ ├── script_details_sml.PNG │ │ ├── unnamed (1).jpg │ │ ├── unnamed.jpg │ │ ├── unnamed1.png │ │ └── view prescription.jpg │ ├── timing.sheet.txt │ ├── timing.xml │ ├── types.diagram │ ├── types2.diagram │ ├── types3.diagram │ ├── valueset-dataelement-sdcobjectclass.xml │ ├── valueset-dataelement-sdcobjectclassproperty.xml │ └── valueset-signature-type.xml ├── defining-extensions.html ├── definitions.xsd ├── detectedissue │ ├── detectedissue-example-allergy.xml │ ├── detectedissue-example-dup.xml │ ├── detectedissue-example-lab.xml │ ├── detectedissue-example.xml │ ├── detectedissue-examples-header.xml │ ├── detectedissue-introduction.xml │ ├── detectedissue-notes.xml │ ├── detectedissue-spreadsheet.sheet.txt │ ├── detectedissue-spreadsheet.xml │ ├── valueset-detectedissue-category.xml │ └── valueset-detectedissue-mitigation-action.xml ├── device │ ├── analysis │ │ ├── Jan's overview.pdf │ │ ├── MDC_DAM_Infusor_jw3.pdf │ │ ├── MDC_DAM_Infusor_jw3_003.pdf │ │ └── device Phoenix 2013.txt │ ├── device-example-f001-feedingtube.xml │ ├── device-example-ihe-pcd.xml │ ├── device-example-pacemaker.xml │ ├── device-example-software.xml │ ├── device-example.xml │ ├── device-examples-header.xml │ ├── device-extensions-spreadsheet.sheet.txt │ ├── device-extensions-spreadsheet.xml │ ├── device-introduction.xml │ ├── device-notes.xml │ ├── device-spreadsheet.sheet.txt │ └── device-spreadsheet.xml ├── devicecomponent │ ├── devicecomponent-example-prodspec.xml │ ├── devicecomponent-example.xml │ ├── devicecomponent-examples-header.xml │ ├── devicecomponent-introduction.xml │ ├── devicecomponent-notes.xml │ ├── devicecomponent-spreadsheet.sheet.txt │ └── devicecomponent-spreadsheet.xml ├── devicemetric │ ├── devicemetric-example.xml │ ├── devicemetric-examples-header.xml │ ├── devicemetric-introduction.xml │ ├── devicemetric-notes.xml │ ├── devicemetric-spreadsheet.sheet.txt │ └── devicemetric-spreadsheet.xml ├── deviceuserequest │ ├── deviceuserequest-example.xml │ ├── deviceuserequest-examples-header.xml │ ├── deviceuserequest-extensions-spreadsheet.sheet.txt │ ├── deviceuserequest-extensions-spreadsheet.xml │ ├── deviceuserequest-introduction.xml │ ├── deviceuserequest-notes.xml │ ├── deviceuserequest-profile-spreadsheet.xml.txt │ ├── deviceuserequest-spreadsheet.sheet.txt │ └── deviceuserequest-spreadsheet.xml ├── deviceusestatement │ ├── deviceusestatement-example.xml │ ├── deviceusestatement-examples-header.xml │ ├── deviceusestatement-extensions-spreadsheet.sheet.txt │ ├── deviceusestatement-extensions-spreadsheet.xml │ ├── deviceusestatement-introduction.xml │ ├── deviceusestatement-notes.xml │ ├── deviceusestatement-profile-spreadsheet.xml.txt │ ├── deviceusestatement-spreadsheet.sheet.txt │ └── deviceusestatement-spreadsheet.xml ├── diagnosticorder │ ├── diagnosticorder-example-di.xml │ ├── diagnosticorder-example-ft4.xml │ ├── diagnosticorder-example.xml │ ├── diagnosticorder-examples-header.xml │ ├── diagnosticorder-extensions-spreadsheet.sheet.txt │ ├── diagnosticorder-extensions-spreadsheet.xml │ ├── diagnosticorder-introduction.xml │ ├── diagnosticorder-notes.xml │ ├── diagnosticorder-spreadsheet.sheet.txt │ ├── diagnosticorder-spreadsheet.xml │ ├── notes.txt │ ├── valueset-diagnostic-order-event.xml │ └── valueset-diagnostic-requests.xml ├── diagnosticreport │ ├── Cecil'ss Examples │ │ ├── done │ │ │ ├── Hospital Lab Results.doc │ │ │ ├── LAB,RAD message samples.zip │ │ │ ├── ORU_test_msgs20051122.txt │ │ │ └── micros from mysis for cdc (2).doc │ │ └── further-examples.xml │ ├── Lloyd's examples │ │ ├── POLB_IN224200UV01 example.xml │ │ └── example.xml │ ├── diagnosticreport-example-cultures.xml │ ├── diagnosticreport-example-dxa.xml │ ├── diagnosticreport-example-f001-bloodexam.xml │ ├── diagnosticreport-example-f201-brainct.xml │ ├── diagnosticreport-example-f202-bloodculture.xml │ ├── diagnosticreport-example-ghp.xml │ ├── diagnosticreport-example-lipids.xml │ ├── diagnosticreport-example-ultrasound.xml │ ├── diagnosticreport-example.xml │ ├── diagnosticreport-examples-general.xml │ ├── diagnosticreport-examples-header.xml │ ├── diagnosticreport-examples-lab-text.xml │ ├── diagnosticreport-extensions-spreadsheet.sheet.txt │ ├── diagnosticreport-extensions-spreadsheet.xml │ ├── diagnosticreport-introduction.xml │ ├── diagnosticreport-micro1.xml │ ├── diagnosticreport-notes.xml │ ├── diagnosticreport-profile-lipids.sheet.txt │ ├── diagnosticreport-profile-lipids.xml │ ├── diagnosticreport-spreadsheet.sheet.txt │ ├── diagnosticreport-spreadsheet.xml │ ├── valueset-clinical-findings.xml │ ├── valueset-diagnostic-service-sections.xml │ ├── valueset-ldlcholesterol-codes.xml │ └── valueset-report-codes.xml ├── dicom │ ├── partD.html │ └── sct-trans.xml ├── directory.html ├── documentation.html ├── documentation │ ├── documentation-example.xml │ ├── documentation-examples-header.xml │ ├── documentation-introduction.xml │ ├── documentation-notes.xml │ └── documentation-spreadsheet.xml ├── documentinformation.html ├── documentmanifest │ ├── documentmanifest-example.xml │ ├── documentmanifest-examples-header.xml │ ├── documentmanifest-introduction.xml │ ├── documentmanifest-notes.xml │ ├── documentmanifest-spreadsheet.sheet.txt │ ├── documentmanifest-spreadsheet.xml │ └── valueset-docset-codes.xml ├── documentreference │ ├── documentreference-example.xml │ ├── documentreference-examples-header.xml │ ├── documentreference-introduction.xml │ ├── documentreference-notes.xml │ ├── documentreference-spreadsheet.sheet.txt │ ├── documentreference-spreadsheet.xml │ ├── valueset-c80-doc-classcodes.xml │ ├── valueset-c80-doc-typecodes.xml │ ├── valueset-c80-facilitycodes.xml │ ├── valueset-c80-practice-codes.xml │ ├── valueset-clinical-speciality.xml │ ├── valueset-documentreference-service-types.xml │ ├── valueset-formatcodes.xml │ ├── xds-example.xml │ ├── xds-introduction.xml │ ├── xds-notes.xml │ ├── xds-profile.sheet.txt │ └── xds-profile.xml ├── documents.html ├── domainresource │ ├── domainresource-introduction.xml │ ├── domainresource-notes.xml │ ├── domainresource-spreadsheet.sheet.txt │ └── domainresource-spreadsheet.xml ├── downloads.html ├── ehr-fm.html ├── element-definitions.html ├── element.html ├── elementdefinition-definitions.html ├── elementdefinition-examples.html ├── elementdefinition-mappings.html ├── elementdefinition.html ├── eligibilityrequest │ ├── eligibilityrequest-example.xml │ ├── eligibilityrequest-examples-header.xml │ ├── eligibilityrequest-introduction.xml │ ├── eligibilityrequest-notes.xml │ ├── eligibilityrequest-spreadsheet.sheet.txt │ └── eligibilityrequest-spreadsheet.xml ├── eligibilityresponse │ ├── eligibilityresponse-example.xml │ ├── eligibilityresponse-examples-header.xml │ ├── eligibilityresponse-introduction.xml │ ├── eligibilityresponse-notes.xml │ ├── eligibilityresponse-spreadsheet.sheet.txt │ └── eligibilityresponse-spreadsheet.xml ├── encounter │ ├── $everything-request.txt │ ├── $everything-response.txt │ ├── encounter-example-f001-heart.xml │ ├── encounter-example-f002-lung.xml │ ├── encounter-example-f003-abscess.xml │ ├── encounter-example-f201-20130404.xml │ ├── encounter-example-f202-20130128.xml │ ├── encounter-example-f203-20130311.xml │ ├── encounter-example-home.xml │ ├── encounter-example-xcda.xml │ ├── encounter-example.xml │ ├── encounter-examples-header.xml │ ├── encounter-extensions-spreadsheet.sheet.txt │ ├── encounter-extensions-spreadsheet.xml │ ├── encounter-introduction.xml │ ├── encounter-notes.xml │ ├── encounter-spreadsheet.sheet.txt │ ├── encounter-spreadsheet.xml │ ├── valueset-encounter-admit-source.xml │ ├── valueset-encounter-diet.xml │ ├── valueset-encounter-discharge-disposition.xml │ ├── valueset-encounter-participant-type.xml │ ├── valueset-encounter-priority.xml │ ├── valueset-encounter-reason.xml │ ├── valueset-encounter-special-arrangements.xml │ ├── valueset-encounter-special-courtesy.xml │ └── valueset-encounter-type.xml ├── enrollmentrequest │ ├── enrollmentrequest-example.xml │ ├── enrollmentrequest-examples-header.xml │ ├── enrollmentrequest-introduction.xml │ ├── enrollmentrequest-notes.xml │ ├── enrollmentrequest-spreadsheet.sheet.txt │ └── enrollmentrequest-spreadsheet.xml ├── enrollmentresponse │ ├── enrollmentresponse-example.xml │ ├── enrollmentresponse-examples-header.xml │ ├── enrollmentresponse-introduction.xml │ ├── enrollmentresponse-notes.xml │ ├── enrollmentresponse-spreadsheet.sheet.txt │ └── enrollmentresponse-spreadsheet.xml ├── episodeofcare │ ├── episodeofcare-example.xml │ ├── episodeofcare-examples-header.xml │ ├── episodeofcare-introduction.xml │ ├── episodeofcare-notes.xml │ ├── episodeofcare-spreadsheet.sheet.txt │ └── episodeofcare-spreadsheet.xml ├── explanationofbenefit │ ├── explanationofbenefit-example.xml │ ├── explanationofbenefit-examples-header.xml │ ├── explanationofbenefit-introduction.xml │ ├── explanationofbenefit-notes.xml │ ├── explanationofbenefit-spreadsheet.sheet.txt │ └── explanationofbenefit-spreadsheet.xml ├── extensibility-definitions.html ├── extensibility-examples.html ├── extensibility-registry.html ├── extensibility.html ├── familymemberhistory │ ├── AnnieProband.png │ ├── familymemberhistory-example-mother.xml │ ├── familymemberhistory-example.xml │ ├── familymemberhistory-examples-header.xml │ ├── familymemberhistory-extensions-spreadsheet.sheet.txt │ ├── familymemberhistory-extensions-spreadsheet.xml │ ├── familymemberhistory-genetics-profile-spreadsheet.sheet.txt │ ├── familymemberhistory-genetics-profile-spreadsheet.xml │ ├── familymemberhistory-introduction.xml │ ├── familymemberhistory-notes.xml │ ├── familymemberhistory-spreadsheet.sheet.txt │ ├── familymemberhistory-spreadsheet.xml │ └── valueset-parent-relationship-codes.xml ├── fhir-all.xsd ├── fhir-print.css ├── fhir-xhtml.xsd ├── fhir.css ├── fhir.ini ├── financial.html ├── flag │ ├── flag-example-encounter.xml │ ├── flag-example.xml │ ├── flag-examples-header.xml │ ├── flag-extensions-spreadsheet.sheet.txt │ ├── flag-extensions-spreadsheet.xml │ ├── flag-introduction.xml │ ├── flag-notes.xml │ ├── flag-spreadsheet.sheet.txt │ ├── flag-spreadsheet.xml │ ├── valueset-flag-category.xml │ ├── valueset-flag-code.xml │ └── valueset-flag-priority.xml ├── footer.html ├── footer1.html ├── footer2.html ├── footer3.html ├── formats-definitions.html ├── formats-examples.html ├── formats.html ├── goal │ ├── goal-example.xml │ ├── goal-examples-header.xml │ ├── goal-extensions-spreadsheet.sheet.txt │ ├── goal-extensions-spreadsheet.xml │ ├── goal-introduction.xml │ ├── goal-notes.xml │ ├── goal-simple-profile-spreadsheet.xml │ ├── goal-spreadsheet.sheet.txt │ ├── goal-spreadsheet.xml │ ├── valueset-goal-category.xml │ ├── valueset-goal-priority.xml │ ├── valueset-goal-start-event.xml │ └── valueset-goal-status-reason.xml ├── group │ ├── group-example-member.xml │ ├── group-example.xml │ ├── group-examples-header.xml │ ├── group-introduction.xml │ ├── group-notes.xml │ ├── group-spreadsheet.sheet.txt │ └── group-spreadsheet.xml ├── header.html ├── healthcareservice │ ├── healthcareservice-example.xml │ ├── healthcareservice-examples-header.xml │ ├── healthcareservice-introduction.xml │ ├── healthcareservice-notes.xml │ ├── healthcareservice-spreadsheet.sheet.txt │ └── healthcareservice-spreadsheet.xml ├── help.html ├── hierarchy.xml ├── history.html ├── http.html ├── identifier-registry.html ├── ig-profiles.html ├── ig-terminologies-valuesets.html ├── ig-valuesets.html ├── iglist.html ├── igs.xml ├── imagingobjectselection │ ├── imagingobjectselection-example.xml │ ├── imagingobjectselection-examples-header.xml │ ├── imagingobjectselection-introduction.xml │ ├── imagingobjectselection-notes.xml │ ├── imagingobjectselection-spreadsheet.sheet.txt │ └── imagingobjectselection-spreadsheet.xml ├── imagingstudy │ ├── imagingstudy-example.xml │ ├── imagingstudy-examples-header.xml │ ├── imagingstudy-extensions-spreadsheet.sheet.txt │ ├── imagingstudy-extensions-spreadsheet.xml │ ├── imagingstudy-introduction.xml │ ├── imagingstudy-notes.xml │ ├── imagingstudy-spreadsheet.sheet.txt │ ├── imagingstudy-spreadsheet.xml │ ├── valueset-bodysite-laterality.xml │ ├── valueset-dicom-cid244.xml │ └── valueset-dicom-cid29.xml ├── immunization │ ├── immunization-example-refused.xml │ ├── immunization-example.xml │ ├── immunization-examples-header.xml │ ├── immunization-extensions-spreadsheet.sheet.txt │ ├── immunization-extensions-spreadsheet.xml │ ├── immunization-introduction.xml │ ├── immunization-notes.xml │ ├── immunization-spreadsheet.sheet.txt │ ├── immunization-spreadsheet.xml │ ├── valueset-immunization-reason.xml │ ├── valueset-immunization-route.xml │ ├── valueset-immunization-site.xml │ ├── valueset-no-immunization-reason.xml │ ├── valueset-vaccination-protocol-dose-status-reason.xml │ ├── valueset-vaccination-protocol-dose-status.xml │ ├── valueset-vaccination-protocol-dose-target.xml │ └── valueset-vaccine-code.xml ├── immunizationrecommendation │ ├── immunizationrecommendation-example.xml │ ├── immunizationrecommendation-examples-header.xml │ ├── immunizationrecommendation-extensions-spreadsheet.sheet.txt │ ├── immunizationrecommendation-extensions-spreadsheet.xml │ ├── immunizationrecommendation-introduction.xml │ ├── immunizationrecommendation-notes.xml │ ├── immunizationrecommendation-spreadsheet.sheet.txt │ ├── immunizationrecommendation-spreadsheet.xml │ ├── valueset-immunization-recommendation-date-criterion.xml │ └── valueset-immunization-recommendation-status.xml ├── implementation.html ├── implementationguide │ ├── implementationguide-example.xml │ ├── implementationguide-examples-header.xml │ ├── implementationguide-introduction.xml │ ├── implementationguide-notes.xml │ ├── implementationguide-spreadsheet.sheet.txt │ ├── implementationguide-spreadsheet.xml │ └── valueset-ig-code.xml ├── index.html ├── infrastructure.html ├── integrated-examples.html ├── iso-21090-examples.txt ├── json.html ├── keith │ └── Copy of fhirnew.xlsx ├── license.html ├── lifecycle.html ├── list │ ├── $find-request.txt │ ├── $find-response.txt │ ├── list-ccda-cognitivestatuses-introduction.xml │ ├── list-ccda-cognitivestatuses-profile-spreadsheet.xml │ ├── list-example-allergies.xml │ ├── list-example-empty.xml │ ├── list-example-familyhistory-f201-roel.xml │ ├── list-example-familyhistory-genetics-profile-annie.xml │ ├── list-example-familyhistory-genetics-profile.xml │ ├── list-example-medlist.xml │ ├── list-example-socialhistory.xml │ ├── list-example.xml │ ├── list-examples-header.xml │ ├── list-introduction.xml │ ├── list-notes.xml │ ├── list-spreadsheet.sheet.txt │ ├── list-spreadsheet.xml │ ├── valueset-list-empty-reason.xml │ ├── valueset-list-example-codes.xml │ ├── valueset-list-item-flag.xml │ ├── valueset-list-listpurposecodes.xml │ └── valueset-list-order.xml ├── location │ ├── location-ccda-servicedelivery-profile-example.xml │ ├── location-ccda-servicedelivery-profile-spreadsheet.xml │ ├── location-example-ambulance.xml │ ├── location-example-hl7hq.xml │ ├── location-example-patients-home.xml │ ├── location-example-room.xml │ ├── location-example-ukpharmacy.xml │ ├── location-example.xml │ ├── location-examples-header.xml │ ├── location-extensions-spreadsheet.sheet.txt │ ├── location-extensions-spreadsheet.xml │ ├── location-introduction.xml │ ├── location-notes.xml │ ├── location-spreadsheet.sheet.txt │ ├── location-spreadsheet.xml │ └── valueset-location-physical-type.xml ├── logical.html ├── loinc.html ├── loinc │ └── loinc.xml ├── managing.html ├── mappingSpaces.xml ├── media │ ├── dicom-example.txt │ ├── media-example-dicom.xml │ ├── media-example-sound.xml │ ├── media-example.xml │ ├── media-examples-header.xml │ ├── media-introduction.xml │ ├── media-notes.xml │ ├── media-spreadsheet.sheet.txt │ ├── media-spreadsheet.xml │ ├── valueset-digital-media-subtype.xml │ └── valueset-media-view.xml ├── medication │ ├── medication-example-f001-combivent.xml │ ├── medication-example-f002-crestor.xml │ ├── medication-example-f003-tolbutamide.xml │ ├── medication-example-f004-metoprolol.xml │ ├── medication-example-f005-enalapril.xml │ ├── medication-example-f201-salmeterol.xml │ ├── medication-example-f202-flucloxacilline.xml │ ├── medication-example-f203-paracetamol.xml │ ├── medication-example.xml │ ├── medication-examples-header.xml │ ├── medication-extensions-spreadsheet.sheet.txt │ ├── medication-extensions-spreadsheet.xml │ ├── medication-html.xml │ ├── medication-introduction.xml │ ├── medication-notes.xml │ ├── medication-spreadsheet.sheet.txt │ ├── medication-spreadsheet.xml │ ├── medicationexample1.xml │ ├── medicationexample11.xml │ ├── medicationexample12.xml │ ├── medicationexample13.xml │ ├── medicationexample14.xml │ ├── medicationexample15.xml │ ├── medicationexample16.xml │ ├── medicationexample17.xml │ ├── medicationexample2.xml │ ├── medicationexample3.xml │ ├── medicationexample4.xml │ ├── medicationexample5.xml │ ├── medicationexample6.xml │ ├── medicationexample7.xml │ ├── medicationexample8.xml │ ├── medicationexample9.xml │ ├── valueset-medication-codes.xml │ ├── valueset-medication-form-codes.xml │ ├── valueset-medication-package-form-codes.xml │ └── valueset-medication-productform.xml ├── medicationadministration │ ├── immunization-example-refused.xml │ ├── medicationadministration-example.xml │ ├── medicationadministration-examples-header.xml │ ├── medicationadministration-extensions-spreadsheet.sheet.txt │ ├── medicationadministration-extensions-spreadsheet.xml │ ├── medicationadministration-introduction.xml │ ├── medicationadministration-notes.xml │ ├── medicationadministration-spreadsheet.sheet.txt │ ├── medicationadministration-spreadsheet.xml │ ├── medicationadministrationexample1.xml │ ├── medicationadministrationexample2.xml │ ├── medicationadministrationexample3.xml │ ├── valueset-approach-site-codes.xml │ ├── valueset-reason-medication-given-codes.xml │ └── valueset-reason-medication-not-given-codes.xml ├── medicationdispense │ ├── medicationdispense-example.xml │ ├── medicationdispense-examples-header.xml │ ├── medicationdispense-extensions-spreadsheet.sheet.txt │ ├── medicationdispense-extensions-spreadsheet.xml │ ├── medicationdispense-introduction.xml │ ├── medicationdispense-notes.xml │ ├── medicationdispense-spreadsheet.sheet.txt │ ├── medicationdispense-spreadsheet.xml │ ├── medicationdispenseexample1.xml │ ├── medicationdispenseexample2.xml │ ├── medicationdispenseexample3.xml │ ├── medicationdispenseexample4.xml │ ├── medicationdispenseexample6.xml │ ├── medicationdispenseexample8.xml │ └── valueset-medication-dispense-type-codes.xml ├── medicationorder │ ├── medicationorder-example-F002.xml │ ├── medicationorder-example-F003.xml │ ├── medicationorder-example-F004.xml │ ├── medicationorder-example-F005.xml │ ├── medicationorder-example-f001-combivent.xml │ ├── medicationorder-example-f002-crestor.xml │ ├── medicationorder-example-f003-tolbutamide.xml │ ├── medicationorder-example-f004-metoprolol.xml │ ├── medicationorder-example-f005-enalapril.xml │ ├── medicationorder-example-f201-salmeterol.xml │ ├── medicationorder-example-f202-flucloxacilline.xml │ ├── medicationorder-example-f203-paracetamol.xml │ ├── medicationorder-example-warfarin.xml │ ├── medicationorder-example.xml │ ├── medicationorder-examples-header.xml │ ├── medicationorder-extensions-spreadsheet.sheet.txt │ ├── medicationorder-extensions-spreadsheet.xml │ ├── medicationorder-html.xml │ ├── medicationorder-introduction.xml │ ├── medicationorder-notes.xml │ ├── medicationorder-spreadsheet.sheet.txt │ ├── medicationorder-spreadsheet.xml │ ├── medicationorderexample1.xml │ ├── medicationorderexample2.xml │ ├── medicationorderexample3.xml │ ├── medicationorderexample4.xml │ ├── medicationorderexample5.xml │ ├── medicationorderexample6.xml │ ├── medicationorderexample7.xml │ ├── medicationorderexample8.xml │ ├── medicationorderexample9.xml │ ├── valueset-administration-method-codes.xml │ ├── valueset-approach-site-codes.xml │ ├── valueset-intended-medication-substitution-reason-codes.xml │ ├── valueset-intended-medication-substitution-type-codes.xml │ └── valueset-route-codes.xml ├── medicationstatement │ ├── medicationstatement-example.xml │ ├── medicationstatement-examples-header.xml │ ├── medicationstatement-extensions-spreadsheet.sheet.txt │ ├── medicationstatement-extensions-spreadsheet.xml │ ├── medicationstatement-html.xml │ ├── medicationstatement-introduction.xml │ ├── medicationstatement-notes.xml │ ├── medicationstatement-spreadsheet.sheet.txt │ ├── medicationstatement-spreadsheet.xml │ ├── medicationstatementexample1.xml │ ├── medicationstatementexample2.xml │ ├── medicationstatementexample4.xml │ ├── medicationstatementexample5.xml │ ├── medicationstatementexample6.xml │ └── medicationstatementexample7.xml ├── messageheader │ ├── $process-message-request.txt │ ├── $process-message-response.txt │ ├── design inputs │ │ ├── 2010-06-29 Schleifer. Medical Information Bus.pdf │ │ └── example.txt │ ├── message-request-link.xml │ ├── message-response-link.xml │ ├── messageheader-example.xml │ ├── messageheader-examples-header.xml │ ├── messageheader-introduction.xml │ ├── messageheader-notes.xml │ ├── messageheader-spreadsheet.sheet.txt │ ├── messageheader-spreadsheet.xml │ └── valueset-message-reason-encounter.xml ├── messaging.html ├── namingsystem │ ├── namingsystem-example-id.xml │ ├── namingsystem-example-replaced.xml │ ├── namingsystem-example.xml │ ├── namingsystem-examples-header.xml │ ├── namingsystem-introduction.xml │ ├── namingsystem-notes.xml │ ├── namingsystem-registry.xml │ ├── namingsystem-spreadsheet.sheet.txt │ ├── namingsystem-spreadsheet.xml │ └── namingsystem-terminologies.xml ├── narrative-definitions.html ├── narrative-example.html ├── narrative.html ├── navigation.xml ├── ncimeta.html ├── ndc.html ├── ndfrt.html ├── newfooter.html ├── newheader.html ├── newnavbar.html ├── ns.html ├── nutritionorder │ ├── nutritionorder-example-cardiacdiet.xml │ ├── nutritionorder-example-diabeticdiet.xml │ ├── nutritionorder-example-diabeticsupplement.xml │ ├── nutritionorder-example-energysupplement.xml │ ├── nutritionorder-example-enteralbolus.xml │ ├── nutritionorder-example-enteralcontinuous.xml │ ├── nutritionorder-example-fiberrestricteddiet.xml │ ├── nutritionorder-example-infantenteral.xml │ ├── nutritionorder-example-proteinsupplement.xml │ ├── nutritionorder-example-pureeddiet-simple.xml │ ├── nutritionorder-example-pureeddiet.xml │ ├── nutritionorder-example-renaldiet.xml │ ├── nutritionorder-example-texture-modified.xml │ ├── nutritionorder-example.xml │ ├── nutritionorder-examples-header.xml │ ├── nutritionorder-introduction.xml │ ├── nutritionorder-notes.xml │ ├── nutritionorder-spreadsheet.sheet.txt │ ├── nutritionorder-spreadsheet.xml │ ├── valueset-consistency-type.xml │ ├── valueset-diet-type.xml │ ├── valueset-enteral-route.xml │ ├── valueset-entformula-additive.xml │ ├── valueset-entformula-type.xml │ ├── valueset-food-type.xml │ ├── valueset-modified-foodtype.xml │ ├── valueset-nutrient-code.xml │ ├── valueset-supplement-type.xml │ └── valueset-texture-code.xml ├── observation │ ├── obs-genetics-example1-somatic.xml │ ├── obs-genetics-example2-germline.xml │ ├── obs-genetics-example3-mutationlist-1.xml │ ├── obs-genetics-example3-mutationlist-2.xml │ ├── obs-genetics-example3-mutationlist-3.xml │ ├── obs-genetics-example3-mutationlist-4.xml │ ├── obs-genetics-example3-mutationlist.xml │ ├── observation-device-metric-profile-introduction.xml │ ├── observation-device-metric-profile-notes.xml │ ├── observation-device-metric-profile-spreadsheet.sheet.txt │ ├── observation-device-metric-profile-spreadsheet.xml │ ├── observation-ehgenetics-mockup-spreadsheet.sheet.txt │ ├── observation-ehgenetics-mockup-spreadsheet.xml │ ├── observation-example-bloodpressure-cancel.xml │ ├── observation-example-bloodpressure.xml │ ├── observation-example-f001-glucose.xml │ ├── observation-example-f002-excess.xml │ ├── observation-example-f003-co2.xml │ ├── observation-example-f004-erythrocyte.xml │ ├── observation-example-f005-hemoglobin.xml │ ├── observation-example-f202-temperature.xml │ ├── observation-example-f203-bicarbonate.xml │ ├── observation-example-f204-creatinine.xml │ ├── observation-example-f205-egfr.xml │ ├── observation-example-f206-staphylococcus.xml │ ├── observation-example-glasgow-qa.xml │ ├── observation-example-glasgow.xml │ ├── observation-example-sample-data.xml │ ├── observation-example-satO2.xml │ ├── observation-example-unsat.xml │ ├── observation-example.xml │ ├── observation-examples-header.xml │ ├── observation-extensions-spreadsheet.sheet.txt │ ├── observation-extensions-spreadsheet.xml │ ├── observation-genetics-introduction.xml │ ├── observation-genetics-profile-spreadsheet.sheet.txt │ ├── observation-genetics-profile-spreadsheet.xml │ ├── observation-introduction.xml │ ├── observation-notes.xml │ ├── observation-profile-picture.xml │ ├── observation-spreadsheet.sheet.txt │ ├── observation-spreadsheet.xml │ ├── valueset-focal-subject.xml │ ├── valueset-observation-category.xml │ ├── valueset-observation-codes.xml │ ├── valueset-observation-genomicpanel.xml │ ├── valueset-observation-interpretation.xml │ ├── valueset-observation-methods.xml │ ├── valueset-observation-relationshiptypes.xml │ ├── valueset-observation-valueabsentreason.xml │ ├── valueset-observation-values.xml │ └── valueset-referencerange-meaning.xml ├── ontology.html ├── op-example-request.html ├── operationdefinition │ ├── operationdefinition-example.xml │ ├── operationdefinition-examples-header.xml │ ├── operationdefinition-introduction.xml │ ├── operationdefinition-notes.xml │ ├── operationdefinition-spreadsheet.sheet.txt │ ├── operationdefinition-spreadsheet.xml │ ├── patient-mpi-search.xml │ └── valueset-operation-parameter-type.xml ├── operationoutcome │ ├── operationoutcome-example-allok.xml │ ├── operationoutcome-example-break-the-glass.xml │ ├── operationoutcome-example-exception.xml │ ├── operationoutcome-example-searchfail.xml │ ├── operationoutcome-example-validationfail.xml │ ├── operationoutcome-example.xml │ ├── operationoutcome-examples-header.xml │ ├── operationoutcome-extensions-spreadsheet.sheet.txt │ ├── operationoutcome-extensions-spreadsheet.xml │ ├── operationoutcome-introduction.xml │ ├── operationoutcome-notes.xml │ ├── operationoutcome-spreadsheet.sheet.txt │ └── operationoutcome-spreadsheet.xml ├── operations.html ├── order │ ├── order-example-f201-physiotherapy.xml │ ├── order-example.xml │ ├── order-examples-header.xml │ ├── order-introduction.xml │ ├── order-notes.xml │ ├── order-spreadsheet.sheet.txt │ └── order-spreadsheet.xml ├── orderresponse │ ├── orderresponse-example.xml │ ├── orderresponse-examples-header.xml │ ├── orderresponse-introduction.xml │ ├── orderresponse-notes.xml │ ├── orderresponse-spreadsheet.sheet.txt │ └── orderresponse-spreadsheet.xml ├── organization │ ├── organization-example-f001-burgers.xml │ ├── organization-example-f002-burgers-card.xml │ ├── organization-example-f003-burgers-ENT.xml │ ├── organization-example-f201-aumc.xml │ ├── organization-example-f203-bumc.xml │ ├── organization-example-gastro.xml │ ├── organization-example-good-health-care.xml │ ├── organization-example-insurer.xml │ ├── organization-example-lab.xml │ ├── organization-example.xml │ ├── organization-examples-header.xml │ ├── organization-extensions-spreadsheet.sheet.txt │ ├── organization-extensions-spreadsheet.xml │ ├── organization-introduction.xml │ ├── organization-notes.xml │ ├── organization-spreadsheet.sheet.txt │ ├── organization-spreadsheet.xml │ ├── valueset-contactentity-type.xml │ └── valueset-organization-type.xml ├── overview-clinical.html ├── overview-dev.html ├── overview.html ├── page.html ├── parameters │ ├── parameters-example.xml │ ├── parameters-examples-header.xml │ ├── parameters-introduction.xml │ ├── parameters-notes.xml │ ├── parameters-spreadsheet.sheet.txt │ └── parameters-spreadsheet.xml ├── patient │ ├── $everything-request.txt │ ├── $everything-response.txt │ ├── json-edge-cases.json │ ├── patient-example-a.xml │ ├── patient-example-animal.xml │ ├── patient-example-b.xml │ ├── patient-example-c.xml │ ├── patient-example-d.xml │ ├── patient-example-dicom.xml │ ├── patient-example-f001-pieter.xml │ ├── patient-example-f201-roel.xml │ ├── patient-example-ihe-pcd.xml │ ├── patient-example-proband.xml │ ├── patient-example-us-extensions.xml │ ├── patient-example-xcda.xml │ ├── patient-example-xds.xml │ ├── patient-example.xml │ ├── patient-examples-cypress-template.csv │ ├── patient-examples-cypress-template.xml │ ├── patient-examples-general.xml │ ├── patient-examples-header.xml │ ├── patient-extensions-spreadsheet.sheet.txt │ ├── patient-extensions-spreadsheet.xml │ ├── patient-glossy-example.xml │ ├── patient-introduction.xml │ ├── patient-notes.xml │ ├── patient-spreadsheet.sheet.txt │ ├── patient-spreadsheet.xml │ ├── valueset-animal-breeds.xml │ ├── valueset-animal-genderstatus.xml │ ├── valueset-animal-species.xml │ └── valueset-patient-contact-relationship.xml ├── paymentnotice │ ├── paymentnotice-example.xml │ ├── paymentnotice-examples-header.xml │ ├── paymentnotice-introduction.xml │ ├── paymentnotice-notes.xml │ ├── paymentnotice-spreadsheet.sheet.txt │ ├── paymentnotice-spreadsheet.xml │ └── valueset-payment-status.xml ├── paymentreconciliation │ ├── paymentreconciliation-example.xml │ ├── paymentreconciliation-examples-header.xml │ ├── paymentreconciliation-introduction.xml │ ├── paymentreconciliation-notes.xml │ ├── paymentreconciliation-spreadsheet.sheet.txt │ ├── paymentreconciliation-spreadsheet.xml │ └── valueset-payment-type.xml ├── person │ ├── design │ │ └── Tabel 36 Voorvoegsels.pdf │ ├── person-example-f002-ariadne.xml │ ├── person-example.xml │ ├── person-examples-header.xml │ ├── person-grahame.xml │ ├── person-introduction.xml │ ├── person-notes.xml │ ├── person-patient-portal.xml │ ├── person-provider-directory.xml │ ├── person-spreadsheet.sheet.txt │ └── person-spreadsheet.xml ├── practitioner │ ├── practitioner-example-f001-evdb.xml │ ├── practitioner-example-f002-pv.xml │ ├── practitioner-example-f003-mv.xml │ ├── practitioner-example-f004-rb.xml │ ├── practitioner-example-f005-al.xml │ ├── practitioner-example-f006-rvdb.xml │ ├── practitioner-example-f007-sh.xml │ ├── practitioner-example-f201-ab.xml │ ├── practitioner-example-f202-lm.xml │ ├── practitioner-example-f203-jvg.xml │ ├── practitioner-example-f204-ce.xml │ ├── practitioner-example-xcda-author.xml │ ├── practitioner-example-xcda1.xml │ ├── practitioner-example.xml │ ├── practitioner-examples-general.xml │ ├── practitioner-examples-header.xml │ ├── practitioner-extensions-spreadsheet.sheet.txt │ ├── practitioner-extensions-spreadsheet.xml │ ├── practitioner-introduction.xml │ ├── practitioner-notes.xml │ ├── practitioner-spreadsheet.sheet.txt │ ├── practitioner-spreadsheet.xml │ ├── valueset-anzsco-occupations.xml │ ├── valueset-practitioner-role.xml │ └── valueset-practitioner-specialty.xml ├── procedure │ ├── procedure-example-F001.xml │ ├── procedure-example-F002.xml │ ├── procedure-example-F003.xml │ ├── procedure-example-F004.xml │ ├── procedure-example-biopsy.xml │ ├── procedure-example-f001-heart.xml │ ├── procedure-example-f002-lung.xml │ ├── procedure-example-f003-abscess.xml │ ├── procedure-example-f004-tracheotomy.xml │ ├── procedure-example-f201-tpf.xml │ ├── procedure-example-implant.xml │ ├── procedure-example.xml │ ├── procedure-examples-header.xml │ ├── procedure-extensions-spreadsheet.sheet.txt │ ├── procedure-extensions-spreadsheet.xml │ ├── procedure-introduction.xml │ ├── procedure-notes.xml │ ├── procedure-spreadsheet.sheet.txt │ ├── procedure-spreadsheet.xml │ ├── valueset-device-action.xml │ ├── valueset-performer-role.xml │ ├── valueset-procedure-category.xml │ ├── valueset-procedure-code.xml │ ├── valueset-procedure-followup.xml │ ├── valueset-procedure-not-performed-reason.xml │ ├── valueset-procedure-outcome.xml │ ├── valueset-procedure-progress-status-codes.xml │ └── valueset-procedure-reason.xml ├── procedurerequest │ ├── procedurerequest-example.xml │ ├── procedurerequest-examples-header.xml │ ├── procedurerequest-extensions-spreadsheet.sheet.txt │ ├── procedurerequest-extensions-spreadsheet.xml │ ├── procedurerequest-introduction.xml │ ├── procedurerequest-notes.xml │ ├── procedurerequest-spreadsheet.sheet.txt │ └── procedurerequest-spreadsheet.xml ├── processrequest │ ├── processrequest-example-poll-eob.xml │ ├── processrequest-example-poll-exclusive.xml │ ├── processrequest-example-poll-inclusive.xml │ ├── processrequest-example-poll-payrec.xml │ ├── processrequest-example-poll-specific.xml │ ├── processrequest-example-reprocess.xml │ ├── processrequest-example-reverse.xml │ ├── processrequest-example-status.xml │ ├── processrequest-example.xml │ ├── processrequest-examples-header.xml │ ├── processrequest-introduction.xml │ ├── processrequest-notes.xml │ ├── processrequest-spreadsheet.sheet.txt │ ├── processrequest-spreadsheet.xlsx │ └── processrequest-spreadsheet.xml ├── processresponse │ ├── processresponse-example.xml │ ├── processresponse-examples-header.xml │ ├── processresponse-introduction.xml │ ├── processresponse-notes.xml │ ├── processresponse-spreadsheet.sheet.txt │ ├── processresponse-spreadsheet.xml │ └── valueset-process-outcome.xml ├── product │ └── notes.txt ├── profile.html ├── profilelist.html ├── profiling-examples.html ├── profiling.html ├── protocol │ ├── protocol-example.xml │ ├── protocol-introduction.xml │ ├── protocol-notes.xml │ └── protocol-spreadsheet.xml ├── provenance │ ├── notes.txt │ ├── provenance-example-sig.xml │ ├── provenance-example.xml │ ├── provenance-examples-header.xml │ ├── provenance-extensions-spreadsheet.sheet.txt │ ├── provenance-extensions-spreadsheet.xml │ ├── provenance-introduction.xml │ ├── provenance-notes.xml │ ├── provenance-spreadsheet.sheet.txt │ ├── provenance-spreadsheet.xml │ ├── valueset-provenance-agent-role.xml │ └── valueset-provenance-agent-type.xml ├── pushpull.html ├── qa.html ├── questionnaire │ ├── $populate-request.txt │ ├── $populate-response.txt │ ├── questionnaire-example-bluebook.xml │ ├── questionnaire-example-cms.xml │ ├── questionnaire-example-f201-lifelines.xml │ ├── questionnaire-example-gcs.xml │ ├── questionnaire-example.xml │ ├── questionnaire-examples-header.xml │ ├── questionnaire-extensions-introduction.xml │ ├── questionnaire-extensions-notes.xml │ ├── questionnaire-extensions-spreadsheet.sheet.txt │ ├── questionnaire-extensions-spreadsheet.xml │ ├── questionnaire-introduction.xml │ ├── questionnaire-notes.xml │ ├── questionnaire-spreadsheet.sheet.txt │ ├── questionnaire-spreadsheet.xml │ ├── valueset-questionnaire-answers.xml │ ├── valueset-questionnaire-category.xml │ ├── valueset-questionnaire-question-control.xml │ └── valueset-questionnaire-questions.xml ├── questionnaireresponse │ ├── questionnaireresponse-example-bluebook.xml │ ├── questionnaireresponse-example-f201-lifelines.xml │ ├── questionnaireresponse-example-gcs.xml │ ├── questionnaireresponse-example.xml │ ├── questionnaireresponse-examples-header.xml │ ├── questionnaireresponse-extensions-spreadsheet.sheet.txt │ ├── questionnaireresponse-extensions-spreadsheet.xml │ ├── questionnaireresponse-introduction.xml │ ├── questionnaireresponse-notes.xml │ ├── questionnaireresponse-spreadsheet.sheet.txt │ └── questionnaireresponse-spreadsheet.xml ├── rdf.html ├── redirect.html ├── references-definitions.html ├── references.html ├── referralrequest │ ├── referralrequest-example.xml │ ├── referralrequest-examples-header.xml │ ├── referralrequest-extensions-spreadsheet.sheet.txt │ ├── referralrequest-extensions-spreadsheet.xml │ ├── referralrequest-introduction.xml │ ├── referralrequest-notes.xml │ ├── referralrequest-spreadsheet.sheet.txt │ └── referralrequest-spreadsheet.xml ├── relatedperson │ ├── relatedperson-example-f001-sarah.xml │ ├── relatedperson-example-f002-ariadne.xml │ ├── relatedperson-example-peter.xml │ ├── relatedperson-example.xml │ ├── relatedperson-examples-header.xml │ ├── relatedperson-introduction.xml │ ├── relatedperson-notes.xml │ ├── relatedperson-spreadsheet.sheet.txt │ ├── relatedperson-spreadsheet.xml │ └── valueset-relatedperson-relationshiptype.xml ├── remittance │ ├── remittance-example.xml │ ├── remittance-introduction.xml │ ├── remittance-notes.xml │ ├── remittance-spreadsheet.xml │ └── valueset-service.xml ├── resource-definitions.html ├── resource │ ├── $meta-add-request.txt │ ├── $meta-add-response.txt │ ├── $meta-delete-request.txt │ ├── $meta-delete-response.txt │ ├── $meta-request.txt │ ├── $meta-response.txt │ ├── $validate-request.txt │ ├── $validate-response.txt │ ├── resource-introduction.xml │ ├── resource-notes.xml │ ├── resource-spreadsheet.sheet.txt │ └── resource-spreadsheet.xml ├── resourceguide.html ├── resourcelist-examples.html ├── resourcelist.html ├── resources-definitions.html ├── resources-examples.html ├── resources.html ├── resources.plantuml ├── resources.svg ├── riskassessment │ ├── riskassessment-example-cardiac.xml │ ├── riskassessment-example-population.xml │ ├── riskassessment-example-prognosis.xml │ ├── riskassessment-example.xml │ ├── riskassessment-examples-header.xml │ ├── riskassessment-introduction.xml │ ├── riskassessment-notes.xml │ ├── riskassessment-spreadsheet.sheet.txt │ ├── riskassessment-spreadsheet.xml │ └── valueset-risk-probability.xml ├── rxnorm.html ├── sc.html ├── schedule │ ├── schedule-example.xml │ ├── schedule-examples-header.xml │ ├── schedule-introduction.xml │ ├── schedule-notes.xml │ ├── schedule-spreadsheet.sheet.txt │ └── schedule-spreadsheet.xml ├── search.html ├── search_filter.html ├── searchparameter │ ├── searchparameter-example-extension.xml │ ├── searchparameter-example.xml │ ├── searchparameter-examples-header.xml │ ├── searchparameter-introduction.xml │ ├── searchparameter-notes.xml │ ├── searchparameter-spreadsheet.sheet.txt │ └── searchparameter-spreadsheet.xml ├── security-labels.html ├── security.html ├── services.html ├── sid │ ├── icd-10.html │ ├── icd-9.html │ └── us-ssn.html ├── signatures.html ├── slot │ ├── slot-example-busy.xml │ ├── slot-example-tentative.xml │ ├── slot-example-unavailable.xml │ ├── slot-example.xml │ ├── slot-examples-header.xml │ ├── slot-introduction.xml │ ├── slot-notes.xml │ ├── slot-spreadsheet.sheet.txt │ └── slot-spreadsheet.xml ├── snomed │ └── snomed.xml ├── snomedct.html ├── sparql-rules.xml ├── specimen │ ├── specimen-example-isolate.xml │ ├── specimen-example-urine.xml │ ├── specimen-example.xml │ ├── specimen-examples-header.xml │ ├── specimen-extensions-spreadsheet.sheet.txt │ ├── specimen-extensions-spreadsheet.xml │ ├── specimen-introduction.xml │ ├── specimen-notes.xml │ ├── specimen-spreadsheet.sheet.txt │ ├── specimen-spreadsheet.xml │ ├── valueset-hierarchical-relationship-type.xml │ ├── valueset-specimen-collection-method.xml │ ├── valueset-specimen-collection-priority.xml │ ├── valueset-specimen-container-type.xml │ ├── valueset-specimen-treatment-procedure.xml │ └── valueset-specimen-type.xml ├── spelling │ ├── center.dic │ ├── color.dic │ ├── english.dic │ ├── fhir.dic │ ├── labeled.dic │ └── yze.dic ├── status-codes.xml ├── structuredefinition │ ├── $questionnaire-request.txt │ ├── $questionnaire-response.txt │ ├── structuredefinition-example.xml │ ├── structuredefinition-examples-header.xml │ ├── structuredefinition-extensions-spreadsheet.sheet.txt │ ├── structuredefinition-extensions-spreadsheet.xml │ ├── structuredefinition-introduction.xml │ ├── structuredefinition-notes.xml │ ├── structuredefinition-spreadsheet.sheet.txt │ ├── structuredefinition-spreadsheet.xml │ └── valueset-profile-code.xml ├── subscription │ ├── josh proposal.txt │ ├── subscription-example-error.xml │ ├── subscription-example.xml │ ├── subscription-examples-header.xml │ ├── subscription-introduction.xml │ ├── subscription-notes.xml │ ├── subscription-spreadsheet.sheet.txt │ └── subscription-spreadsheet.xml ├── substance │ ├── substance-example-amoxicillin-clavulanate.xml │ ├── substance-example-f201-dust.xml │ ├── substance-example-f202-staphylococcus.xml │ ├── substance-example-f203-potassium.xml │ ├── substance-example-silver-nitrate-product.xml │ ├── substance-example.xml │ ├── substance-examples-header.xml │ ├── substance-introduction.xml │ ├── substance-notes.xml │ ├── substance-spreadsheet.sheet.txt │ ├── substance-spreadsheet.xml │ ├── valueset-substance-category.xml │ ├── valueset-substance-code.xml │ ├── valueset-substance-mode.xml │ └── valueset-substance-status.xml ├── summary.html ├── supplydelivery │ ├── FHIR Supply resource 2nd analysis.docx │ ├── SupplyProposals.pptx │ ├── Thumbs.db │ ├── supplydelivery-example.xml │ ├── supplydelivery-examples-header.xml │ ├── supplydelivery-introduction.xml │ ├── supplydelivery-notes.xml │ ├── supplydelivery-spreadsheet.sheet.txt │ ├── supplydelivery-spreadsheet.xml │ ├── valueset-supplydelivery-status.xml │ └── valueset-supplydelivery-type.xml ├── supplyrequest │ ├── FHIR Supply resource 2nd analysis.docx │ ├── SupplyProposals.pptx │ ├── supplyrequest-example.xml │ ├── supplyrequest-examples-header.xml │ ├── supplyrequest-introduction.xml │ ├── supplyrequest-notes.xml │ ├── supplyrequest-spreadsheet.sheet.txt │ ├── supplyrequest-spreadsheet.xml │ ├── valueset-supplyrequest-kind.xml │ ├── valueset-supplyrequest-status.xml │ └── valueset-supplyrequest-when.xml ├── supportingdocumentation │ ├── supportingdocumentation-example.xml │ ├── supportingdocumentation-examples-header.xml │ ├── supportingdocumentation-introduction.xml │ ├── supportingdocumentation-notes.xml │ └── supportingdocumentation-spreadsheet.xml ├── template-abstract-book.html ├── template-abstract-definitions.html ├── template-abstract-examples.html ├── template-abstract.html ├── template-book-defn.html ├── template-book-ex.html ├── template-book.html ├── template-comparison-set.html ├── template-comparison.html ├── template-compartment-book.html ├── template-compartment.html ├── template-conformance-pack.html ├── template-definitions.html ├── template-dictionary.html ├── template-example-json.html ├── template-example-xml.html ├── template-example.html ├── template-examples.html ├── template-explanations.html ├── template-extension-definitions.html ├── template-extension-mappings.html ├── template-extension.html ├── template-ig-operations.html ├── template-ig-toc.html ├── template-logical-definitions.html ├── template-logical-mappings.html ├── template-logical.html ├── template-mappings.html ├── template-operations.html ├── template-print.html ├── template-profile-constraint.html ├── template-profile-definitions.html ├── template-profile-example-json.html ├── template-profile-example-xml.html ├── template-profile-examples.html ├── template-profile-mappings.html ├── template-profile-questionnaire.html ├── template-profile.html ├── template-profiles.html ├── template-questionnaire.html ├── template-search-parameter.html ├── template-tx-book.html ├── template-tx.html ├── template-vs-book.html ├── template-vs-ig-book.html ├── template-vs-ig.html ├── template-vs.html ├── template.html ├── templates │ ├── FixSpreadsheets.xslt │ ├── TemplatePropagator.xlsm │ ├── template-example.xml │ ├── template-introduction.xml │ ├── template-notes.xml │ ├── template-profile-spreadsheet.xml │ └── template-spreadsheet.xml ├── terminologies-bindings.html ├── terminologies-conceptmaps.html ├── terminologies-systems.html ├── terminologies-valuesets.html ├── terminologies.html ├── terminologies │ ├── bindings.xml │ ├── boolean-yes-no.csv │ ├── data-absent-reason.csv │ ├── quantity-exceptions.csv │ ├── template-code-list.csv │ ├── valueset-adjudication-error.xml │ ├── valueset-administrative-gender.xml │ ├── valueset-daf-bodysite.xml │ ├── valueset-daf-country.xml │ ├── valueset-fips-county.xml │ ├── valueset-forms.xml │ ├── valueset-fundsreserve.xml │ ├── valueset-identifier-type.xml │ ├── valueset-marital-status.xml │ ├── valueset-payeetype.xml │ ├── valueset-relationship.xml │ ├── valueset-ruleset.xml │ ├── valueset-security-labels.xml │ ├── valueset-use-context.xml │ └── valueset-usps-state.xml ├── terminology-service.html ├── test-cases.xml ├── test │ ├── test-errortests.xml │ ├── test-example.xml │ ├── test-introduction.xml │ ├── test-notes.xml │ └── test-spreadsheet.xml ├── testscript │ ├── testscript-ats.xml │ ├── testscript-example-multiserver.xml │ ├── testscript-example.xml │ ├── testscript-examples-header.xml │ ├── testscript-history.xml │ ├── testscript-introduction.xml │ ├── testscript-notes.xml │ ├── testscript-readtest.xml │ ├── testscript-search.xml │ ├── testscript-spreadsheet.sheet.txt │ ├── testscript-spreadsheet.xml │ ├── testscript-update.xml │ └── valueset-testscript-operation-codes.xml ├── timelines.html ├── toc.html ├── todo.html ├── tools │ └── readme.txt ├── ucum.html ├── uml-example.plantuml ├── uml-example.svg ├── unii.html ├── updates.html ├── use.html ├── usecases.html ├── user │ ├── user-example-implicit.xml │ ├── user-example.xml │ ├── user-introduction.xml │ ├── user-notes.xml │ └── user-spreadsheet.xml ├── v2 │ ├── TableDecisions.xlsx │ ├── source.xml │ ├── source_de.xml │ ├── source_nl.xml │ ├── template-tbl-ver.html │ ├── template-tbl.html │ ├── template.html │ ├── v2.ini │ └── v2oids.txt ├── v3 │ ├── OID_Report.csv │ ├── readme.txt │ ├── rim.ttl │ ├── source.xml │ ├── source_nl.xml │ ├── template-cs.html │ ├── template-vs.html │ ├── template.html │ └── valuesets.ini ├── validation.html ├── valueset │ ├── $expand-request.txt │ ├── $expand-response.txt │ ├── $lookup-request.txt │ ├── $lookup-response.txt │ ├── $validate-code-request.txt │ ├── $validate-code-response.txt │ ├── valueset-cpt-all.xml │ ├── valueset-designation-use.xml │ ├── valueset-dicom-dcim.xml │ ├── valueset-example-expansion.xml │ ├── valueset-example-inline.xml │ ├── valueset-example-intensional.xml │ ├── valueset-example-yesnodontknow.xml │ ├── valueset-example.xml │ ├── valueset-examples-header.xml │ ├── valueset-extensions-spreadsheet.sheet.txt │ ├── valueset-extensions-spreadsheet.xml │ ├── valueset-introduction.xml │ ├── valueset-nhin-purposeofuse.xml │ ├── valueset-notes.xml │ ├── valueset-restful-interaction.xml │ ├── valueset-shareable-spreadsheet.sheet.txt │ ├── valueset-shareable-spreadsheet.xml │ ├── valueset-simple-grades.xml │ ├── valueset-spreadsheet.sheet.txt │ ├── valueset-spreadsheet.xml │ └── valueset-ucum-common.xml ├── visionprescription │ ├── valueset-vision-duration.xml │ ├── valueset-vision-product.xml │ ├── visionprescription-example-1.xml │ ├── visionprescription-example.xml │ ├── visionprescription-examples-header.xml │ ├── visionprescription-introduction.xml │ ├── visionprescription-notes.xml │ ├── visionprescription-spreadsheet.sheet.txt │ └── visionprescription-spreadsheet.xml ├── w5.html ├── w5.ini ├── xml.html ├── xml.xsd └── xmldsig-core-schema.xsd ├── suppressed-messages.txt ├── svn.ico ├── temp ├── chm │ └── .preserve_empty_dir ├── diagram │ └── .preserve_empty_dir └── hl7 │ ├── dload1 │ └── .preserve_empty_dir │ └── web │ └── .preserve_empty_dir ├── tests ├── fixtures │ ├── FuroreHistory15_noformat.xml │ ├── FuroreHistory15_pretty.xml │ ├── containedFeed_notpretty.xml │ ├── containedFeed_pretty.xml │ ├── containedResource_notpretty.xml │ ├── containedResource_pretty.xml │ ├── diagnosticreport-feed.xml │ ├── historyfeed1.xml │ └── historyfeed1_pretty.xml └── profiles │ ├── instance-name+comments-ext.xml │ ├── instance-name+comments-ext2.xml │ ├── instance-name+comments-ext3.xml │ ├── instance-name+comments-long.xml │ ├── instance-name+comments.xml │ ├── instance-name+issued.xml │ ├── instance-name-only.xml │ ├── instance-name-quantity.xml │ ├── instance-name-quantity2.xml │ ├── instance-name-value.xml │ ├── profile-base+comments-ext.xml │ ├── profile-base+comments-ext3.xml │ ├── profile-base+comments-fixed.xml │ ├── profile-base+comments-length.xml │ ├── profile-base+comments.xml │ ├── profile-base-no-comments.xml │ ├── profile-base.xml │ ├── profile-comments-xpath.xml │ ├── profile-issued.xml │ ├── profile-value-quantity-fixed.xml │ ├── profile-value-quantity.xml │ ├── profile-value-string-2.xml │ ├── profile-value-string.xml │ ├── profile-value.xml │ ├── registry.xml │ └── run-profile-tests.bat ├── tools ├── bin │ └── DirMerge.exe ├── chm │ ├── fhir.hhp │ └── words.stp ├── epub │ ├── container.xml │ └── mimetype ├── excel │ ├── Book1.xlsm │ └── layout macro.vba ├── html │ ├── OpenSans-CondBold-webfont.eot │ ├── OpenSans-CondBold-webfont.svg │ ├── OpenSans-CondBold-webfont.ttf │ ├── OpenSans-CondBold-webfont.woff │ ├── OpenSans-CondLight-webfont.eot │ ├── OpenSans-CondLight-webfont.svg │ ├── OpenSans-CondLight-webfont.ttf │ ├── OpenSans-CondLight-webfont.woff │ ├── assets │ │ ├── css │ │ │ ├── bootstrap-fhir.css │ │ │ ├── bootstrap-glyphicons.css │ │ │ ├── project.css │ │ │ ├── pygments-manni.css │ │ │ └── xml.css │ │ ├── fonts │ │ │ ├── glyphiconshalflings-regular.eot │ │ │ ├── glyphiconshalflings-regular.otf │ │ │ ├── glyphiconshalflings-regular.svg │ │ │ ├── glyphiconshalflings-regular.ttf │ │ │ └── glyphiconshalflings-regular.woff │ │ ├── ico │ │ │ ├── apple-touch-icon-114-precomposed.png │ │ │ ├── apple-touch-icon-144-precomposed.png │ │ │ ├── apple-touch-icon-57-precomposed.png │ │ │ ├── apple-touch-icon-72-precomposed.png │ │ │ ├── favicon.ico │ │ │ └── favicon.png │ │ ├── images │ │ │ ├── Search.png │ │ │ ├── fhir-logo-www.png │ │ │ ├── fhir-logo.png │ │ │ ├── hl7-logo.png │ │ │ ├── logo_ansinew.jpg │ │ │ ├── stripe.png │ │ │ └── target.png │ │ └── js │ │ │ ├── fhir.js │ │ │ ├── html5shiv.js │ │ │ ├── jquery.js │ │ │ ├── respond.min.js │ │ │ └── xml.js │ ├── directory.html │ ├── dist │ │ ├── css │ │ │ └── bootstrap.css │ │ └── js │ │ │ ├── bootstrap.js │ │ │ └── bootstrap.min.js │ ├── external.png │ ├── external │ │ └── jquery │ │ │ └── jquery.js │ ├── fhir-print.css │ ├── fhir.css │ ├── icon-administration.png │ ├── icon-clinical.png │ ├── icon-dictionary.png │ ├── icon-directory.gif │ ├── icon-documentation.png │ ├── icon-example.png │ ├── icon-implementation.png │ ├── icon-include.png │ ├── icon-infrastructure.png │ ├── icon-list.gif │ ├── icon-pack.zip │ ├── icon-page.png │ ├── icon-resource.png │ ├── icon-toc.png │ ├── images │ │ ├── ui-bg_diagonals-thick_18_b81900_40x40.png │ │ ├── ui-bg_diagonals-thick_20_666666_40x40.png │ │ ├── ui-bg_flat_10_000000_40x100.png │ │ ├── ui-bg_glass_100_f6f6f6_1x400.png │ │ ├── ui-bg_glass_100_fdf5ce_1x400.png │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ ├── ui-bg_gloss-wave_35_f6a828_500x100.png │ │ ├── ui-bg_highlight-soft_100_eeeeee_1x100.png │ │ ├── ui-bg_highlight-soft_75_ffe45c_1x100.png │ │ ├── ui-icons_222222_256x240.png │ │ ├── ui-icons_228ef1_256x240.png │ │ ├── ui-icons_ef8c08_256x240.png │ │ ├── ui-icons_ffd27a_256x240.png │ │ └── ui-icons_ffffff_256x240.png │ ├── jquery-1.11.1.js │ ├── jquery-1.11.1.min.js │ ├── jquery-ui.css │ ├── jquery-ui.js │ ├── jquery-ui.min.css │ ├── jquery-ui.min.js │ ├── jquery-ui.structure.css │ ├── jquery-ui.structure.min.css │ ├── jquery-ui.theme.css │ ├── jquery-ui.theme.min.css │ ├── less-glyphicons │ │ └── bootstrap-glyphicons.less │ ├── less-joyo │ │ ├── bootstrap-fhir.less │ │ ├── joyo-bootstrap-responsive.less │ │ ├── joyo-definition-list.less │ │ ├── joyo-isotope.less │ │ ├── joyo-listing.less │ │ ├── joyo-mixins.less │ │ ├── joyo-nav-icons.less │ │ ├── joyo-nav-levels.less │ │ ├── joyo-navs.less │ │ ├── joyo-page-margins.less │ │ ├── joyo-responsive-767px-max.less │ │ ├── joyo-ribbon.less │ │ ├── joyo-search.less │ │ ├── joyo-show-colors.less │ │ ├── joyo-show-grid.less │ │ ├── joyo-thumbnails.less │ │ ├── joyo-type-color.less │ │ ├── joyo-type.less │ │ ├── joyo-variables.less │ │ ├── joyo-widgets.less │ │ ├── joyo-wordpress.less │ │ ├── project.less │ │ └── responsive-767px-max-joyo.less │ ├── less │ │ ├── accordion.less │ │ ├── alerts.less │ │ ├── badges.less │ │ ├── bootstrap.less │ │ ├── breadcrumbs.less │ │ ├── button-groups.less │ │ ├── buttons.less │ │ ├── carousel.less │ │ ├── close.less │ │ ├── code.less │ │ ├── component-animations.less │ │ ├── dropdowns.less │ │ ├── forms.less │ │ ├── grid.less │ │ ├── input-groups.less │ │ ├── jumbotron.less │ │ ├── labels.less │ │ ├── list-group.less │ │ ├── media.less │ │ ├── mixins.less │ │ ├── modals.less │ │ ├── navbar.less │ │ ├── navs.less │ │ ├── normalize.less │ │ ├── pager.less │ │ ├── pagination.less │ │ ├── panels.less │ │ ├── popovers.less │ │ ├── print.less │ │ ├── progress-bars.less │ │ ├── responsive-utilities.less │ │ ├── scaffolding.less │ │ ├── tables.less │ │ ├── thumbnails.less │ │ ├── tooltip.less │ │ ├── type.less │ │ ├── utilities.less │ │ ├── variables.less │ │ └── wells.less │ ├── registry │ │ └── index.html │ ├── xmldisplay.css │ └── xmldisplay.js ├── java │ ├── copy-current-generated-code.bat │ ├── copy-current-generated-code.sh │ ├── imports │ │ ├── poi-3.10.1.jar │ │ └── rhino-1.7R4.jar │ ├── org.hl7.fhir.definitions.ecore │ │ ├── .classpath │ │ ├── .project │ │ ├── .settings │ │ │ ├── org.eclipse.core.resources.prefs │ │ │ └── org.eclipse.jdt.core.prefs │ │ ├── META-INF │ │ │ └── MANIFEST.MF │ │ ├── build.properties │ │ ├── build.xml │ │ ├── eCore │ │ │ ├── FHIR.ecore │ │ │ ├── FHIR.ecorediag │ │ │ ├── FHIR.png │ │ │ ├── FHIRAnnotations.ecorediag │ │ │ ├── FhirXMI.xsd │ │ │ ├── FhirXMI.xsd2ecore │ │ │ ├── XMI.xsd │ │ │ ├── ecore.xml │ │ │ └── fhir.genmodel │ │ ├── org.hl7.fhir.definitions.ecore.iml │ │ ├── plugin.properties │ │ ├── plugin.xml │ │ └── src │ │ │ └── org │ │ │ └── hl7 │ │ │ └── fhir │ │ │ └── definitions │ │ │ └── ecore │ │ │ └── fhir │ │ │ ├── Annotations.java │ │ │ ├── Binding.java │ │ │ ├── BindingDefn.java │ │ │ ├── BindingExtensibility.java │ │ │ ├── BindingRef.java │ │ │ ├── BindingStrength.java │ │ │ ├── BindingType.java │ │ │ ├── CompositeTypeDefn.java │ │ │ ├── ConstrainedTypeDefn.java │ │ │ ├── Constraint.java │ │ │ ├── DefinedCode.java │ │ │ ├── Definitions.java │ │ │ ├── ElementDefn.java │ │ │ ├── EventDefn.java │ │ │ ├── EventUsage.java │ │ │ ├── Example.java │ │ │ ├── ExampleType.java │ │ │ ├── FhirFactory.java │ │ │ ├── FhirPackage.java │ │ │ ├── Invariant.java │ │ │ ├── InvariantRef.java │ │ │ ├── Mapping.java │ │ │ ├── MetaDataItem.java │ │ │ ├── NameScope.java │ │ │ ├── PrimitiveDefn.java │ │ │ ├── ProfileDefn.java │ │ │ ├── ProfiledElementDefn.java │ │ │ ├── ResourceDefn.java │ │ │ ├── SearchParameter.java │ │ │ ├── SearchRepeatMode.java │ │ │ ├── SearchType.java │ │ │ ├── TypeDefn.java │ │ │ ├── TypeRef.java │ │ │ ├── XmlFormatHint.java │ │ │ ├── impl │ │ │ ├── AnnotationsImpl.java │ │ │ ├── BindingDefnImpl.java │ │ │ ├── CompositeTypeDefnImpl.java │ │ │ ├── ConstrainedTypeDefnImpl.java │ │ │ ├── DefinedCodeImpl.java │ │ │ ├── DefinitionsImpl.java │ │ │ ├── ElementDefnImpl.java │ │ │ ├── EventDefnImpl.java │ │ │ ├── EventUsageImpl.java │ │ │ ├── ExampleImpl.java │ │ │ ├── FhirFactoryImpl.java │ │ │ ├── FhirPackageImpl.java │ │ │ ├── InvariantImpl.java │ │ │ ├── InvariantRefImpl.java │ │ │ ├── MappingImpl.java │ │ │ ├── MetaDataItemImpl.java │ │ │ ├── NameScopeImpl.java │ │ │ ├── PrimitiveDefnImpl.java │ │ │ ├── ProfileDefnImpl.java │ │ │ ├── ProfiledElementDefnImpl.java │ │ │ ├── ResourceDefnImpl.java │ │ │ ├── SearchParameterImpl.java │ │ │ ├── TypeDefnImpl.java │ │ │ └── TypeRefImpl.java │ │ │ └── util │ │ │ ├── FhirAdapterFactory.java │ │ │ └── FhirSwitch.java │ ├── org.hl7.fhir.instance │ │ ├── .classpath │ │ ├── .project │ │ ├── .settings │ │ │ └── org.eclipse.jdt.core.prefs │ │ ├── build.xml │ │ └── src │ │ │ └── org │ │ │ └── hl7 │ │ │ └── fhir │ │ │ └── instance │ │ │ ├── formats │ │ │ ├── FormatUtilities.java │ │ │ ├── IParser.java │ │ │ ├── JsonCreator.java │ │ │ ├── JsonCreatorCanonical.java │ │ │ ├── JsonCreatorGson.java │ │ │ ├── JsonParser.java │ │ │ ├── JsonParserBase.java │ │ │ ├── ParserBase.java │ │ │ ├── ParserType.java │ │ │ ├── ResourceOrFeed.java │ │ │ ├── XmlParser.java │ │ │ └── XmlParserBase.java │ │ │ ├── model │ │ │ ├── Account.java │ │ │ ├── Address.java │ │ │ ├── Age.java │ │ │ ├── AllergyIntolerance.java │ │ │ ├── Annotation.java │ │ │ ├── Appointment.java │ │ │ ├── AppointmentResponse.java │ │ │ ├── Attachment.java │ │ │ ├── AuditEvent.java │ │ │ ├── BackboneElement.java │ │ │ ├── Base.java │ │ │ ├── Base64BinaryType.java │ │ │ ├── BaseBinary.java │ │ │ ├── BaseDateTimeType.java │ │ │ ├── BaseExtension.java │ │ │ ├── BaseNarrative.java │ │ │ ├── BaseReference.java │ │ │ ├── BaseResource.java │ │ │ ├── Basic.java │ │ │ ├── Binary.java │ │ │ ├── BodySite.java │ │ │ ├── BooleanType.java │ │ │ ├── Bundle.java │ │ │ ├── CarePlan.java │ │ │ ├── Claim.java │ │ │ ├── ClaimResponse.java │ │ │ ├── ClinicalImpression.java │ │ │ ├── CodeType.java │ │ │ ├── CodeableConcept.java │ │ │ ├── Coding.java │ │ │ ├── Communication.java │ │ │ ├── CommunicationRequest.java │ │ │ ├── Comparison.java │ │ │ ├── Composition.java │ │ │ ├── ConceptMap.java │ │ │ ├── Condition.java │ │ │ ├── Configuration.java │ │ │ ├── Conformance.java │ │ │ ├── Constants.java │ │ │ ├── ContactPoint.java │ │ │ ├── Contract.java │ │ │ ├── Count.java │ │ │ ├── Coverage.java │ │ │ ├── DataElement.java │ │ │ ├── DateTimeType.java │ │ │ ├── DateType.java │ │ │ ├── DecimalType.java │ │ │ ├── DetectedIssue.java │ │ │ ├── Device.java │ │ │ ├── DeviceComponent.java │ │ │ ├── DeviceMetric.java │ │ │ ├── DeviceUseRequest.java │ │ │ ├── DeviceUseStatement.java │ │ │ ├── DiagnosticOrder.java │ │ │ ├── DiagnosticReport.java │ │ │ ├── Distance.java │ │ │ ├── DocumentManifest.java │ │ │ ├── DocumentReference.java │ │ │ ├── DomainResource.java │ │ │ ├── Duration.java │ │ │ ├── Element.java │ │ │ ├── ElementDefinition.java │ │ │ ├── EligibilityRequest.java │ │ │ ├── EligibilityResponse.java │ │ │ ├── Encounter.java │ │ │ ├── EnrollmentRequest.java │ │ │ ├── EnrollmentResponse.java │ │ │ ├── EnumFactory.java │ │ │ ├── Enumeration.java │ │ │ ├── Enumerations.java │ │ │ ├── EpisodeOfCare.java │ │ │ ├── ExplanationOfBenefit.java │ │ │ ├── Extension.java │ │ │ ├── ExtensionHelper.java │ │ │ ├── Factory.java │ │ │ ├── FamilyMemberHistory.java │ │ │ ├── Flag.java │ │ │ ├── Goal.java │ │ │ ├── Group.java │ │ │ ├── HealthcareService.java │ │ │ ├── HumanName.java │ │ │ ├── IdType.java │ │ │ ├── Identifier.java │ │ │ ├── ImagingObjectSelection.java │ │ │ ├── ImagingStudy.java │ │ │ ├── Immunization.java │ │ │ ├── ImmunizationRecommendation.java │ │ │ ├── ImplementationGuide.java │ │ │ ├── InstantType.java │ │ │ ├── IntegerType.java │ │ │ ├── List_.java │ │ │ ├── Location.java │ │ │ ├── MarkdownType.java │ │ │ ├── Media.java │ │ │ ├── Medication.java │ │ │ ├── MedicationAdministration.java │ │ │ ├── MedicationDispense.java │ │ │ ├── MedicationOrder.java │ │ │ ├── MedicationStatement.java │ │ │ ├── MessageHeader.java │ │ │ ├── Meta.java │ │ │ ├── Money.java │ │ │ ├── NamingSystem.java │ │ │ ├── Narrative.java │ │ │ ├── NutritionOrder.java │ │ │ ├── Observation.java │ │ │ ├── OidType.java │ │ │ ├── OperationDefinition.java │ │ │ ├── OperationOutcome.java │ │ │ ├── Order.java │ │ │ ├── OrderResponse.java │ │ │ ├── Organization.java │ │ │ ├── Parameters.java │ │ │ ├── Patient.java │ │ │ ├── PaymentNotice.java │ │ │ ├── PaymentReconciliation.java │ │ │ ├── Period.java │ │ │ ├── Person.java │ │ │ ├── PositiveIntType.java │ │ │ ├── Practitioner.java │ │ │ ├── PrimitiveType.java │ │ │ ├── Procedure.java │ │ │ ├── ProcedureRequest.java │ │ │ ├── ProcessRequest.java │ │ │ ├── ProcessResponse.java │ │ │ ├── Property.java │ │ │ ├── Provenance.java │ │ │ ├── Quantity.java │ │ │ ├── Questionnaire.java │ │ │ ├── QuestionnaireResponse.java │ │ │ ├── Range.java │ │ │ ├── Ratio.java │ │ │ ├── Reference.java │ │ │ ├── ReferralRequest.java │ │ │ ├── RelatedPerson.java │ │ │ ├── Resource.java │ │ │ ├── ResourceFactory.java │ │ │ ├── ResourceType.java │ │ │ ├── RiskAssessment.java │ │ │ ├── SampledData.java │ │ │ ├── Schedule.java │ │ │ ├── SearchParameter.java │ │ │ ├── SidType.java │ │ │ ├── Signature.java │ │ │ ├── SimpleQuantity.java │ │ │ ├── Slot.java │ │ │ ├── Specimen.java │ │ │ ├── StringType.java │ │ │ ├── StructureDefinition.java │ │ │ ├── Subscription.java │ │ │ ├── Substance.java │ │ │ ├── SupplyDelivery.java │ │ │ ├── SupplyRequest.java │ │ │ ├── TemporalPrecisionEnum.java │ │ │ ├── TestScript.java │ │ │ ├── TimeType.java │ │ │ ├── Timing.java │ │ │ ├── Type.java │ │ │ ├── UnsignedIntType.java │ │ │ ├── UriType.java │ │ │ ├── UuidType.java │ │ │ ├── ValueSet.java │ │ │ ├── VisionPrescription.java │ │ │ ├── annotations │ │ │ │ ├── Block.java │ │ │ │ ├── Child.java │ │ │ │ ├── DatatypeDef.java │ │ │ │ ├── Description.java │ │ │ │ ├── Extension.java │ │ │ │ ├── ResourceDef.java │ │ │ │ └── SearchParamDefinition.java │ │ │ ├── api │ │ │ │ ├── IAnyResource.java │ │ │ │ ├── IBackboneElement.java │ │ │ │ ├── IBase.java │ │ │ │ ├── IBaseBackboneElement.java │ │ │ │ ├── IBaseBinary.java │ │ │ │ ├── IBaseBooleanDatatype.java │ │ │ │ ├── IBaseBundle.java │ │ │ │ ├── IBaseCoding.java │ │ │ │ ├── IBaseConformance.java │ │ │ │ ├── IBaseDatatype.java │ │ │ │ ├── IBaseDatatypeElement.java │ │ │ │ ├── IBaseDecimalDatatype.java │ │ │ │ ├── IBaseElement.java │ │ │ │ ├── IBaseEnumFactory.java │ │ │ │ ├── IBaseEnumeration.java │ │ │ │ ├── IBaseExtension.java │ │ │ │ ├── IBaseFhirEnum.java │ │ │ │ ├── IBaseHasExtensions.java │ │ │ │ ├── IBaseHasModifierExtensions.java │ │ │ │ ├── IBaseIntegerDatatype.java │ │ │ │ ├── IBaseMetaType.java │ │ │ │ ├── IBaseOperationOutcome.java │ │ │ │ ├── IBaseParameters.java │ │ │ │ ├── IBaseReference.java │ │ │ │ ├── IBaseResource.java │ │ │ │ ├── IBaseXhtml.java │ │ │ │ ├── ICompositeType.java │ │ │ │ ├── IDomainResource.java │ │ │ │ ├── IIdType.java │ │ │ │ ├── INarrative.java │ │ │ │ ├── IPrimitiveType.java │ │ │ │ └── IRefImplResource.java │ │ │ └── valuesets │ │ │ │ └── IssueType.java │ │ │ ├── terminologies │ │ │ ├── ICPC2Importer.java │ │ │ ├── LoincToDEConvertor.java │ │ │ ├── ValueSetChecker.java │ │ │ ├── ValueSetCheckerSimple.java │ │ │ ├── ValueSetExpander.java │ │ │ ├── ValueSetExpanderFactory.java │ │ │ ├── ValueSetExpanderSimple.java │ │ │ ├── ValueSetExpansionCache.java │ │ │ └── ValueSetUtilities.java │ │ │ ├── test │ │ │ ├── BaseDateTimeTypeTest.java │ │ │ ├── CLientTest.java │ │ │ ├── ClientUtilsTest.java │ │ │ ├── InstanceValidatorTests.java │ │ │ ├── MessageTest.java │ │ │ ├── NarrativeGeneratorTests.java │ │ │ ├── ProfileUtilitiesTests.java │ │ │ ├── ProfileValidatorTests.java │ │ │ ├── QuestionnaireBuilderTester.java │ │ │ ├── ResourceModifier.java │ │ │ ├── ResourceTest.java │ │ │ ├── SingleTest.java │ │ │ ├── ToolsHelper.java │ │ │ └── UtilitiesTests.java │ │ │ ├── utils │ │ │ ├── BatchLoader.java │ │ │ ├── DefinitionNavigator.java │ │ │ ├── DigitalSignatures.java │ │ │ ├── EOperationOutcome.java │ │ │ ├── IContextUtilities.java │ │ │ ├── INarrativeGenerator.java │ │ │ ├── IWorkerContext.java │ │ │ ├── NameResolver.java │ │ │ ├── NarrativeGenerator.java │ │ │ ├── ProfileComparer.java │ │ │ ├── ProfileUtilities.java │ │ │ ├── QuestionnaireBuilder.java │ │ │ ├── ResourceUtilities.java │ │ │ ├── SimpleWorkerContext.java │ │ │ ├── ToolingExtensions.java │ │ │ ├── Translations.java │ │ │ ├── Version.java │ │ │ └── client │ │ │ │ ├── ClientUtils.java │ │ │ │ ├── EFhirClientException.java │ │ │ │ ├── FHIRToolingClient.java │ │ │ │ ├── ResourceAddress.java │ │ │ │ ├── ResourceFormat.java │ │ │ │ └── ResourceRequest.java │ │ │ └── validation │ │ │ ├── BaseValidator.java │ │ │ ├── ExtensionLocatorService.java │ │ │ ├── IResourceValidator.java │ │ │ ├── InstanceValidator.java │ │ │ ├── ProfileValidator.java │ │ │ ├── ProfileValidatorTests.java │ │ │ ├── QuestionnaireResponseValidator.java │ │ │ ├── ValidationEngine.java │ │ │ ├── ValidationErrorHandler.java │ │ │ ├── ValidationMessage.java │ │ │ ├── Validator.java │ │ │ ├── XmlLocationAnnotator.java │ │ │ └── XmlLocationData.java │ ├── org.hl7.fhir.tools.core │ │ ├── .classpath │ │ ├── .jetproperties │ │ ├── .project │ │ ├── .settings │ │ │ └── org.eclipse.jdt.core.prefs │ │ ├── build.xml │ │ ├── org.hl7.fhir.tools.core.iml │ │ ├── pom.xml.template │ │ └── src │ │ │ └── org │ │ │ └── hl7 │ │ │ └── fhir │ │ │ ├── definitions │ │ │ ├── Config.java │ │ │ ├── generators │ │ │ │ ├── specification │ │ │ │ │ ├── BaseGenerator.java │ │ │ │ │ ├── DataTypeTableGenerator.java │ │ │ │ │ ├── DictHTMLGenerator.java │ │ │ │ │ ├── FhirTurtleGenerator.java │ │ │ │ │ ├── JsonSpecGenerator.java │ │ │ │ │ ├── MappingsGenerator.java │ │ │ │ │ ├── ProfileGenerator.java │ │ │ │ │ ├── ResourceTableGenerator.java │ │ │ │ │ ├── ReviewSpreadsheetGenerator.java │ │ │ │ │ ├── SchematronGenerator.java │ │ │ │ │ ├── SvgGenerator.java │ │ │ │ │ ├── TableGenerator.java │ │ │ │ │ ├── TerminologyNotesGenerator.java │ │ │ │ │ ├── ToolResourceUtilities.java │ │ │ │ │ ├── XPathQueryGenerator.java │ │ │ │ │ └── XmlSpecGenerator.java │ │ │ │ └── xsd │ │ │ │ │ ├── SchemaGenerator.java │ │ │ │ │ ├── XSDBaseGenerator.java │ │ │ │ │ └── XSDGenerator.java │ │ │ ├── model │ │ │ │ ├── BindingSpecification.java │ │ │ │ ├── Compartment.java │ │ │ │ ├── ConceptDomain.java │ │ │ │ ├── ConstraintStructure.java │ │ │ │ ├── DefinedCode.java │ │ │ │ ├── DefinedStringPattern.java │ │ │ │ ├── Definitions.java │ │ │ │ ├── Dictionary.java │ │ │ │ ├── ElementDefn.java │ │ │ │ ├── EventDefn.java │ │ │ │ ├── EventUsage.java │ │ │ │ ├── Example.java │ │ │ │ ├── ImplementationGuideDefn.java │ │ │ │ ├── Invariant.java │ │ │ │ ├── LogicalModel.java │ │ │ │ ├── MappingSpace.java │ │ │ │ ├── Operation.java │ │ │ │ ├── OperationParameter.java │ │ │ │ ├── PrimitiveType.java │ │ │ │ ├── Profile.java │ │ │ │ ├── ProfiledType.java │ │ │ │ ├── RegisteredProfile.java │ │ │ │ ├── ResourceDefn.java │ │ │ │ ├── RootType.java │ │ │ │ ├── SearchParameterDefn.java │ │ │ │ ├── TypeDefn.java │ │ │ │ ├── TypeRef.java │ │ │ │ ├── W5Entry.java │ │ │ │ └── WorkGroup.java │ │ │ ├── parsers │ │ │ │ ├── BindingNameRegistry.java │ │ │ │ ├── BindingsParser.java │ │ │ │ ├── CodeListParser.java │ │ │ │ ├── CodeListToValueSetParser.java │ │ │ │ ├── IgParser.java │ │ │ │ ├── SourceParser.java │ │ │ │ ├── SpreadsheetParser.java │ │ │ │ ├── TabDelimitedSpreadSheet.java │ │ │ │ ├── TypeParser.java │ │ │ │ ├── ValueSetGenerator.java │ │ │ │ └── converters │ │ │ │ │ ├── BindingConverter.java │ │ │ │ │ ├── CompositeTypeConverter.java │ │ │ │ │ ├── ConstrainedTypeConverter.java │ │ │ │ │ ├── DICOMConverter.java │ │ │ │ │ ├── EventConverter.java │ │ │ │ │ ├── ExampleConverter.java │ │ │ │ │ ├── PrimitiveConverter.java │ │ │ │ │ ├── SearchParameterConverter.java │ │ │ │ │ └── TypeRefConverter.java │ │ │ └── validation │ │ │ │ ├── ConceptMapValidator.java │ │ │ │ ├── ResourceOrderUpdater.java │ │ │ │ ├── ResourceValidator.java │ │ │ │ ├── SpellChecker.java │ │ │ │ └── ValueSetValidator.java │ │ │ └── tools │ │ │ ├── implementations │ │ │ ├── BaseGenerator.java │ │ │ ├── GenBlock.java │ │ │ ├── GeneratorUtils.java │ │ │ ├── XMLToolsGenerator.java │ │ │ ├── csharp │ │ │ │ ├── CSharpGenerator.java │ │ │ │ ├── CSharpModelGenerator.java │ │ │ │ ├── CSharpModelInformationGenerator.java │ │ │ │ └── CSharpProjectGenerator.java │ │ │ ├── delphi │ │ │ │ ├── DelphiCodeGenerator.java │ │ │ │ └── DelphiGenerator.java │ │ │ ├── ember │ │ │ │ ├── EmberGenerator.java │ │ │ │ └── EmberModel.java │ │ │ ├── go │ │ │ │ ├── FHIRType.java │ │ │ │ ├── GoGenerator.java │ │ │ │ ├── GoType.java │ │ │ │ └── MgoModel.java │ │ │ ├── java │ │ │ │ ├── JavaBaseGenerator.java │ │ │ │ ├── JavaComposerJsonGenerator.java │ │ │ │ ├── JavaEnumerationsGenerator.java │ │ │ │ ├── JavaFactoryGenerator.java │ │ │ │ ├── JavaGenerator.java │ │ │ │ ├── JavaParserFactoryGenerator.java │ │ │ │ ├── JavaParserJsonGenerator.java │ │ │ │ ├── JavaParserXmlGenerator.java │ │ │ │ ├── JavaResourceGenerator.java │ │ │ │ ├── JavaValueSetFactoryGenerator.java │ │ │ │ └── JavaValueSetGenerator.java │ │ │ └── javascript │ │ │ │ ├── JavaScriptGenerator.java │ │ │ │ └── MongooseModel.java │ │ │ └── publisher │ │ │ ├── BookMaker.java │ │ │ ├── BreadCrumbManager.java │ │ │ ├── BuildWorkerContext.java │ │ │ ├── DotNetFramework.java │ │ │ ├── EPubManager.java │ │ │ ├── ExampleAdorner.java │ │ │ ├── FolderManager.java │ │ │ ├── IgPublisher.java │ │ │ ├── Navigation.java │ │ │ ├── PageProcessor.java │ │ │ ├── PlatformGenerator.java │ │ │ ├── Publisher.java │ │ │ ├── QaTracker.java │ │ │ ├── SectionNumberer.java │ │ │ ├── SectionTracker.java │ │ │ ├── SpecificationTerminologyServices.java │ │ │ ├── TocEntry.java │ │ │ ├── ValueSetImporterV2.java │ │ │ ├── WebMaker.java │ │ │ └── WinRegistry.java │ ├── org.hl7.fhir.tools.tests │ │ ├── .classpath │ │ ├── .project │ │ ├── .settings │ │ │ └── org.eclipse.jdt.core.prefs │ │ ├── org.hl7.fhir.tools.tests.iml │ │ └── src │ │ │ └── org │ │ │ └── hl7 │ │ │ └── fhir │ │ │ └── tools │ │ │ └── tests │ │ │ └── Utilities.java │ └── readme.txt ├── schematron │ ├── Schematron-check │ │ ├── build.xml │ │ ├── check-schematron.bat │ │ └── emptybundle.xml │ ├── iso_schematron_skeleton_for_saxon.xsl │ ├── iso_schematron_skeleton_for_xslt1.xsl │ ├── iso_svrl_for_xslt1.xsl │ ├── iso_svrl_for_xslt2.xsl │ ├── iso_svrl_for_xslt3.xsl │ ├── saxon.zip │ └── svrl_to_html.xslt └── xslt │ └── ProfileToQAView.xslt └── vscache ├── -1022771488.json ├── -1025503196.json ├── -1033900910.json ├── -1047230543.json ├── -1068946854.json ├── -1083709010.json ├── -1095984051.json ├── -1104693613.json ├── -1107539791.json ├── -1118104996.json ├── -1187061328.json ├── -1187297755.json ├── -1187770099.json ├── -1213756453.json ├── -1215329176.json ├── -1233777161.json ├── -1255292422.json ├── -1274226556.json ├── -1312784702.json ├── -1319376800.json ├── -1332823823.json ├── -1359324528.json ├── -1428842687.json ├── -1437506717.json ├── -1448990739.json ├── -1478722658.json ├── -1479805058.json ├── -1490450048.json ├── -1493540252.json ├── -1504642687.json ├── -1510668685.json ├── -1511433815.json ├── -1532946390.json ├── -1533330590.json ├── -1535685259.json ├── -153582010.json ├── -1575738171.json ├── -1582904427.json ├── -1592096247.json ├── -1620330656.json ├── -1625720620.json ├── -1632107976.json ├── -163866878.json ├── -1645337806.json ├── -1650111822.json ├── -1656241872.json ├── -1672322021.json ├── -1687014912.json ├── -1691635704.json ├── -1704179629.json ├── -1722477392.json ├── -1726178588.json ├── -1734089336.json ├── -1736740255.json ├── -1746610646.json ├── -174963561.json ├── -176039701.json ├── -1773599072.json ├── -1780292940.json ├── -1785748341.json ├── -1795209702.json ├── -1847017425.json ├── -1847251995.json ├── -1864807486.json ├── -1874297817.json ├── -1891859435.json ├── -1904456916.json ├── -1926473630.json ├── -1929393167.json ├── -1932941894.json ├── -1933027507.json ├── -1959920507.json ├── -1963318084.json ├── -1964689762.json ├── -2019548003.json ├── -2025492246.json ├── -2042001683.json ├── -2044395394.json ├── -2067172273.json ├── -2093878867.json ├── -2102579927.json ├── -2103856423.json ├── -2115383120.json ├── -2124368870.json ├── -2132703328.json ├── -2139302358.json ├── -225950857.json ├── -268684765.json ├── -271505589.json ├── -286607120.json ├── -289199456.json ├── -291069499.json ├── -292503313.json ├── -298185260.json ├── -303656951.json ├── -313760246.json ├── -321867486.json ├── -32711368.json ├── -329461103.json ├── -347714373.json ├── -356866509.json ├── -36249445.json ├── -367508263.json ├── -375297652.json ├── -381530888.json ├── -393097239.json ├── -393301109.json ├── -398512710.json ├── -406429891.json ├── -41336757.json ├── -463180553.json ├── -475335024.json ├── -492568875.json ├── -53131502.json ├── -546903586.json ├── -556040610.json ├── -568223052.json ├── -574461098.json ├── -608960558.json ├── -610279291.json ├── -618690272.json ├── -63421594.json ├── -680899971.json ├── -687287265.json ├── -696254161.json ├── -696425620.json ├── -702325394.json ├── -734665427.json ├── -765411870.json ├── -775044492.json ├── -775390116.json ├── -777431017.json ├── -785475355.json ├── -792386210.json ├── -821822721.json ├── -826111001.json ├── -830695353.json ├── -83818476.json ├── -846816483.json ├── -860683228.json ├── -877813769.json ├── -887272623.json ├── -891544592.json ├── -90062889.json ├── -90326532.json ├── -924553370.json ├── -964677231.json ├── -966791307.json ├── -971708056.json ├── -976111788.json ├── -978557903.json ├── -98038727.json ├── -984909967.json ├── -98785948.json ├── -988103202.json ├── -997578389.json ├── 1005660009.json ├── 1013545400.json ├── 1016068846.json ├── 1018049789.json ├── 1029743939.json ├── 1053083284.json ├── 1058582145.json ├── 108065462.json ├── 1104420884.json ├── 1141710130.json ├── 1233207174.json ├── 1266777630.json ├── 1280707343.json ├── 1286434456.json ├── 1286779978.json ├── 130149806.json ├── 1310258731.json ├── 134407945.json ├── 1349211661.json ├── 1386057247.json ├── 1387361936.json ├── 1399112321.json ├── 1420381211.json ├── 1423625461.json ├── 1462886771.json ├── 1465737015.json ├── 1497148835.json ├── 1512983450.json ├── 1537151797.json ├── 1537934435.json ├── 1560370861.json ├── 1574909944.json ├── 1576752620.json ├── 1605198997.json ├── 1617728244.json ├── 1649708281.json ├── 1666617657.json ├── 1703914099.json ├── 1711105351.json ├── 1712276551.json ├── 1715165842.json ├── 1721675209.json ├── 1722154918.json ├── 1727996135.json ├── 1804262573.json ├── 1805710679.json ├── 1817489370.json ├── 1826206933.json ├── 1826511350.json ├── 1828428089.json ├── 1839755738.json ├── 1839762963.json ├── 1870013998.json ├── 1881063275.json ├── 1910469000.json ├── 1927601916.json ├── 1942299762.json ├── 1955064612.json ├── 1972032790.json ├── 1991677525.json ├── 2010377507.json ├── 2012035289.json ├── 2013450083.json ├── 2027316345.json ├── 2054705784.json ├── 2059471713.json ├── 2082261801.json ├── 2095845472.json ├── 2099217225.json ├── 2101112617.json ├── 2106987351.json ├── 2139381102.json ├── 2140788069.json ├── 2140894190.json ├── 21971333.json ├── 248562719.json ├── 295988843.json ├── 346270523.json ├── 364203139.json ├── 366591710.json ├── 366761887.json ├── 367699687.json ├── 380565995.json ├── 381992635.json ├── 3899280.json ├── 39649537.json ├── 400663032.json ├── 430307121.json ├── 43099582.json ├── 437592963.json ├── 450695530.json ├── 4638750.json ├── 463930971.json ├── 47826373.json ├── 480222686.json ├── 495224874.json ├── 524431454.json ├── 526261362.json ├── 532267862.json ├── 547465229.json ├── 576304507.json ├── 584321098.json ├── 585234315.json ├── 604020259.json ├── 606391026.json ├── 627767238.json ├── 629840417.json ├── 638166646.json ├── 641300220.json ├── 64326979.json ├── 647561083.json ├── 664167448.json ├── 665800743.json ├── 678617512.json ├── 695209689.json ├── 7201199.json ├── 74159064.json ├── 760455647.json ├── 764085437.json ├── 766629508.json ├── 777312605.json ├── 783421268.json ├── 785757895.json ├── 785793831.json ├── 787486643.json ├── 797819657.json ├── 802917455.json ├── 810047905.json ├── 826688980.json ├── 87992560.json ├── 886743175.json ├── 914097565.json ├── 926673408.json ├── 94370124.json ├── 948531678.json ├── 953064555.json ├── 953154.json ├── 959724821.json ├── 96249142.json ├── 963799920.json ├── 963961846.json ├── 965745142.json ├── 966778031.json ├── 984737098.json └── readme.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/.gitignore -------------------------------------------------------------------------------- /.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/.project -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/.travis.yml -------------------------------------------------------------------------------- /Desktop.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/Desktop.ini -------------------------------------------------------------------------------- /GenerateQADocs.docm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/GenerateQADocs.docm -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/README.md -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/README.txt -------------------------------------------------------------------------------- /bindings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/bindings.ini -------------------------------------------------------------------------------- /clean.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/clean.bat -------------------------------------------------------------------------------- /conf/authz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/conf/authz -------------------------------------------------------------------------------- /conf/hooks-env.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/conf/hooks-env.tmpl -------------------------------------------------------------------------------- /conf/passwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/conf/passwd -------------------------------------------------------------------------------- /conf/svnserve.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/conf/svnserve.conf -------------------------------------------------------------------------------- /db/current: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /db/format: -------------------------------------------------------------------------------- 1 | 6 2 | layout sharded 1000 3 | -------------------------------------------------------------------------------- /db/fs-type: -------------------------------------------------------------------------------- 1 | fsfs 2 | -------------------------------------------------------------------------------- /db/fsfs.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/db/fsfs.conf -------------------------------------------------------------------------------- /db/min-unpacked-rev: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /db/revprops/0/0: -------------------------------------------------------------------------------- 1 | K 8 2 | svn:date 3 | V 27 4 | 2015-03-18T14:15:22.565685Z 5 | END 6 | -------------------------------------------------------------------------------- /db/revs/0/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/db/revs/0/0 -------------------------------------------------------------------------------- /db/txn-current: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /db/txn-current-lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /db/uuid: -------------------------------------------------------------------------------- 1 | ec1ea322-5efd-ac43-a491-32ae9e5b80fe 2 | -------------------------------------------------------------------------------- /db/write-lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fhir-golang-generator.ipr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/fhir-golang-generator.ipr -------------------------------------------------------------------------------- /format: -------------------------------------------------------------------------------- 1 | 5 2 | -------------------------------------------------------------------------------- /gg-dstu2-todo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/gg-dstu2-todo.txt -------------------------------------------------------------------------------- /guides/argonaut/argonaut.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/guides/argonaut/argonaut.xml -------------------------------------------------------------------------------- /guides/cqif/cqif-common.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/guides/cqif/cqif-common.html -------------------------------------------------------------------------------- /guides/cqif/cqif.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/guides/cqif/cqif.html -------------------------------------------------------------------------------- /guides/cqif/cqif.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/guides/cqif/cqif.xml -------------------------------------------------------------------------------- /guides/cqif/registry.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/guides/cqif/registry.html -------------------------------------------------------------------------------- /guides/daf/daf-ig.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/guides/daf/daf-ig.html -------------------------------------------------------------------------------- /guides/daf/daf-intro.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/guides/daf/daf-intro.html -------------------------------------------------------------------------------- /guides/daf/daf-security.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/guides/daf/daf-security.html -------------------------------------------------------------------------------- /guides/daf/daf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/guides/daf/daf.html -------------------------------------------------------------------------------- /guides/daf/daf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/guides/daf/daf.xml -------------------------------------------------------------------------------- /guides/daf/registry.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/guides/daf/registry.html -------------------------------------------------------------------------------- /guides/ehrsrle/ehrsrle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/guides/ehrsrle/ehrsrle.html -------------------------------------------------------------------------------- /guides/ehrsrle/ehrsrle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/guides/ehrsrle/ehrsrle.xml -------------------------------------------------------------------------------- /guides/ehrsrle/registry.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/guides/ehrsrle/registry.html -------------------------------------------------------------------------------- /guides/hspc/hspc-toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/guides/hspc/hspc-toc.html -------------------------------------------------------------------------------- /guides/hspc/hspc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/guides/hspc/hspc.html -------------------------------------------------------------------------------- /guides/hspc/hspc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/guides/hspc/hspc.xml -------------------------------------------------------------------------------- /guides/hspc/registry.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/guides/hspc/registry.html -------------------------------------------------------------------------------- /guides/nehta/nehta.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/guides/nehta/nehta.html -------------------------------------------------------------------------------- /guides/nehta/nehta.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/guides/nehta/nehta.xml -------------------------------------------------------------------------------- /guides/nehta/registry.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/guides/nehta/registry.html -------------------------------------------------------------------------------- /guides/qicore/qicore.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/guides/qicore/qicore.html -------------------------------------------------------------------------------- /guides/qicore/qicore.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/guides/qicore/qicore.xml -------------------------------------------------------------------------------- /guides/qicore/registry.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/guides/qicore/registry.html -------------------------------------------------------------------------------- /guides/sdc/registry.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/guides/sdc/registry.html -------------------------------------------------------------------------------- /guides/sdc/sdc-intro.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/guides/sdc/sdc-intro.html -------------------------------------------------------------------------------- /guides/sdc/sdc-security.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/guides/sdc/sdc-security.html -------------------------------------------------------------------------------- /guides/sdc/sdc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/guides/sdc/sdc.html -------------------------------------------------------------------------------- /guides/sdc/sdc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/guides/sdc/sdc.xml -------------------------------------------------------------------------------- /guides/sdcde/registry.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/guides/sdcde/registry.html -------------------------------------------------------------------------------- /guides/sdcde/sdcde.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/guides/sdcde/sdcde.html -------------------------------------------------------------------------------- /guides/sdcde/sdcde.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/guides/sdcde/sdcde.xml -------------------------------------------------------------------------------- /guides/uslab/uslab.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/guides/uslab/uslab.html -------------------------------------------------------------------------------- /guides/uslab/uslab.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/guides/uslab/uslab.xml -------------------------------------------------------------------------------- /hooks/post-commit.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/hooks/post-commit.tmpl -------------------------------------------------------------------------------- /hooks/post-lock.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/hooks/post-lock.tmpl -------------------------------------------------------------------------------- /hooks/post-unlock.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/hooks/post-unlock.tmpl -------------------------------------------------------------------------------- /hooks/pre-commit.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/hooks/pre-commit.tmpl -------------------------------------------------------------------------------- /hooks/pre-lock.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/hooks/pre-lock.tmpl -------------------------------------------------------------------------------- /hooks/pre-unlock.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/hooks/pre-unlock.tmpl -------------------------------------------------------------------------------- /hooks/start-commit.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/hooks/start-commit.tmpl -------------------------------------------------------------------------------- /images/agent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/agent.png -------------------------------------------------------------------------------- /images/animal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/animal.png -------------------------------------------------------------------------------- /images/base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/base.png -------------------------------------------------------------------------------- /images/cc0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/cc0.png -------------------------------------------------------------------------------- /images/change.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/change.png -------------------------------------------------------------------------------- /images/conformance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/conformance.png -------------------------------------------------------------------------------- /images/constraint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/constraint.png -------------------------------------------------------------------------------- /images/datatypes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/datatypes.png -------------------------------------------------------------------------------- /images/definitions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/definitions.png -------------------------------------------------------------------------------- /images/device.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/device.png -------------------------------------------------------------------------------- /images/documentheader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/documentheader.png -------------------------------------------------------------------------------- /images/dt-map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/dt-map.png -------------------------------------------------------------------------------- /images/dt-primitives.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/dt-primitives.png -------------------------------------------------------------------------------- /images/dt-structures.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/dt-structures.png -------------------------------------------------------------------------------- /images/dt-types.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/dt-types.png -------------------------------------------------------------------------------- /images/header-tabs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/header-tabs.png -------------------------------------------------------------------------------- /images/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/help.png -------------------------------------------------------------------------------- /images/help16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/help16.png -------------------------------------------------------------------------------- /images/hl7logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/hl7logo.png -------------------------------------------------------------------------------- /images/icon-fhir-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/icon-fhir-16.png -------------------------------------------------------------------------------- /images/icon_bundle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/icon_bundle.png -------------------------------------------------------------------------------- /images/icon_choice.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/icon_choice.gif -------------------------------------------------------------------------------- /images/icon_datatype.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/icon_datatype.gif -------------------------------------------------------------------------------- /images/icon_element.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/icon_element.gif -------------------------------------------------------------------------------- /images/icon_extension.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/icon_extension.png -------------------------------------------------------------------------------- /images/icon_page.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/icon_page.gif -------------------------------------------------------------------------------- /images/icon_primitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/icon_primitive.png -------------------------------------------------------------------------------- /images/icon_profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/icon_profile.png -------------------------------------------------------------------------------- /images/icon_reference.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/icon_reference.png -------------------------------------------------------------------------------- /images/icon_resource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/icon_resource.png -------------------------------------------------------------------------------- /images/icon_reuse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/icon_reuse.png -------------------------------------------------------------------------------- /images/icon_slice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/icon_slice.png -------------------------------------------------------------------------------- /images/icon_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/icon_text.png -------------------------------------------------------------------------------- /images/labreport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/labreport.png -------------------------------------------------------------------------------- /images/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/lock.png -------------------------------------------------------------------------------- /images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/logo.png -------------------------------------------------------------------------------- /images/messageheader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/messageheader.png -------------------------------------------------------------------------------- /images/mixin-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/mixin-base.png -------------------------------------------------------------------------------- /images/mixin-pure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/mixin-pure.png -------------------------------------------------------------------------------- /images/mixin-wrapper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/mixin-wrapper.png -------------------------------------------------------------------------------- /images/modifier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/modifier.png -------------------------------------------------------------------------------- /images/mustsupport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/mustsupport.png -------------------------------------------------------------------------------- /images/organization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/organization.png -------------------------------------------------------------------------------- /images/patient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/patient.png -------------------------------------------------------------------------------- /images/person.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/person.png -------------------------------------------------------------------------------- /images/prescription.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/prescription.png -------------------------------------------------------------------------------- /images/problem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/problem.png -------------------------------------------------------------------------------- /images/profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/profile.png -------------------------------------------------------------------------------- /images/res-map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/res-map.png -------------------------------------------------------------------------------- /images/rss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/rss.png -------------------------------------------------------------------------------- /images/shot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/shot.png -------------------------------------------------------------------------------- /images/slicing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/slicing.png -------------------------------------------------------------------------------- /images/source/Slicing.vdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/source/Slicing.vdx -------------------------------------------------------------------------------- /images/source/Slicing.vsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/source/Slicing.vsd -------------------------------------------------------------------------------- /images/source/slicing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/source/slicing.png -------------------------------------------------------------------------------- /images/source/slicing.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/source/slicing.xcf -------------------------------------------------------------------------------- /images/stock/128/Add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/128/Add.png -------------------------------------------------------------------------------- /images/stock/128/Back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/128/Back.png -------------------------------------------------------------------------------- /images/stock/128/Copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/128/Copy.png -------------------------------------------------------------------------------- /images/stock/128/Cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/128/Cut.png -------------------------------------------------------------------------------- /images/stock/128/Data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/128/Data.png -------------------------------------------------------------------------------- /images/stock/128/Edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/128/Edit.png -------------------------------------------------------------------------------- /images/stock/128/Euro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/128/Euro.png -------------------------------------------------------------------------------- /images/stock/128/Eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/128/Eye.png -------------------------------------------------------------------------------- /images/stock/128/Film.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/128/Film.png -------------------------------------------------------------------------------- /images/stock/128/Find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/128/Find.png -------------------------------------------------------------------------------- /images/stock/128/Fire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/128/Fire.png -------------------------------------------------------------------------------- /images/stock/128/Help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/128/Help.png -------------------------------------------------------------------------------- /images/stock/128/Home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/128/Home.png -------------------------------------------------------------------------------- /images/stock/128/Info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/128/Info.png -------------------------------------------------------------------------------- /images/stock/128/Keys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/128/Keys.png -------------------------------------------------------------------------------- /images/stock/128/List.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/128/List.png -------------------------------------------------------------------------------- /images/stock/128/Lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/128/Lock.png -------------------------------------------------------------------------------- /images/stock/128/Mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/128/Mail.png -------------------------------------------------------------------------------- /images/stock/128/No.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/128/No.png -------------------------------------------------------------------------------- /images/stock/128/OK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/128/OK.png -------------------------------------------------------------------------------- /images/stock/128/Okay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/128/Okay.png -------------------------------------------------------------------------------- /images/stock/128/Redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/128/Redo.png -------------------------------------------------------------------------------- /images/stock/128/Stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/128/Stop.png -------------------------------------------------------------------------------- /images/stock/128/Sum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/128/Sum.png -------------------------------------------------------------------------------- /images/stock/128/Text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/128/Text.png -------------------------------------------------------------------------------- /images/stock/128/Undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/128/Undo.png -------------------------------------------------------------------------------- /images/stock/128/Yen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/128/Yen.png -------------------------------------------------------------------------------- /images/stock/128/Yes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/128/Yes.png -------------------------------------------------------------------------------- /images/stock/16/About.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/About.png -------------------------------------------------------------------------------- /images/stock/16/Add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/Add.png -------------------------------------------------------------------------------- /images/stock/16/Back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/Back.png -------------------------------------------------------------------------------- /images/stock/16/Chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/Chart.png -------------------------------------------------------------------------------- /images/stock/16/Clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/Clear.png -------------------------------------------------------------------------------- /images/stock/16/Close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/Close.png -------------------------------------------------------------------------------- /images/stock/16/Copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/Copy.png -------------------------------------------------------------------------------- /images/stock/16/Cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/Cut.png -------------------------------------------------------------------------------- /images/stock/16/Data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/Data.png -------------------------------------------------------------------------------- /images/stock/16/Earth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/Earth.png -------------------------------------------------------------------------------- /images/stock/16/Edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/Edit.png -------------------------------------------------------------------------------- /images/stock/16/Euro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/Euro.png -------------------------------------------------------------------------------- /images/stock/16/Eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/Eye.png -------------------------------------------------------------------------------- /images/stock/16/Film.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/Film.png -------------------------------------------------------------------------------- /images/stock/16/Find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/Find.png -------------------------------------------------------------------------------- /images/stock/16/Fire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/Fire.png -------------------------------------------------------------------------------- /images/stock/16/Flame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/Flame.png -------------------------------------------------------------------------------- /images/stock/16/Help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/Help.png -------------------------------------------------------------------------------- /images/stock/16/Home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/Home.png -------------------------------------------------------------------------------- /images/stock/16/Info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/Info.png -------------------------------------------------------------------------------- /images/stock/16/Keys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/Keys.png -------------------------------------------------------------------------------- /images/stock/16/List.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/List.png -------------------------------------------------------------------------------- /images/stock/16/Lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/Lock.png -------------------------------------------------------------------------------- /images/stock/16/Mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/Mail.png -------------------------------------------------------------------------------- /images/stock/16/Money.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/Money.png -------------------------------------------------------------------------------- /images/stock/16/Mouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/Mouse.png -------------------------------------------------------------------------------- /images/stock/16/No.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/No.png -------------------------------------------------------------------------------- /images/stock/16/Notes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/Notes.png -------------------------------------------------------------------------------- /images/stock/16/OK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/OK.png -------------------------------------------------------------------------------- /images/stock/16/Okay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/Okay.png -------------------------------------------------------------------------------- /images/stock/16/Paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/Paste.png -------------------------------------------------------------------------------- /images/stock/16/Print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/Print.png -------------------------------------------------------------------------------- /images/stock/16/Redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/Redo.png -------------------------------------------------------------------------------- /images/stock/16/Stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/Stop.png -------------------------------------------------------------------------------- /images/stock/16/Sum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/Sum.png -------------------------------------------------------------------------------- /images/stock/16/Table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/Table.png -------------------------------------------------------------------------------- /images/stock/16/Text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/Text.png -------------------------------------------------------------------------------- /images/stock/16/Undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/Undo.png -------------------------------------------------------------------------------- /images/stock/16/Yen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/Yen.png -------------------------------------------------------------------------------- /images/stock/16/Yes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/16/Yes.png -------------------------------------------------------------------------------- /images/stock/24/About.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/About.png -------------------------------------------------------------------------------- /images/stock/24/Add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/Add.png -------------------------------------------------------------------------------- /images/stock/24/Back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/Back.png -------------------------------------------------------------------------------- /images/stock/24/Chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/Chart.png -------------------------------------------------------------------------------- /images/stock/24/Clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/Clear.png -------------------------------------------------------------------------------- /images/stock/24/Close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/Close.png -------------------------------------------------------------------------------- /images/stock/24/Copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/Copy.png -------------------------------------------------------------------------------- /images/stock/24/Cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/Cut.png -------------------------------------------------------------------------------- /images/stock/24/Data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/Data.png -------------------------------------------------------------------------------- /images/stock/24/Earth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/Earth.png -------------------------------------------------------------------------------- /images/stock/24/Edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/Edit.png -------------------------------------------------------------------------------- /images/stock/24/Euro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/Euro.png -------------------------------------------------------------------------------- /images/stock/24/Eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/Eye.png -------------------------------------------------------------------------------- /images/stock/24/Film.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/Film.png -------------------------------------------------------------------------------- /images/stock/24/Find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/Find.png -------------------------------------------------------------------------------- /images/stock/24/Fire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/Fire.png -------------------------------------------------------------------------------- /images/stock/24/Flame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/Flame.png -------------------------------------------------------------------------------- /images/stock/24/Help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/Help.png -------------------------------------------------------------------------------- /images/stock/24/Home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/Home.png -------------------------------------------------------------------------------- /images/stock/24/Info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/Info.png -------------------------------------------------------------------------------- /images/stock/24/Keys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/Keys.png -------------------------------------------------------------------------------- /images/stock/24/List.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/List.png -------------------------------------------------------------------------------- /images/stock/24/Lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/Lock.png -------------------------------------------------------------------------------- /images/stock/24/Mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/Mail.png -------------------------------------------------------------------------------- /images/stock/24/Money.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/Money.png -------------------------------------------------------------------------------- /images/stock/24/Mouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/Mouse.png -------------------------------------------------------------------------------- /images/stock/24/No.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/No.png -------------------------------------------------------------------------------- /images/stock/24/Notes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/Notes.png -------------------------------------------------------------------------------- /images/stock/24/OK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/OK.png -------------------------------------------------------------------------------- /images/stock/24/Okay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/Okay.png -------------------------------------------------------------------------------- /images/stock/24/Paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/Paste.png -------------------------------------------------------------------------------- /images/stock/24/Print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/Print.png -------------------------------------------------------------------------------- /images/stock/24/Redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/Redo.png -------------------------------------------------------------------------------- /images/stock/24/Stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/Stop.png -------------------------------------------------------------------------------- /images/stock/24/Sum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/Sum.png -------------------------------------------------------------------------------- /images/stock/24/Table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/Table.png -------------------------------------------------------------------------------- /images/stock/24/Text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/Text.png -------------------------------------------------------------------------------- /images/stock/24/Undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/Undo.png -------------------------------------------------------------------------------- /images/stock/24/Yen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/Yen.png -------------------------------------------------------------------------------- /images/stock/24/Yes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/24/Yes.png -------------------------------------------------------------------------------- /images/stock/256/Add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/256/Add.png -------------------------------------------------------------------------------- /images/stock/256/Back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/256/Back.png -------------------------------------------------------------------------------- /images/stock/256/Copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/256/Copy.png -------------------------------------------------------------------------------- /images/stock/256/Cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/256/Cut.png -------------------------------------------------------------------------------- /images/stock/256/Data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/256/Data.png -------------------------------------------------------------------------------- /images/stock/256/Edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/256/Edit.png -------------------------------------------------------------------------------- /images/stock/256/Euro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/256/Euro.png -------------------------------------------------------------------------------- /images/stock/256/Eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/256/Eye.png -------------------------------------------------------------------------------- /images/stock/256/Film.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/256/Film.png -------------------------------------------------------------------------------- /images/stock/256/Find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/256/Find.png -------------------------------------------------------------------------------- /images/stock/256/Fire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/256/Fire.png -------------------------------------------------------------------------------- /images/stock/256/Help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/256/Help.png -------------------------------------------------------------------------------- /images/stock/256/Home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/256/Home.png -------------------------------------------------------------------------------- /images/stock/256/Info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/256/Info.png -------------------------------------------------------------------------------- /images/stock/256/Keys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/256/Keys.png -------------------------------------------------------------------------------- /images/stock/256/List.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/256/List.png -------------------------------------------------------------------------------- /images/stock/256/Lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/256/Lock.png -------------------------------------------------------------------------------- /images/stock/256/Mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/256/Mail.png -------------------------------------------------------------------------------- /images/stock/256/No.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/256/No.png -------------------------------------------------------------------------------- /images/stock/256/OK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/256/OK.png -------------------------------------------------------------------------------- /images/stock/256/Okay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/256/Okay.png -------------------------------------------------------------------------------- /images/stock/256/Redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/256/Redo.png -------------------------------------------------------------------------------- /images/stock/256/Stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/256/Stop.png -------------------------------------------------------------------------------- /images/stock/256/Sum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/256/Sum.png -------------------------------------------------------------------------------- /images/stock/256/Text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/256/Text.png -------------------------------------------------------------------------------- /images/stock/256/Undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/256/Undo.png -------------------------------------------------------------------------------- /images/stock/256/Yen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/256/Yen.png -------------------------------------------------------------------------------- /images/stock/256/Yes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/256/Yes.png -------------------------------------------------------------------------------- /images/stock/32/About.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/About.png -------------------------------------------------------------------------------- /images/stock/32/Add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/Add.png -------------------------------------------------------------------------------- /images/stock/32/Back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/Back.png -------------------------------------------------------------------------------- /images/stock/32/Chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/Chart.png -------------------------------------------------------------------------------- /images/stock/32/Clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/Clear.png -------------------------------------------------------------------------------- /images/stock/32/Close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/Close.png -------------------------------------------------------------------------------- /images/stock/32/Copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/Copy.png -------------------------------------------------------------------------------- /images/stock/32/Cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/Cut.png -------------------------------------------------------------------------------- /images/stock/32/Data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/Data.png -------------------------------------------------------------------------------- /images/stock/32/Earth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/Earth.png -------------------------------------------------------------------------------- /images/stock/32/Edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/Edit.png -------------------------------------------------------------------------------- /images/stock/32/Euro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/Euro.png -------------------------------------------------------------------------------- /images/stock/32/Eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/Eye.png -------------------------------------------------------------------------------- /images/stock/32/Film.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/Film.png -------------------------------------------------------------------------------- /images/stock/32/Find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/Find.png -------------------------------------------------------------------------------- /images/stock/32/Fire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/Fire.png -------------------------------------------------------------------------------- /images/stock/32/Flame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/Flame.png -------------------------------------------------------------------------------- /images/stock/32/Help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/Help.png -------------------------------------------------------------------------------- /images/stock/32/Home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/Home.png -------------------------------------------------------------------------------- /images/stock/32/Info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/Info.png -------------------------------------------------------------------------------- /images/stock/32/Keys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/Keys.png -------------------------------------------------------------------------------- /images/stock/32/List.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/List.png -------------------------------------------------------------------------------- /images/stock/32/Lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/Lock.png -------------------------------------------------------------------------------- /images/stock/32/Mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/Mail.png -------------------------------------------------------------------------------- /images/stock/32/Money.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/Money.png -------------------------------------------------------------------------------- /images/stock/32/Mouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/Mouse.png -------------------------------------------------------------------------------- /images/stock/32/No.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/No.png -------------------------------------------------------------------------------- /images/stock/32/Notes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/Notes.png -------------------------------------------------------------------------------- /images/stock/32/OK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/OK.png -------------------------------------------------------------------------------- /images/stock/32/Okay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/Okay.png -------------------------------------------------------------------------------- /images/stock/32/Paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/Paste.png -------------------------------------------------------------------------------- /images/stock/32/Print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/Print.png -------------------------------------------------------------------------------- /images/stock/32/Redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/Redo.png -------------------------------------------------------------------------------- /images/stock/32/Stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/Stop.png -------------------------------------------------------------------------------- /images/stock/32/Sum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/Sum.png -------------------------------------------------------------------------------- /images/stock/32/Table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/Table.png -------------------------------------------------------------------------------- /images/stock/32/Text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/Text.png -------------------------------------------------------------------------------- /images/stock/32/Undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/Undo.png -------------------------------------------------------------------------------- /images/stock/32/Yen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/Yen.png -------------------------------------------------------------------------------- /images/stock/32/Yes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/32/Yes.png -------------------------------------------------------------------------------- /images/stock/48/About.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/About.png -------------------------------------------------------------------------------- /images/stock/48/Add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/Add.png -------------------------------------------------------------------------------- /images/stock/48/Back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/Back.png -------------------------------------------------------------------------------- /images/stock/48/Chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/Chart.png -------------------------------------------------------------------------------- /images/stock/48/Clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/Clear.png -------------------------------------------------------------------------------- /images/stock/48/Close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/Close.png -------------------------------------------------------------------------------- /images/stock/48/Copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/Copy.png -------------------------------------------------------------------------------- /images/stock/48/Cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/Cut.png -------------------------------------------------------------------------------- /images/stock/48/Data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/Data.png -------------------------------------------------------------------------------- /images/stock/48/Earth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/Earth.png -------------------------------------------------------------------------------- /images/stock/48/Edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/Edit.png -------------------------------------------------------------------------------- /images/stock/48/Euro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/Euro.png -------------------------------------------------------------------------------- /images/stock/48/Eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/Eye.png -------------------------------------------------------------------------------- /images/stock/48/Film.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/Film.png -------------------------------------------------------------------------------- /images/stock/48/Find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/Find.png -------------------------------------------------------------------------------- /images/stock/48/Fire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/Fire.png -------------------------------------------------------------------------------- /images/stock/48/Flame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/Flame.png -------------------------------------------------------------------------------- /images/stock/48/Help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/Help.png -------------------------------------------------------------------------------- /images/stock/48/Home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/Home.png -------------------------------------------------------------------------------- /images/stock/48/Info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/Info.png -------------------------------------------------------------------------------- /images/stock/48/Keys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/Keys.png -------------------------------------------------------------------------------- /images/stock/48/List.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/List.png -------------------------------------------------------------------------------- /images/stock/48/Lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/Lock.png -------------------------------------------------------------------------------- /images/stock/48/Mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/Mail.png -------------------------------------------------------------------------------- /images/stock/48/Money.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/Money.png -------------------------------------------------------------------------------- /images/stock/48/Mouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/Mouse.png -------------------------------------------------------------------------------- /images/stock/48/No.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/No.png -------------------------------------------------------------------------------- /images/stock/48/Notes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/Notes.png -------------------------------------------------------------------------------- /images/stock/48/OK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/OK.png -------------------------------------------------------------------------------- /images/stock/48/Okay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/Okay.png -------------------------------------------------------------------------------- /images/stock/48/Paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/Paste.png -------------------------------------------------------------------------------- /images/stock/48/Print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/Print.png -------------------------------------------------------------------------------- /images/stock/48/Redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/Redo.png -------------------------------------------------------------------------------- /images/stock/48/Stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/Stop.png -------------------------------------------------------------------------------- /images/stock/48/Sum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/Sum.png -------------------------------------------------------------------------------- /images/stock/48/Table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/Table.png -------------------------------------------------------------------------------- /images/stock/48/Text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/Text.png -------------------------------------------------------------------------------- /images/stock/48/Undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/Undo.png -------------------------------------------------------------------------------- /images/stock/48/Yen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/Yen.png -------------------------------------------------------------------------------- /images/stock/48/Yes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/stock/48/Yes.png -------------------------------------------------------------------------------- /images/strip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/strip.png -------------------------------------------------------------------------------- /images/summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/summary.png -------------------------------------------------------------------------------- /images/target.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/target.png -------------------------------------------------------------------------------- /images/tbl_blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/tbl_blank.png -------------------------------------------------------------------------------- /images/tbl_spacer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/tbl_spacer.png -------------------------------------------------------------------------------- /images/tbl_vjoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/tbl_vjoin.png -------------------------------------------------------------------------------- /images/tbl_vjoin_end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/tbl_vjoin_end.png -------------------------------------------------------------------------------- /images/tbl_vline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/tbl_vline.png -------------------------------------------------------------------------------- /images/test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/test.png -------------------------------------------------------------------------------- /images/topgreenfade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/topgreenfade.png -------------------------------------------------------------------------------- /images/transaction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/transaction.png -------------------------------------------------------------------------------- /images/valueset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/valueset.png -------------------------------------------------------------------------------- /images/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/warning.png -------------------------------------------------------------------------------- /images/watermark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/watermark.png -------------------------------------------------------------------------------- /images/xdsentry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/xdsentry.png -------------------------------------------------------------------------------- /images/xdsfolder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/xdsfolder.png -------------------------------------------------------------------------------- /images/xdspolicy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/images/xdspolicy.png -------------------------------------------------------------------------------- /implementations/ember/base/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /implementations/ember/base/templates/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /implementations/factory.ini: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /implementations/go/go.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/implementations/go/go.iml -------------------------------------------------------------------------------- /implementations/java/org.hl7.fhir.instance/src/org/hl7/fhir/instance/model/valuesets/holder.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /implementations/javascript/app/views/test.eco: -------------------------------------------------------------------------------- 1 | OOPS! Got an error -------------------------------------------------------------------------------- /implementations/pascal/fhir.inc: -------------------------------------------------------------------------------- 1 | {$DEFINE DSTU} 2 | -------------------------------------------------------------------------------- /ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/ivy.xml -------------------------------------------------------------------------------- /locks/db-logs.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/locks/db-logs.lock -------------------------------------------------------------------------------- /locks/db.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/locks/db.lock -------------------------------------------------------------------------------- /profiles/cda.profile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/profiles/cda.profile.xml -------------------------------------------------------------------------------- /publish.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/publish.bat -------------------------------------------------------------------------------- /publish.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/publish.ini -------------------------------------------------------------------------------- /publish.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/publish.sh -------------------------------------------------------------------------------- /publishOffline.bat: -------------------------------------------------------------------------------- 1 | @ECHO off 2 | CALL publish.bat --offline -------------------------------------------------------------------------------- /qa/intros and notes.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/qa/intros and notes.docx -------------------------------------------------------------------------------- /qa/main pages.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/qa/main pages.docx -------------------------------------------------------------------------------- /qa/profiles-others.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/qa/profiles-others.docx -------------------------------------------------------------------------------- /qa/profiles-types.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/qa/profiles-types.docx -------------------------------------------------------------------------------- /qa/search-parameters.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/qa/search-parameters.docx -------------------------------------------------------------------------------- /qa/valuesets.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/qa/valuesets.docx -------------------------------------------------------------------------------- /records.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/records.cache -------------------------------------------------------------------------------- /schema/datatypes/.preserve_empty_dir: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /schema/xml.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/schema/xml.xsd -------------------------------------------------------------------------------- /source/$test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/$test.html -------------------------------------------------------------------------------- /source/ballot-intro.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/ballot-intro.html -------------------------------------------------------------------------------- /source/bindings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/bindings.ini -------------------------------------------------------------------------------- /source/book.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/book.html -------------------------------------------------------------------------------- /source/careplan/PFM.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/careplan/PFM.xml -------------------------------------------------------------------------------- /source/cda-intro.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/cda-intro.html -------------------------------------------------------------------------------- /source/change.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/change.html -------------------------------------------------------------------------------- /source/changelist.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/changelist.html -------------------------------------------------------------------------------- /source/clinical.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/clinical.html -------------------------------------------------------------------------------- /source/comparison-v2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/comparison-v2.html -------------------------------------------------------------------------------- /source/comparison-v3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/comparison-v3.html -------------------------------------------------------------------------------- /source/comparison.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/comparison.html -------------------------------------------------------------------------------- /source/compartments.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/compartments.html -------------------------------------------------------------------------------- /source/compartments.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/compartments.xml -------------------------------------------------------------------------------- /source/compatibility.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/compatibility.html -------------------------------------------------------------------------------- /source/cpt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/cpt.html -------------------------------------------------------------------------------- /source/credits.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/credits.html -------------------------------------------------------------------------------- /source/cvx.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/cvx.html -------------------------------------------------------------------------------- /source/datatypes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/datatypes.html -------------------------------------------------------------------------------- /source/datatypes/meta.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/datatypes/meta.xml -------------------------------------------------------------------------------- /source/definitions.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/definitions.xsd -------------------------------------------------------------------------------- /source/dicom/partD.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/dicom/partD.html -------------------------------------------------------------------------------- /source/directory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/directory.html -------------------------------------------------------------------------------- /source/documentation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/documentation.html -------------------------------------------------------------------------------- /source/documents.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/documents.html -------------------------------------------------------------------------------- /source/downloads.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/downloads.html -------------------------------------------------------------------------------- /source/ehr-fm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/ehr-fm.html -------------------------------------------------------------------------------- /source/element.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/element.html -------------------------------------------------------------------------------- /source/extensibility.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/extensibility.html -------------------------------------------------------------------------------- /source/fhir-all.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/fhir-all.xsd -------------------------------------------------------------------------------- /source/fhir-print.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/fhir-print.css -------------------------------------------------------------------------------- /source/fhir-xhtml.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/fhir-xhtml.xsd -------------------------------------------------------------------------------- /source/fhir.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/fhir.css -------------------------------------------------------------------------------- /source/fhir.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/fhir.ini -------------------------------------------------------------------------------- /source/financial.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/financial.html -------------------------------------------------------------------------------- /source/footer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/footer.html -------------------------------------------------------------------------------- /source/footer1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/footer1.html -------------------------------------------------------------------------------- /source/footer2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/footer2.html -------------------------------------------------------------------------------- /source/footer3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/footer3.html -------------------------------------------------------------------------------- /source/formats.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/formats.html -------------------------------------------------------------------------------- /source/header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/header.html -------------------------------------------------------------------------------- /source/help.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/help.html -------------------------------------------------------------------------------- /source/hierarchy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/hierarchy.xml -------------------------------------------------------------------------------- /source/history.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/history.html -------------------------------------------------------------------------------- /source/http.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/http.html -------------------------------------------------------------------------------- /source/ig-profiles.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/ig-profiles.html -------------------------------------------------------------------------------- /source/ig-valuesets.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/ig-valuesets.html -------------------------------------------------------------------------------- /source/iglist.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/iglist.html -------------------------------------------------------------------------------- /source/igs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/igs.xml -------------------------------------------------------------------------------- /source/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/index.html -------------------------------------------------------------------------------- /source/json.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/json.html -------------------------------------------------------------------------------- /source/license.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/license.html -------------------------------------------------------------------------------- /source/lifecycle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/lifecycle.html -------------------------------------------------------------------------------- /source/logical.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/logical.html -------------------------------------------------------------------------------- /source/loinc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/loinc.html -------------------------------------------------------------------------------- /source/loinc/loinc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/loinc/loinc.xml -------------------------------------------------------------------------------- /source/managing.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/managing.html -------------------------------------------------------------------------------- /source/mappingSpaces.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/mappingSpaces.xml -------------------------------------------------------------------------------- /source/messaging.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/messaging.html -------------------------------------------------------------------------------- /source/narrative.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/narrative.html -------------------------------------------------------------------------------- /source/navigation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/navigation.xml -------------------------------------------------------------------------------- /source/ncimeta.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/ncimeta.html -------------------------------------------------------------------------------- /source/ndc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/ndc.html -------------------------------------------------------------------------------- /source/ndfrt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/ndfrt.html -------------------------------------------------------------------------------- /source/newfooter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/newfooter.html -------------------------------------------------------------------------------- /source/newheader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/newheader.html -------------------------------------------------------------------------------- /source/newnavbar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/newnavbar.html -------------------------------------------------------------------------------- /source/ns.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/ns.html -------------------------------------------------------------------------------- /source/ontology.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/ontology.html -------------------------------------------------------------------------------- /source/operations.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/operations.html -------------------------------------------------------------------------------- /source/overview-dev.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/overview-dev.html -------------------------------------------------------------------------------- /source/overview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/overview.html -------------------------------------------------------------------------------- /source/page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/page.html -------------------------------------------------------------------------------- /source/product/notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/product/notes.txt -------------------------------------------------------------------------------- /source/profile.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/profile.html -------------------------------------------------------------------------------- /source/profilelist.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/profilelist.html -------------------------------------------------------------------------------- /source/profiling.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/profiling.html -------------------------------------------------------------------------------- /source/pushpull.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/pushpull.html -------------------------------------------------------------------------------- /source/qa.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/qa.html -------------------------------------------------------------------------------- /source/rdf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/rdf.html -------------------------------------------------------------------------------- /source/redirect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/redirect.html -------------------------------------------------------------------------------- /source/references.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/references.html -------------------------------------------------------------------------------- /source/resourceguide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/resourceguide.html -------------------------------------------------------------------------------- /source/resourcelist.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/resourcelist.html -------------------------------------------------------------------------------- /source/resources.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/resources.html -------------------------------------------------------------------------------- /source/resources.plantuml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/resources.plantuml -------------------------------------------------------------------------------- /source/resources.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/resources.svg -------------------------------------------------------------------------------- /source/rxnorm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/rxnorm.html -------------------------------------------------------------------------------- /source/sc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/sc.html -------------------------------------------------------------------------------- /source/search.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/search.html -------------------------------------------------------------------------------- /source/search_filter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/search_filter.html -------------------------------------------------------------------------------- /source/security.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/security.html -------------------------------------------------------------------------------- /source/services.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/services.html -------------------------------------------------------------------------------- /source/sid/icd-10.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/sid/icd-10.html -------------------------------------------------------------------------------- /source/sid/icd-9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/sid/icd-9.html -------------------------------------------------------------------------------- /source/sid/us-ssn.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/sid/us-ssn.html -------------------------------------------------------------------------------- /source/signatures.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/signatures.html -------------------------------------------------------------------------------- /source/snomed/snomed.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/snomed/snomed.xml -------------------------------------------------------------------------------- /source/snomedct.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/snomedct.html -------------------------------------------------------------------------------- /source/sparql-rules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/sparql-rules.xml -------------------------------------------------------------------------------- /source/spelling/color.dic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/spelling/color.dic -------------------------------------------------------------------------------- /source/spelling/fhir.dic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/spelling/fhir.dic -------------------------------------------------------------------------------- /source/spelling/yze.dic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/spelling/yze.dic -------------------------------------------------------------------------------- /source/status-codes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/status-codes.xml -------------------------------------------------------------------------------- /source/structuredefinition/$questionnaire-request.txt: -------------------------------------------------------------------------------- 1 | GET /fhir/StructureDefinition/daf-patient/$questionnaire 2 | -------------------------------------------------------------------------------- /source/summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/summary.html -------------------------------------------------------------------------------- /source/template-book.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/template-book.html -------------------------------------------------------------------------------- /source/template-tx.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/template-tx.html -------------------------------------------------------------------------------- /source/template-vs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/template-vs.html -------------------------------------------------------------------------------- /source/template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/template.html -------------------------------------------------------------------------------- /source/terminologies.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/terminologies.html -------------------------------------------------------------------------------- /source/terminologies/boolean-yes-no.csv: -------------------------------------------------------------------------------- 1 | Id,Code,Definition 2 | 1,yes,TRUE 3 | 2,no,FALSE 4 | -------------------------------------------------------------------------------- /source/terminologies/template-code-list.csv: -------------------------------------------------------------------------------- 1 | Code,Definition,Comment 2 | -------------------------------------------------------------------------------- /source/test-cases.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/timelines.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/timelines.html -------------------------------------------------------------------------------- /source/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/toc.html -------------------------------------------------------------------------------- /source/todo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/todo.html -------------------------------------------------------------------------------- /source/tools/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/tools/readme.txt -------------------------------------------------------------------------------- /source/ucum.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/ucum.html -------------------------------------------------------------------------------- /source/uml-example.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/uml-example.svg -------------------------------------------------------------------------------- /source/unii.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/unii.html -------------------------------------------------------------------------------- /source/updates.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/updates.html -------------------------------------------------------------------------------- /source/use.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/use.html -------------------------------------------------------------------------------- /source/usecases.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/usecases.html -------------------------------------------------------------------------------- /source/v2/source.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/v2/source.xml -------------------------------------------------------------------------------- /source/v2/source_de.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/v2/source_de.xml -------------------------------------------------------------------------------- /source/v2/source_nl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/v2/source_nl.xml -------------------------------------------------------------------------------- /source/v2/template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/v2/template.html -------------------------------------------------------------------------------- /source/v2/v2.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/v2/v2.ini -------------------------------------------------------------------------------- /source/v2/v2oids.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/v2/v2oids.txt -------------------------------------------------------------------------------- /source/v3/OID_Report.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/v3/OID_Report.csv -------------------------------------------------------------------------------- /source/v3/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/v3/readme.txt -------------------------------------------------------------------------------- /source/v3/rim.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/v3/rim.ttl -------------------------------------------------------------------------------- /source/v3/source.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/v3/source.xml -------------------------------------------------------------------------------- /source/v3/source_nl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/v3/source_nl.xml -------------------------------------------------------------------------------- /source/v3/template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/v3/template.html -------------------------------------------------------------------------------- /source/v3/valuesets.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/v3/valuesets.ini -------------------------------------------------------------------------------- /source/validation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/validation.html -------------------------------------------------------------------------------- /source/w5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/w5.html -------------------------------------------------------------------------------- /source/w5.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/w5.ini -------------------------------------------------------------------------------- /source/xml.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/xml.html -------------------------------------------------------------------------------- /source/xml.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/source/xml.xsd -------------------------------------------------------------------------------- /suppressed-messages.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/suppressed-messages.txt -------------------------------------------------------------------------------- /svn.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/svn.ico -------------------------------------------------------------------------------- /temp/chm/.preserve_empty_dir: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /temp/diagram/.preserve_empty_dir: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /temp/hl7/dload1/.preserve_empty_dir: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /temp/hl7/web/.preserve_empty_dir: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tools/bin/DirMerge.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/tools/bin/DirMerge.exe -------------------------------------------------------------------------------- /tools/chm/fhir.hhp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/tools/chm/fhir.hhp -------------------------------------------------------------------------------- /tools/chm/words.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/tools/chm/words.stp -------------------------------------------------------------------------------- /tools/epub/container.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/tools/epub/container.xml -------------------------------------------------------------------------------- /tools/epub/mimetype: -------------------------------------------------------------------------------- 1 | application/epub+zip -------------------------------------------------------------------------------- /tools/excel/Book1.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/tools/excel/Book1.xlsm -------------------------------------------------------------------------------- /tools/html/directory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/tools/html/directory.html -------------------------------------------------------------------------------- /tools/html/external.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/tools/html/external.png -------------------------------------------------------------------------------- /tools/html/fhir-print.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/tools/html/fhir-print.css -------------------------------------------------------------------------------- /tools/html/fhir.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/tools/html/fhir.css -------------------------------------------------------------------------------- /tools/html/icon-list.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/tools/html/icon-list.gif -------------------------------------------------------------------------------- /tools/html/icon-pack.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/tools/html/icon-pack.zip -------------------------------------------------------------------------------- /tools/html/icon-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/tools/html/icon-page.png -------------------------------------------------------------------------------- /tools/html/icon-toc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/tools/html/icon-toc.png -------------------------------------------------------------------------------- /tools/html/jquery-ui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/tools/html/jquery-ui.css -------------------------------------------------------------------------------- /tools/html/jquery-ui.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/tools/html/jquery-ui.js -------------------------------------------------------------------------------- /tools/html/less/code.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/tools/html/less/code.less -------------------------------------------------------------------------------- /tools/html/less/grid.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/tools/html/less/grid.less -------------------------------------------------------------------------------- /tools/html/less/navs.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/tools/html/less/navs.less -------------------------------------------------------------------------------- /tools/html/less/type.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/tools/html/less/type.less -------------------------------------------------------------------------------- /tools/html/xmldisplay.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/tools/html/xmldisplay.css -------------------------------------------------------------------------------- /tools/html/xmldisplay.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/tools/html/xmldisplay.js -------------------------------------------------------------------------------- /tools/java/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/tools/java/readme.txt -------------------------------------------------------------------------------- /vscache/-1022771488.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1022771488.json -------------------------------------------------------------------------------- /vscache/-1025503196.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1025503196.json -------------------------------------------------------------------------------- /vscache/-1033900910.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1033900910.json -------------------------------------------------------------------------------- /vscache/-1047230543.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1047230543.json -------------------------------------------------------------------------------- /vscache/-1068946854.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1068946854.json -------------------------------------------------------------------------------- /vscache/-1083709010.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1083709010.json -------------------------------------------------------------------------------- /vscache/-1095984051.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1095984051.json -------------------------------------------------------------------------------- /vscache/-1104693613.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1104693613.json -------------------------------------------------------------------------------- /vscache/-1107539791.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1107539791.json -------------------------------------------------------------------------------- /vscache/-1118104996.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1118104996.json -------------------------------------------------------------------------------- /vscache/-1187061328.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1187061328.json -------------------------------------------------------------------------------- /vscache/-1187297755.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1187297755.json -------------------------------------------------------------------------------- /vscache/-1187770099.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1187770099.json -------------------------------------------------------------------------------- /vscache/-1213756453.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1213756453.json -------------------------------------------------------------------------------- /vscache/-1215329176.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1215329176.json -------------------------------------------------------------------------------- /vscache/-1233777161.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1233777161.json -------------------------------------------------------------------------------- /vscache/-1255292422.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1255292422.json -------------------------------------------------------------------------------- /vscache/-1274226556.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1274226556.json -------------------------------------------------------------------------------- /vscache/-1312784702.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1312784702.json -------------------------------------------------------------------------------- /vscache/-1319376800.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1319376800.json -------------------------------------------------------------------------------- /vscache/-1332823823.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1332823823.json -------------------------------------------------------------------------------- /vscache/-1359324528.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1359324528.json -------------------------------------------------------------------------------- /vscache/-1428842687.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1428842687.json -------------------------------------------------------------------------------- /vscache/-1437506717.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1437506717.json -------------------------------------------------------------------------------- /vscache/-1448990739.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1448990739.json -------------------------------------------------------------------------------- /vscache/-1478722658.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1478722658.json -------------------------------------------------------------------------------- /vscache/-1479805058.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1479805058.json -------------------------------------------------------------------------------- /vscache/-1490450048.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1490450048.json -------------------------------------------------------------------------------- /vscache/-1493540252.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1493540252.json -------------------------------------------------------------------------------- /vscache/-1504642687.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1504642687.json -------------------------------------------------------------------------------- /vscache/-1510668685.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1510668685.json -------------------------------------------------------------------------------- /vscache/-1511433815.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1511433815.json -------------------------------------------------------------------------------- /vscache/-1532946390.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1532946390.json -------------------------------------------------------------------------------- /vscache/-1533330590.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1533330590.json -------------------------------------------------------------------------------- /vscache/-1535685259.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1535685259.json -------------------------------------------------------------------------------- /vscache/-153582010.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-153582010.json -------------------------------------------------------------------------------- /vscache/-1575738171.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1575738171.json -------------------------------------------------------------------------------- /vscache/-1582904427.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1582904427.json -------------------------------------------------------------------------------- /vscache/-1592096247.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1592096247.json -------------------------------------------------------------------------------- /vscache/-1620330656.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1620330656.json -------------------------------------------------------------------------------- /vscache/-1625720620.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1625720620.json -------------------------------------------------------------------------------- /vscache/-1632107976.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1632107976.json -------------------------------------------------------------------------------- /vscache/-163866878.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-163866878.json -------------------------------------------------------------------------------- /vscache/-1645337806.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1645337806.json -------------------------------------------------------------------------------- /vscache/-1650111822.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1650111822.json -------------------------------------------------------------------------------- /vscache/-1656241872.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1656241872.json -------------------------------------------------------------------------------- /vscache/-1672322021.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1672322021.json -------------------------------------------------------------------------------- /vscache/-1687014912.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1687014912.json -------------------------------------------------------------------------------- /vscache/-1691635704.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1691635704.json -------------------------------------------------------------------------------- /vscache/-1704179629.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1704179629.json -------------------------------------------------------------------------------- /vscache/-1722477392.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1722477392.json -------------------------------------------------------------------------------- /vscache/-1726178588.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1726178588.json -------------------------------------------------------------------------------- /vscache/-1734089336.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1734089336.json -------------------------------------------------------------------------------- /vscache/-1736740255.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1736740255.json -------------------------------------------------------------------------------- /vscache/-1746610646.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1746610646.json -------------------------------------------------------------------------------- /vscache/-174963561.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-174963561.json -------------------------------------------------------------------------------- /vscache/-176039701.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-176039701.json -------------------------------------------------------------------------------- /vscache/-1773599072.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1773599072.json -------------------------------------------------------------------------------- /vscache/-1780292940.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1780292940.json -------------------------------------------------------------------------------- /vscache/-1785748341.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1785748341.json -------------------------------------------------------------------------------- /vscache/-1795209702.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1795209702.json -------------------------------------------------------------------------------- /vscache/-1847017425.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1847017425.json -------------------------------------------------------------------------------- /vscache/-1847251995.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1847251995.json -------------------------------------------------------------------------------- /vscache/-1864807486.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1864807486.json -------------------------------------------------------------------------------- /vscache/-1874297817.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1874297817.json -------------------------------------------------------------------------------- /vscache/-1891859435.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1891859435.json -------------------------------------------------------------------------------- /vscache/-1904456916.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1904456916.json -------------------------------------------------------------------------------- /vscache/-1926473630.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1926473630.json -------------------------------------------------------------------------------- /vscache/-1929393167.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1929393167.json -------------------------------------------------------------------------------- /vscache/-1932941894.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1932941894.json -------------------------------------------------------------------------------- /vscache/-1933027507.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1933027507.json -------------------------------------------------------------------------------- /vscache/-1959920507.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1959920507.json -------------------------------------------------------------------------------- /vscache/-1963318084.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1963318084.json -------------------------------------------------------------------------------- /vscache/-1964689762.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-1964689762.json -------------------------------------------------------------------------------- /vscache/-2019548003.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-2019548003.json -------------------------------------------------------------------------------- /vscache/-2025492246.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-2025492246.json -------------------------------------------------------------------------------- /vscache/-2042001683.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-2042001683.json -------------------------------------------------------------------------------- /vscache/-2044395394.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-2044395394.json -------------------------------------------------------------------------------- /vscache/-2067172273.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-2067172273.json -------------------------------------------------------------------------------- /vscache/-2093878867.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-2093878867.json -------------------------------------------------------------------------------- /vscache/-2102579927.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-2102579927.json -------------------------------------------------------------------------------- /vscache/-2103856423.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-2103856423.json -------------------------------------------------------------------------------- /vscache/-2115383120.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-2115383120.json -------------------------------------------------------------------------------- /vscache/-2124368870.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-2124368870.json -------------------------------------------------------------------------------- /vscache/-2132703328.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-2132703328.json -------------------------------------------------------------------------------- /vscache/-2139302358.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-2139302358.json -------------------------------------------------------------------------------- /vscache/-225950857.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-225950857.json -------------------------------------------------------------------------------- /vscache/-268684765.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-268684765.json -------------------------------------------------------------------------------- /vscache/-271505589.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-271505589.json -------------------------------------------------------------------------------- /vscache/-286607120.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-286607120.json -------------------------------------------------------------------------------- /vscache/-289199456.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-289199456.json -------------------------------------------------------------------------------- /vscache/-291069499.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-291069499.json -------------------------------------------------------------------------------- /vscache/-292503313.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-292503313.json -------------------------------------------------------------------------------- /vscache/-298185260.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-298185260.json -------------------------------------------------------------------------------- /vscache/-303656951.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-303656951.json -------------------------------------------------------------------------------- /vscache/-313760246.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-313760246.json -------------------------------------------------------------------------------- /vscache/-321867486.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-321867486.json -------------------------------------------------------------------------------- /vscache/-32711368.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-32711368.json -------------------------------------------------------------------------------- /vscache/-329461103.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-329461103.json -------------------------------------------------------------------------------- /vscache/-347714373.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-347714373.json -------------------------------------------------------------------------------- /vscache/-356866509.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-356866509.json -------------------------------------------------------------------------------- /vscache/-36249445.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-36249445.json -------------------------------------------------------------------------------- /vscache/-367508263.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-367508263.json -------------------------------------------------------------------------------- /vscache/-375297652.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-375297652.json -------------------------------------------------------------------------------- /vscache/-381530888.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-381530888.json -------------------------------------------------------------------------------- /vscache/-393097239.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-393097239.json -------------------------------------------------------------------------------- /vscache/-393301109.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-393301109.json -------------------------------------------------------------------------------- /vscache/-398512710.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-398512710.json -------------------------------------------------------------------------------- /vscache/-406429891.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-406429891.json -------------------------------------------------------------------------------- /vscache/-41336757.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-41336757.json -------------------------------------------------------------------------------- /vscache/-463180553.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-463180553.json -------------------------------------------------------------------------------- /vscache/-475335024.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-475335024.json -------------------------------------------------------------------------------- /vscache/-492568875.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-492568875.json -------------------------------------------------------------------------------- /vscache/-53131502.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-53131502.json -------------------------------------------------------------------------------- /vscache/-546903586.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-546903586.json -------------------------------------------------------------------------------- /vscache/-556040610.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-556040610.json -------------------------------------------------------------------------------- /vscache/-568223052.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-568223052.json -------------------------------------------------------------------------------- /vscache/-574461098.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-574461098.json -------------------------------------------------------------------------------- /vscache/-608960558.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-608960558.json -------------------------------------------------------------------------------- /vscache/-610279291.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-610279291.json -------------------------------------------------------------------------------- /vscache/-618690272.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-618690272.json -------------------------------------------------------------------------------- /vscache/-63421594.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-63421594.json -------------------------------------------------------------------------------- /vscache/-680899971.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-680899971.json -------------------------------------------------------------------------------- /vscache/-687287265.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-687287265.json -------------------------------------------------------------------------------- /vscache/-696254161.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-696254161.json -------------------------------------------------------------------------------- /vscache/-696425620.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-696425620.json -------------------------------------------------------------------------------- /vscache/-702325394.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-702325394.json -------------------------------------------------------------------------------- /vscache/-734665427.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-734665427.json -------------------------------------------------------------------------------- /vscache/-765411870.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-765411870.json -------------------------------------------------------------------------------- /vscache/-775044492.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-775044492.json -------------------------------------------------------------------------------- /vscache/-775390116.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-775390116.json -------------------------------------------------------------------------------- /vscache/-777431017.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-777431017.json -------------------------------------------------------------------------------- /vscache/-785475355.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-785475355.json -------------------------------------------------------------------------------- /vscache/-792386210.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-792386210.json -------------------------------------------------------------------------------- /vscache/-821822721.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-821822721.json -------------------------------------------------------------------------------- /vscache/-826111001.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-826111001.json -------------------------------------------------------------------------------- /vscache/-830695353.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-830695353.json -------------------------------------------------------------------------------- /vscache/-83818476.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-83818476.json -------------------------------------------------------------------------------- /vscache/-846816483.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-846816483.json -------------------------------------------------------------------------------- /vscache/-860683228.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-860683228.json -------------------------------------------------------------------------------- /vscache/-877813769.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-877813769.json -------------------------------------------------------------------------------- /vscache/-887272623.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-887272623.json -------------------------------------------------------------------------------- /vscache/-891544592.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-891544592.json -------------------------------------------------------------------------------- /vscache/-90062889.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-90062889.json -------------------------------------------------------------------------------- /vscache/-90326532.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-90326532.json -------------------------------------------------------------------------------- /vscache/-924553370.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-924553370.json -------------------------------------------------------------------------------- /vscache/-964677231.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-964677231.json -------------------------------------------------------------------------------- /vscache/-966791307.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-966791307.json -------------------------------------------------------------------------------- /vscache/-971708056.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-971708056.json -------------------------------------------------------------------------------- /vscache/-976111788.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-976111788.json -------------------------------------------------------------------------------- /vscache/-978557903.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-978557903.json -------------------------------------------------------------------------------- /vscache/-98038727.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-98038727.json -------------------------------------------------------------------------------- /vscache/-984909967.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-984909967.json -------------------------------------------------------------------------------- /vscache/-98785948.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-98785948.json -------------------------------------------------------------------------------- /vscache/-988103202.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-988103202.json -------------------------------------------------------------------------------- /vscache/-997578389.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/-997578389.json -------------------------------------------------------------------------------- /vscache/1005660009.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1005660009.json -------------------------------------------------------------------------------- /vscache/1013545400.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1013545400.json -------------------------------------------------------------------------------- /vscache/1016068846.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1016068846.json -------------------------------------------------------------------------------- /vscache/1018049789.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1018049789.json -------------------------------------------------------------------------------- /vscache/1029743939.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1029743939.json -------------------------------------------------------------------------------- /vscache/1053083284.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1053083284.json -------------------------------------------------------------------------------- /vscache/1058582145.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1058582145.json -------------------------------------------------------------------------------- /vscache/108065462.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/108065462.json -------------------------------------------------------------------------------- /vscache/1104420884.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1104420884.json -------------------------------------------------------------------------------- /vscache/1141710130.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1141710130.json -------------------------------------------------------------------------------- /vscache/1233207174.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1233207174.json -------------------------------------------------------------------------------- /vscache/1266777630.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1266777630.json -------------------------------------------------------------------------------- /vscache/1280707343.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1280707343.json -------------------------------------------------------------------------------- /vscache/1286434456.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1286434456.json -------------------------------------------------------------------------------- /vscache/1286779978.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1286779978.json -------------------------------------------------------------------------------- /vscache/130149806.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/130149806.json -------------------------------------------------------------------------------- /vscache/1310258731.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1310258731.json -------------------------------------------------------------------------------- /vscache/134407945.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/134407945.json -------------------------------------------------------------------------------- /vscache/1349211661.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1349211661.json -------------------------------------------------------------------------------- /vscache/1386057247.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1386057247.json -------------------------------------------------------------------------------- /vscache/1387361936.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1387361936.json -------------------------------------------------------------------------------- /vscache/1399112321.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1399112321.json -------------------------------------------------------------------------------- /vscache/1420381211.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1420381211.json -------------------------------------------------------------------------------- /vscache/1423625461.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1423625461.json -------------------------------------------------------------------------------- /vscache/1462886771.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1462886771.json -------------------------------------------------------------------------------- /vscache/1465737015.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1465737015.json -------------------------------------------------------------------------------- /vscache/1497148835.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1497148835.json -------------------------------------------------------------------------------- /vscache/1512983450.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1512983450.json -------------------------------------------------------------------------------- /vscache/1537151797.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1537151797.json -------------------------------------------------------------------------------- /vscache/1537934435.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1537934435.json -------------------------------------------------------------------------------- /vscache/1560370861.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1560370861.json -------------------------------------------------------------------------------- /vscache/1574909944.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1574909944.json -------------------------------------------------------------------------------- /vscache/1576752620.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1576752620.json -------------------------------------------------------------------------------- /vscache/1605198997.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1605198997.json -------------------------------------------------------------------------------- /vscache/1617728244.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1617728244.json -------------------------------------------------------------------------------- /vscache/1649708281.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1649708281.json -------------------------------------------------------------------------------- /vscache/1666617657.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1666617657.json -------------------------------------------------------------------------------- /vscache/1703914099.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1703914099.json -------------------------------------------------------------------------------- /vscache/1711105351.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1711105351.json -------------------------------------------------------------------------------- /vscache/1712276551.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1712276551.json -------------------------------------------------------------------------------- /vscache/1715165842.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1715165842.json -------------------------------------------------------------------------------- /vscache/1721675209.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1721675209.json -------------------------------------------------------------------------------- /vscache/1722154918.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1722154918.json -------------------------------------------------------------------------------- /vscache/1727996135.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1727996135.json -------------------------------------------------------------------------------- /vscache/1804262573.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1804262573.json -------------------------------------------------------------------------------- /vscache/1805710679.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1805710679.json -------------------------------------------------------------------------------- /vscache/1817489370.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1817489370.json -------------------------------------------------------------------------------- /vscache/1826206933.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1826206933.json -------------------------------------------------------------------------------- /vscache/1826511350.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1826511350.json -------------------------------------------------------------------------------- /vscache/1828428089.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1828428089.json -------------------------------------------------------------------------------- /vscache/1839755738.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1839755738.json -------------------------------------------------------------------------------- /vscache/1839762963.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1839762963.json -------------------------------------------------------------------------------- /vscache/1870013998.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1870013998.json -------------------------------------------------------------------------------- /vscache/1881063275.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1881063275.json -------------------------------------------------------------------------------- /vscache/1910469000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1910469000.json -------------------------------------------------------------------------------- /vscache/1927601916.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1927601916.json -------------------------------------------------------------------------------- /vscache/1942299762.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1942299762.json -------------------------------------------------------------------------------- /vscache/1955064612.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1955064612.json -------------------------------------------------------------------------------- /vscache/1972032790.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1972032790.json -------------------------------------------------------------------------------- /vscache/1991677525.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/1991677525.json -------------------------------------------------------------------------------- /vscache/2010377507.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/2010377507.json -------------------------------------------------------------------------------- /vscache/2012035289.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/2012035289.json -------------------------------------------------------------------------------- /vscache/2013450083.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/2013450083.json -------------------------------------------------------------------------------- /vscache/2027316345.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/2027316345.json -------------------------------------------------------------------------------- /vscache/2054705784.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/2054705784.json -------------------------------------------------------------------------------- /vscache/2059471713.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/2059471713.json -------------------------------------------------------------------------------- /vscache/2082261801.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/2082261801.json -------------------------------------------------------------------------------- /vscache/2095845472.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/2095845472.json -------------------------------------------------------------------------------- /vscache/2099217225.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/2099217225.json -------------------------------------------------------------------------------- /vscache/2101112617.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/2101112617.json -------------------------------------------------------------------------------- /vscache/2106987351.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/2106987351.json -------------------------------------------------------------------------------- /vscache/2139381102.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/2139381102.json -------------------------------------------------------------------------------- /vscache/2140788069.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/2140788069.json -------------------------------------------------------------------------------- /vscache/2140894190.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/2140894190.json -------------------------------------------------------------------------------- /vscache/21971333.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/21971333.json -------------------------------------------------------------------------------- /vscache/248562719.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/248562719.json -------------------------------------------------------------------------------- /vscache/295988843.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/295988843.json -------------------------------------------------------------------------------- /vscache/346270523.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/346270523.json -------------------------------------------------------------------------------- /vscache/364203139.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/364203139.json -------------------------------------------------------------------------------- /vscache/366591710.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/366591710.json -------------------------------------------------------------------------------- /vscache/366761887.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/366761887.json -------------------------------------------------------------------------------- /vscache/367699687.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/367699687.json -------------------------------------------------------------------------------- /vscache/380565995.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/380565995.json -------------------------------------------------------------------------------- /vscache/381992635.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/381992635.json -------------------------------------------------------------------------------- /vscache/3899280.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/3899280.json -------------------------------------------------------------------------------- /vscache/39649537.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/39649537.json -------------------------------------------------------------------------------- /vscache/400663032.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/400663032.json -------------------------------------------------------------------------------- /vscache/430307121.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/430307121.json -------------------------------------------------------------------------------- /vscache/43099582.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/43099582.json -------------------------------------------------------------------------------- /vscache/437592963.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/437592963.json -------------------------------------------------------------------------------- /vscache/450695530.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/450695530.json -------------------------------------------------------------------------------- /vscache/4638750.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/4638750.json -------------------------------------------------------------------------------- /vscache/463930971.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/463930971.json -------------------------------------------------------------------------------- /vscache/47826373.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/47826373.json -------------------------------------------------------------------------------- /vscache/480222686.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/480222686.json -------------------------------------------------------------------------------- /vscache/495224874.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/495224874.json -------------------------------------------------------------------------------- /vscache/524431454.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/524431454.json -------------------------------------------------------------------------------- /vscache/526261362.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/526261362.json -------------------------------------------------------------------------------- /vscache/532267862.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/532267862.json -------------------------------------------------------------------------------- /vscache/547465229.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/547465229.json -------------------------------------------------------------------------------- /vscache/576304507.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/576304507.json -------------------------------------------------------------------------------- /vscache/584321098.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/584321098.json -------------------------------------------------------------------------------- /vscache/585234315.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/585234315.json -------------------------------------------------------------------------------- /vscache/604020259.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/604020259.json -------------------------------------------------------------------------------- /vscache/606391026.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/606391026.json -------------------------------------------------------------------------------- /vscache/627767238.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/627767238.json -------------------------------------------------------------------------------- /vscache/629840417.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/629840417.json -------------------------------------------------------------------------------- /vscache/638166646.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/638166646.json -------------------------------------------------------------------------------- /vscache/641300220.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/641300220.json -------------------------------------------------------------------------------- /vscache/64326979.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/64326979.json -------------------------------------------------------------------------------- /vscache/647561083.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/647561083.json -------------------------------------------------------------------------------- /vscache/664167448.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/664167448.json -------------------------------------------------------------------------------- /vscache/665800743.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/665800743.json -------------------------------------------------------------------------------- /vscache/678617512.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/678617512.json -------------------------------------------------------------------------------- /vscache/695209689.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/695209689.json -------------------------------------------------------------------------------- /vscache/7201199.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/7201199.json -------------------------------------------------------------------------------- /vscache/74159064.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/74159064.json -------------------------------------------------------------------------------- /vscache/760455647.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/760455647.json -------------------------------------------------------------------------------- /vscache/764085437.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/764085437.json -------------------------------------------------------------------------------- /vscache/766629508.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/766629508.json -------------------------------------------------------------------------------- /vscache/777312605.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/777312605.json -------------------------------------------------------------------------------- /vscache/783421268.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/783421268.json -------------------------------------------------------------------------------- /vscache/785757895.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/785757895.json -------------------------------------------------------------------------------- /vscache/785793831.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/785793831.json -------------------------------------------------------------------------------- /vscache/787486643.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/787486643.json -------------------------------------------------------------------------------- /vscache/797819657.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/797819657.json -------------------------------------------------------------------------------- /vscache/802917455.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/802917455.json -------------------------------------------------------------------------------- /vscache/810047905.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/810047905.json -------------------------------------------------------------------------------- /vscache/826688980.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/826688980.json -------------------------------------------------------------------------------- /vscache/87992560.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/87992560.json -------------------------------------------------------------------------------- /vscache/886743175.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/886743175.json -------------------------------------------------------------------------------- /vscache/914097565.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/914097565.json -------------------------------------------------------------------------------- /vscache/926673408.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/926673408.json -------------------------------------------------------------------------------- /vscache/94370124.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/94370124.json -------------------------------------------------------------------------------- /vscache/948531678.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/948531678.json -------------------------------------------------------------------------------- /vscache/953064555.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/953064555.json -------------------------------------------------------------------------------- /vscache/953154.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/953154.json -------------------------------------------------------------------------------- /vscache/959724821.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/959724821.json -------------------------------------------------------------------------------- /vscache/96249142.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/96249142.json -------------------------------------------------------------------------------- /vscache/963799920.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/963799920.json -------------------------------------------------------------------------------- /vscache/963961846.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/963961846.json -------------------------------------------------------------------------------- /vscache/965745142.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/965745142.json -------------------------------------------------------------------------------- /vscache/966778031.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/966778031.json -------------------------------------------------------------------------------- /vscache/984737098.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/984737098.json -------------------------------------------------------------------------------- /vscache/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intervention-engine/fhir-golang-generator/HEAD/vscache/readme.txt --------------------------------------------------------------------------------