Virtually Healthcare HL7 FHIR Implementation Guide
0.1.0-current - ci-build
Virtually Healthcare HL7 FHIR Implementation Guide, published by Virtually Healthcare. This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Virtually-Healthcare/Virtually-Healthcare-FHIR-Implementation-Guide/ and changes regularly. See the Directory of published versions
Official URL: https://fhir.virtually.healthcare/CapabilityStatement/ODSFacade | Version: 0.1.0-current | |||
Draft as of 2024-10-08 | Computable Name: FacadeOrganisationDataService |
This is a Service Facade to Organisation Data Service - FHIR API
This facade is related to IHE Mobile Care Services Discovery (mCSD)
Raw OpenAPI-Swagger Definition file | Download
Generated Narrative: CapabilityStatement ODSFacade
application/fhir+xml
, application/fhir+json
Note to Implementers: FHIR Capabilities
Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.
server
The summary table lists the resources that are part of this configuration, and for each resource it lists:
_include
_revinclude
Resource Type | Profile | R | S | U | C | Searches | _include | _revinclude | Operations |
---|---|---|---|---|---|---|---|---|---|
Organization | https://fhir.virtually.healthcare/StructureDefinition/Organization Additional supported profiles: UK Core Organization | y | y | identifier, name, active, address-postalcode, address-city, ods-org-primaryRole, type |
read
, search-type
.GET /Organization?{parameters}
Conformance to this implementation guide SHOULD be tested via FHIR Validation.
Search Examples
Search for Organization's for a patient with a ODS Code of RR8
GET /Organization?identifier=https://fhir.nhs.uk/Id/ods-organization-code|RR8
Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | identifier | token | A organisations ODS Code e.g. |
SHALL | name | string | A portion of the organization's name or alias |
SHALL | active | token | Is the Organization record active |
SHALL | address-postalcode | string | A postal code specified in an address |
SHALL | address-city | string | A city specified in an address |
SHALL | ods-org-primaryRole | token | organisation ods primary role |
SHALL | type | token | A code for the type of organization |