├── .github └── workflows │ └── validate.yml ├── .gitignore ├── .markdownlint.json ├── .vscode └── settings.json ├── CNAME ├── CODE_OF_CONDUCT.md ├── FHIR-fhircast.xml ├── GOVERNANCE.md ├── LICENSE ├── README.md ├── _gencontinuous.bat ├── _gencontinuous.sh ├── _genonce.bat ├── _genonce.sh ├── _updatePublisher.bat ├── _updatePublisher.sh ├── docs └── img │ ├── FHIRcast logo proof of Ownership.jpeg │ ├── FHIRcast logo.ai │ └── FHIRcast logo.jpg ├── ebnf ├── LICENSE │ ├── LICENSE.txt │ └── THIRD-PARTY-NOTICES.txt ├── README.txt ├── _createAllEbnfPng.sh ├── _createEbnfPng.sh ├── diagram │ ├── ContentSharingEventName.png │ ├── ContextEventName.png │ ├── EventName.png │ ├── FhircastScopes.png │ └── SelectionEventName.png ├── input │ ├── contextchange.ebnf │ ├── events.ebnf │ ├── scopes.ebnf │ ├── selection.ebnf │ └── update.ebnf └── rr.war ├── fhircast-template ├── content │ └── assets │ │ ├── ico │ │ └── favicon.png │ │ └── images │ │ └── FHIRcastLogo.jpg ├── includes │ └── fragment-header.html └── package │ └── package.json ├── fullSpec ├── createAggregatedCompleteSpec.sh ├── fullspec-md.html └── fullspec.html ├── ig.ini ├── input ├── fsh │ ├── CapabilityStatement.fsh │ ├── FHIRcastCodeSystem.fsh │ ├── FHIRcastContentUpdateBundle.fsh │ ├── FHIRcastDiagnosticReportClose.fsh │ ├── FHIRcastDiagnosticReportOpen.fsh │ ├── FHIRcastEncounterClose.fsh │ ├── FHIRcastEncounterOpen.fsh │ ├── FHIRcastImagingStudyClose.fsh │ ├── FHIRcastImagingStudyOpen.fsh │ ├── FHIRcastObservation.fsh │ ├── FHIRcastPatientClose.fsh │ ├── FHIRcastPatientOpen.fsh │ ├── FHIRcastSyncErrorContext.fsh │ ├── FHIRcastUserHibernateContext.fsh │ ├── FHIRcastUserLogoutContext.fsh │ ├── GetCurrentContextBundle.fsh │ ├── ReferredToResources.fsh │ └── rulesets.fsh ├── ignoreWarnings.txt ├── images-source │ ├── ContentExchangeAdvancedQuantification.plantuml │ ├── ContentExchangeBasic.plantuml │ ├── ContentExchangeClosure.plantuml │ ├── ContentExchangeFHIR.plantuml │ ├── ContentExchangeHybrid.plantuml │ ├── ContentExchangeOpenReport.plantuml │ ├── ContentExchangeShareContent.plantuml │ ├── DeniedSubscriptionSequence.plantuml │ ├── EBNF Event Pattern Diagram Instruction.txt │ ├── ErrorSequence.drawio.old │ ├── EventNotificationErrorSequence.plantuml │ ├── EventNotificationSequence.plantuml │ ├── FHIRcast overview for abstract.drawio │ ├── FHIRcast overview for abstract.pptx │ ├── FHIRcastOverviewForAbstract.plantuml │ ├── MultiplePatientOpens.xml │ ├── PatientOpenAndClose.xml │ ├── Request Context Change Flow.xml │ ├── SuccessfulWebSocketSubscriptionSequence.plantuml │ ├── UnsubscriptionSequence.plantuml │ └── content-sharing.EAP ├── images │ ├── ContentEventName.png │ ├── ContentSharingEventName.png │ ├── ContextEventName.png │ ├── EventName.png │ ├── FhircastScopes.png │ ├── Info_Simple_bw.svg.png │ ├── MultiplePatientOpens.png │ ├── PatientOpenAndClose.png │ ├── SelectionEventName.png │ ├── TransactionalUpdates.png │ ├── colorful overview diagram.png │ ├── hl7-logo-header-good-resolution.png │ ├── hl7-logo-header.png │ ├── information-svgrepo-com.svg │ └── question-mark-in-a-circle-svgrepo-com.svg ├── includes │ ├── img.html │ ├── infonote.html │ └── questionnote.html ├── jira │ └── FHIR-fhircast.xml └── pagecontent │ ├── 2-1-SessionDiscovery.md │ ├── 2-10-ContentSharing.md │ ├── 2-2-FhircastScopes.md │ ├── 2-3-Events.md │ ├── 2-4-Subscribing.md │ ├── 2-5-ReceiveEventNotification.md │ ├── 2-6-SendEventNotification.md │ ├── 2-7-Conformance.md │ ├── 2-8-Extensions.md │ ├── 2-9-GetCurrentContext.md │ ├── 2_Specification.md │ ├── 3-1-0-eventstructures.md │ ├── 3-1-1-template.md │ ├── 3-1-2-eventmaturitymodel.md │ ├── 3-2-0-infrastructureevents.md │ ├── 3-2-1-SyncError.md │ ├── 3-2-2-UserLogout.md │ ├── 3-2-3-UserHibernate.md │ ├── 3-2-5-Home-open.md │ ├── 3-3-0-patientevents.md │ ├── 3-3-1-Patient-open copy.md │ ├── 3-3-1-Patient-open.md │ ├── 3-3-2-Patient-close.md │ ├── 3-4-0-encounterevents.md │ ├── 3-4-1-Encounter-open.md │ ├── 3-4-2-Encounter-close.md │ ├── 3-5-0-imagingstudyevents.md │ ├── 3-5-1-ImagingStudy-open.md │ ├── 3-5-2-ImagingStudy-close.md │ ├── 3-6-0-diagnosticreportevents.md │ ├── 3-6-1-DiagnosticReport-open.md │ ├── 3-6-2-DiagnosticReport-close.md │ ├── 3-6-3-DiagnosticReport-update.md │ ├── 3-6-4-DiagnosticReport-select.md │ ├── 3_Events.md │ ├── 4-1-launch-scenarios.md │ ├── 4-2-0-contextsynchronizationscenarios.md │ ├── 4-2-1-syncconsiderations.md │ ├── 4-2-2-multitab-considerations.md │ ├── 4-2-3-multi-anchor-considerations.md │ ├── 4-3-security-considerations.md │ ├── 4-4-fhircast-event-content-sharing.md │ ├── 4_Scenarios.md │ ├── 5_glossary.md │ ├── 6_change-log.md │ ├── 7_design-notes.md │ └── index.md ├── oldspec ├── Feb2020Ballot.md ├── May2019Ballot.md ├── STU1.md ├── STU2.md └── STU3BallotDraft.md ├── publication-request.json ├── startDockerPublisher.sh ├── sushi-config.yaml └── updateSiteBasedOnMarkdownChange.sh /.github/workflows/validate.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/.github/workflows/validate.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/.gitignore -------------------------------------------------------------------------------- /.markdownlint.json: -------------------------------------------------------------------------------- 1 | { 2 | "blanks-around-tables": false 3 | } -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | fhircast.org 2 | -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /FHIR-fhircast.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/FHIR-fhircast.xml -------------------------------------------------------------------------------- /GOVERNANCE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/GOVERNANCE.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/README.md -------------------------------------------------------------------------------- /_gencontinuous.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | CALL ./_genonce.bat -watch -------------------------------------------------------------------------------- /_gencontinuous.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | ./_genonce.sh -watch 3 | -------------------------------------------------------------------------------- /_genonce.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/_genonce.bat -------------------------------------------------------------------------------- /_genonce.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/_genonce.sh -------------------------------------------------------------------------------- /_updatePublisher.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/_updatePublisher.bat -------------------------------------------------------------------------------- /_updatePublisher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/_updatePublisher.sh -------------------------------------------------------------------------------- /docs/img/FHIRcast logo proof of Ownership.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/docs/img/FHIRcast logo proof of Ownership.jpeg -------------------------------------------------------------------------------- /docs/img/FHIRcast logo.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/docs/img/FHIRcast logo.ai -------------------------------------------------------------------------------- /docs/img/FHIRcast logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/docs/img/FHIRcast logo.jpg -------------------------------------------------------------------------------- /ebnf/LICENSE/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/ebnf/LICENSE/LICENSE.txt -------------------------------------------------------------------------------- /ebnf/LICENSE/THIRD-PARTY-NOTICES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/ebnf/LICENSE/THIRD-PARTY-NOTICES.txt -------------------------------------------------------------------------------- /ebnf/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/ebnf/README.txt -------------------------------------------------------------------------------- /ebnf/_createAllEbnfPng.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/ebnf/_createAllEbnfPng.sh -------------------------------------------------------------------------------- /ebnf/_createEbnfPng.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/ebnf/_createEbnfPng.sh -------------------------------------------------------------------------------- /ebnf/diagram/ContentSharingEventName.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/ebnf/diagram/ContentSharingEventName.png -------------------------------------------------------------------------------- /ebnf/diagram/ContextEventName.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/ebnf/diagram/ContextEventName.png -------------------------------------------------------------------------------- /ebnf/diagram/EventName.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/ebnf/diagram/EventName.png -------------------------------------------------------------------------------- /ebnf/diagram/FhircastScopes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/ebnf/diagram/FhircastScopes.png -------------------------------------------------------------------------------- /ebnf/diagram/SelectionEventName.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/ebnf/diagram/SelectionEventName.png -------------------------------------------------------------------------------- /ebnf/input/contextchange.ebnf: -------------------------------------------------------------------------------- 1 | ContextEventName ::= ( FHIRresource ) '-' ( 'open' | 'close' ) -------------------------------------------------------------------------------- /ebnf/input/events.ebnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/ebnf/input/events.ebnf -------------------------------------------------------------------------------- /ebnf/input/scopes.ebnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/ebnf/input/scopes.ebnf -------------------------------------------------------------------------------- /ebnf/input/selection.ebnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/ebnf/input/selection.ebnf -------------------------------------------------------------------------------- /ebnf/input/update.ebnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/ebnf/input/update.ebnf -------------------------------------------------------------------------------- /ebnf/rr.war: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/ebnf/rr.war -------------------------------------------------------------------------------- /fhircast-template/content/assets/ico/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/fhircast-template/content/assets/ico/favicon.png -------------------------------------------------------------------------------- /fhircast-template/content/assets/images/FHIRcastLogo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/fhircast-template/content/assets/images/FHIRcastLogo.jpg -------------------------------------------------------------------------------- /fhircast-template/includes/fragment-header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/fhircast-template/includes/fragment-header.html -------------------------------------------------------------------------------- /fhircast-template/package/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/fhircast-template/package/package.json -------------------------------------------------------------------------------- /fullSpec/createAggregatedCompleteSpec.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/fullSpec/createAggregatedCompleteSpec.sh -------------------------------------------------------------------------------- /fullSpec/fullspec-md.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/fullSpec/fullspec-md.html -------------------------------------------------------------------------------- /fullSpec/fullspec.html: -------------------------------------------------------------------------------- 1 | --- 2 | --- 3 | {% include fullspec-md.html%} -------------------------------------------------------------------------------- /ig.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/ig.ini -------------------------------------------------------------------------------- /input/fsh/CapabilityStatement.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/fsh/CapabilityStatement.fsh -------------------------------------------------------------------------------- /input/fsh/FHIRcastCodeSystem.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/fsh/FHIRcastCodeSystem.fsh -------------------------------------------------------------------------------- /input/fsh/FHIRcastContentUpdateBundle.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/fsh/FHIRcastContentUpdateBundle.fsh -------------------------------------------------------------------------------- /input/fsh/FHIRcastDiagnosticReportClose.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/fsh/FHIRcastDiagnosticReportClose.fsh -------------------------------------------------------------------------------- /input/fsh/FHIRcastDiagnosticReportOpen.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/fsh/FHIRcastDiagnosticReportOpen.fsh -------------------------------------------------------------------------------- /input/fsh/FHIRcastEncounterClose.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/fsh/FHIRcastEncounterClose.fsh -------------------------------------------------------------------------------- /input/fsh/FHIRcastEncounterOpen.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/fsh/FHIRcastEncounterOpen.fsh -------------------------------------------------------------------------------- /input/fsh/FHIRcastImagingStudyClose.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/fsh/FHIRcastImagingStudyClose.fsh -------------------------------------------------------------------------------- /input/fsh/FHIRcastImagingStudyOpen.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/fsh/FHIRcastImagingStudyOpen.fsh -------------------------------------------------------------------------------- /input/fsh/FHIRcastObservation.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/fsh/FHIRcastObservation.fsh -------------------------------------------------------------------------------- /input/fsh/FHIRcastPatientClose.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/fsh/FHIRcastPatientClose.fsh -------------------------------------------------------------------------------- /input/fsh/FHIRcastPatientOpen.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/fsh/FHIRcastPatientOpen.fsh -------------------------------------------------------------------------------- /input/fsh/FHIRcastSyncErrorContext.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/fsh/FHIRcastSyncErrorContext.fsh -------------------------------------------------------------------------------- /input/fsh/FHIRcastUserHibernateContext.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/fsh/FHIRcastUserHibernateContext.fsh -------------------------------------------------------------------------------- /input/fsh/FHIRcastUserLogoutContext.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/fsh/FHIRcastUserLogoutContext.fsh -------------------------------------------------------------------------------- /input/fsh/GetCurrentContextBundle.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/fsh/GetCurrentContextBundle.fsh -------------------------------------------------------------------------------- /input/fsh/ReferredToResources.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/fsh/ReferredToResources.fsh -------------------------------------------------------------------------------- /input/fsh/rulesets.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/fsh/rulesets.fsh -------------------------------------------------------------------------------- /input/ignoreWarnings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/ignoreWarnings.txt -------------------------------------------------------------------------------- /input/images-source/ContentExchangeAdvancedQuantification.plantuml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/images-source/ContentExchangeAdvancedQuantification.plantuml -------------------------------------------------------------------------------- /input/images-source/ContentExchangeBasic.plantuml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/images-source/ContentExchangeBasic.plantuml -------------------------------------------------------------------------------- /input/images-source/ContentExchangeClosure.plantuml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/images-source/ContentExchangeClosure.plantuml -------------------------------------------------------------------------------- /input/images-source/ContentExchangeFHIR.plantuml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/images-source/ContentExchangeFHIR.plantuml -------------------------------------------------------------------------------- /input/images-source/ContentExchangeHybrid.plantuml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/images-source/ContentExchangeHybrid.plantuml -------------------------------------------------------------------------------- /input/images-source/ContentExchangeOpenReport.plantuml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/images-source/ContentExchangeOpenReport.plantuml -------------------------------------------------------------------------------- /input/images-source/ContentExchangeShareContent.plantuml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/images-source/ContentExchangeShareContent.plantuml -------------------------------------------------------------------------------- /input/images-source/DeniedSubscriptionSequence.plantuml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/images-source/DeniedSubscriptionSequence.plantuml -------------------------------------------------------------------------------- /input/images-source/EBNF Event Pattern Diagram Instruction.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/images-source/EBNF Event Pattern Diagram Instruction.txt -------------------------------------------------------------------------------- /input/images-source/ErrorSequence.drawio.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/images-source/ErrorSequence.drawio.old -------------------------------------------------------------------------------- /input/images-source/EventNotificationErrorSequence.plantuml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/images-source/EventNotificationErrorSequence.plantuml -------------------------------------------------------------------------------- /input/images-source/EventNotificationSequence.plantuml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/images-source/EventNotificationSequence.plantuml -------------------------------------------------------------------------------- /input/images-source/FHIRcast overview for abstract.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/images-source/FHIRcast overview for abstract.drawio -------------------------------------------------------------------------------- /input/images-source/FHIRcast overview for abstract.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/images-source/FHIRcast overview for abstract.pptx -------------------------------------------------------------------------------- /input/images-source/FHIRcastOverviewForAbstract.plantuml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/images-source/FHIRcastOverviewForAbstract.plantuml -------------------------------------------------------------------------------- /input/images-source/MultiplePatientOpens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/images-source/MultiplePatientOpens.xml -------------------------------------------------------------------------------- /input/images-source/PatientOpenAndClose.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/images-source/PatientOpenAndClose.xml -------------------------------------------------------------------------------- /input/images-source/Request Context Change Flow.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/images-source/Request Context Change Flow.xml -------------------------------------------------------------------------------- /input/images-source/SuccessfulWebSocketSubscriptionSequence.plantuml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/images-source/SuccessfulWebSocketSubscriptionSequence.plantuml -------------------------------------------------------------------------------- /input/images-source/UnsubscriptionSequence.plantuml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/images-source/UnsubscriptionSequence.plantuml -------------------------------------------------------------------------------- /input/images-source/content-sharing.EAP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/images-source/content-sharing.EAP -------------------------------------------------------------------------------- /input/images/ContentEventName.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/images/ContentEventName.png -------------------------------------------------------------------------------- /input/images/ContentSharingEventName.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/images/ContentSharingEventName.png -------------------------------------------------------------------------------- /input/images/ContextEventName.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/images/ContextEventName.png -------------------------------------------------------------------------------- /input/images/EventName.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/images/EventName.png -------------------------------------------------------------------------------- /input/images/FhircastScopes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/images/FhircastScopes.png -------------------------------------------------------------------------------- /input/images/Info_Simple_bw.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/images/Info_Simple_bw.svg.png -------------------------------------------------------------------------------- /input/images/MultiplePatientOpens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/images/MultiplePatientOpens.png -------------------------------------------------------------------------------- /input/images/PatientOpenAndClose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/images/PatientOpenAndClose.png -------------------------------------------------------------------------------- /input/images/SelectionEventName.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/images/SelectionEventName.png -------------------------------------------------------------------------------- /input/images/TransactionalUpdates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/images/TransactionalUpdates.png -------------------------------------------------------------------------------- /input/images/colorful overview diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/images/colorful overview diagram.png -------------------------------------------------------------------------------- /input/images/hl7-logo-header-good-resolution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/images/hl7-logo-header-good-resolution.png -------------------------------------------------------------------------------- /input/images/hl7-logo-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/images/hl7-logo-header.png -------------------------------------------------------------------------------- /input/images/information-svgrepo-com.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/images/information-svgrepo-com.svg -------------------------------------------------------------------------------- /input/images/question-mark-in-a-circle-svgrepo-com.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/images/question-mark-in-a-circle-svgrepo-com.svg -------------------------------------------------------------------------------- /input/includes/img.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/includes/img.html -------------------------------------------------------------------------------- /input/includes/infonote.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/includes/infonote.html -------------------------------------------------------------------------------- /input/includes/questionnote.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/includes/questionnote.html -------------------------------------------------------------------------------- /input/jira/FHIR-fhircast.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/jira/FHIR-fhircast.xml -------------------------------------------------------------------------------- /input/pagecontent/2-1-SessionDiscovery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/2-1-SessionDiscovery.md -------------------------------------------------------------------------------- /input/pagecontent/2-10-ContentSharing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/2-10-ContentSharing.md -------------------------------------------------------------------------------- /input/pagecontent/2-2-FhircastScopes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/2-2-FhircastScopes.md -------------------------------------------------------------------------------- /input/pagecontent/2-3-Events.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/2-3-Events.md -------------------------------------------------------------------------------- /input/pagecontent/2-4-Subscribing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/2-4-Subscribing.md -------------------------------------------------------------------------------- /input/pagecontent/2-5-ReceiveEventNotification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/2-5-ReceiveEventNotification.md -------------------------------------------------------------------------------- /input/pagecontent/2-6-SendEventNotification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/2-6-SendEventNotification.md -------------------------------------------------------------------------------- /input/pagecontent/2-7-Conformance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/2-7-Conformance.md -------------------------------------------------------------------------------- /input/pagecontent/2-8-Extensions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/2-8-Extensions.md -------------------------------------------------------------------------------- /input/pagecontent/2-9-GetCurrentContext.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/2-9-GetCurrentContext.md -------------------------------------------------------------------------------- /input/pagecontent/2_Specification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/2_Specification.md -------------------------------------------------------------------------------- /input/pagecontent/3-1-0-eventstructures.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/3-1-0-eventstructures.md -------------------------------------------------------------------------------- /input/pagecontent/3-1-1-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/3-1-1-template.md -------------------------------------------------------------------------------- /input/pagecontent/3-1-2-eventmaturitymodel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/3-1-2-eventmaturitymodel.md -------------------------------------------------------------------------------- /input/pagecontent/3-2-0-infrastructureevents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/3-2-0-infrastructureevents.md -------------------------------------------------------------------------------- /input/pagecontent/3-2-1-SyncError.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/3-2-1-SyncError.md -------------------------------------------------------------------------------- /input/pagecontent/3-2-2-UserLogout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/3-2-2-UserLogout.md -------------------------------------------------------------------------------- /input/pagecontent/3-2-3-UserHibernate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/3-2-3-UserHibernate.md -------------------------------------------------------------------------------- /input/pagecontent/3-2-5-Home-open.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/3-2-5-Home-open.md -------------------------------------------------------------------------------- /input/pagecontent/3-3-0-patientevents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/3-3-0-patientevents.md -------------------------------------------------------------------------------- /input/pagecontent/3-3-1-Patient-open copy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/3-3-1-Patient-open copy.md -------------------------------------------------------------------------------- /input/pagecontent/3-3-1-Patient-open.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/3-3-1-Patient-open.md -------------------------------------------------------------------------------- /input/pagecontent/3-3-2-Patient-close.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/3-3-2-Patient-close.md -------------------------------------------------------------------------------- /input/pagecontent/3-4-0-encounterevents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/3-4-0-encounterevents.md -------------------------------------------------------------------------------- /input/pagecontent/3-4-1-Encounter-open.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/3-4-1-Encounter-open.md -------------------------------------------------------------------------------- /input/pagecontent/3-4-2-Encounter-close.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/3-4-2-Encounter-close.md -------------------------------------------------------------------------------- /input/pagecontent/3-5-0-imagingstudyevents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/3-5-0-imagingstudyevents.md -------------------------------------------------------------------------------- /input/pagecontent/3-5-1-ImagingStudy-open.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/3-5-1-ImagingStudy-open.md -------------------------------------------------------------------------------- /input/pagecontent/3-5-2-ImagingStudy-close.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/3-5-2-ImagingStudy-close.md -------------------------------------------------------------------------------- /input/pagecontent/3-6-0-diagnosticreportevents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/3-6-0-diagnosticreportevents.md -------------------------------------------------------------------------------- /input/pagecontent/3-6-1-DiagnosticReport-open.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/3-6-1-DiagnosticReport-open.md -------------------------------------------------------------------------------- /input/pagecontent/3-6-2-DiagnosticReport-close.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/3-6-2-DiagnosticReport-close.md -------------------------------------------------------------------------------- /input/pagecontent/3-6-3-DiagnosticReport-update.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/3-6-3-DiagnosticReport-update.md -------------------------------------------------------------------------------- /input/pagecontent/3-6-4-DiagnosticReport-select.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/3-6-4-DiagnosticReport-select.md -------------------------------------------------------------------------------- /input/pagecontent/3_Events.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/3_Events.md -------------------------------------------------------------------------------- /input/pagecontent/4-1-launch-scenarios.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/4-1-launch-scenarios.md -------------------------------------------------------------------------------- /input/pagecontent/4-2-0-contextsynchronizationscenarios.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/4-2-0-contextsynchronizationscenarios.md -------------------------------------------------------------------------------- /input/pagecontent/4-2-1-syncconsiderations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/4-2-1-syncconsiderations.md -------------------------------------------------------------------------------- /input/pagecontent/4-2-2-multitab-considerations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/4-2-2-multitab-considerations.md -------------------------------------------------------------------------------- /input/pagecontent/4-2-3-multi-anchor-considerations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/4-2-3-multi-anchor-considerations.md -------------------------------------------------------------------------------- /input/pagecontent/4-3-security-considerations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/4-3-security-considerations.md -------------------------------------------------------------------------------- /input/pagecontent/4-4-fhircast-event-content-sharing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/4-4-fhircast-event-content-sharing.md -------------------------------------------------------------------------------- /input/pagecontent/4_Scenarios.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/4_Scenarios.md -------------------------------------------------------------------------------- /input/pagecontent/5_glossary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/5_glossary.md -------------------------------------------------------------------------------- /input/pagecontent/6_change-log.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/6_change-log.md -------------------------------------------------------------------------------- /input/pagecontent/7_design-notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/7_design-notes.md -------------------------------------------------------------------------------- /input/pagecontent/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/input/pagecontent/index.md -------------------------------------------------------------------------------- /oldspec/Feb2020Ballot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/oldspec/Feb2020Ballot.md -------------------------------------------------------------------------------- /oldspec/May2019Ballot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/oldspec/May2019Ballot.md -------------------------------------------------------------------------------- /oldspec/STU1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/oldspec/STU1.md -------------------------------------------------------------------------------- /oldspec/STU2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/oldspec/STU2.md -------------------------------------------------------------------------------- /oldspec/STU3BallotDraft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/oldspec/STU3BallotDraft.md -------------------------------------------------------------------------------- /publication-request.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/publication-request.json -------------------------------------------------------------------------------- /startDockerPublisher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/startDockerPublisher.sh -------------------------------------------------------------------------------- /sushi-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/sushi-config.yaml -------------------------------------------------------------------------------- /updateSiteBasedOnMarkdownChange.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/fhircast-docs/HEAD/updateSiteBasedOnMarkdownChange.sh --------------------------------------------------------------------------------