Virtually Healthcare HL7 FHIR R4 Implementation Guide
0.1.0-current - ci-build United Kingdom flag

Virtually Healthcare HL7 FHIR R4 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/HL7-FHIR-Implementation-Guide/ and changes regularly. See the Directory of published versions

CapabilityStatement: Virtually Healthcare - Clinical Data Repository

Official URL: https://fhir.virtually.healthcare/CapabilityStatement/VH-ClinicalDataRepository Version: 0.1.0-current
Draft as of 2024-10-08 Computable Name: ClinicalDataRepository

The CDR adheres to the following standards:

The CDR closely follows:

Raw OpenAPI-Swagger Definition file | Download

Generated Narrative: CapabilityStatement VH-ClinicalDataRepository

Virtually Healthcare - Clinical Data Repository

  • Implementation Guide Version: 0.1.0-current
  • FHIR Version: 4.0.1
  • Supported Formats: application/fhir+xml, application/fhir+json
  • Supported Patch Formats:
  • Published on: 2024-10-08
  • Published by: Virtually Healthcare

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.

FHIR RESTful Capabilities

Mode: server

Summary of System-wide Interactions

Capabilities by Resource/Profile

Summary

The summary table lists the resources that are part of this configuration, and for each resource it lists:

  • The relevant profiles (if any)
  • The interactions supported by each resource (Read, Search, Update, and Create, are always shown, while VRead, Patch, Delete, History on Instance, or History on Type are only present if at least one of the resources has support for them.
  • The required, recommended, and some optional search parameters (if any).
  • The linked resources enabled for _include
  • The other resources enabled for _revinclude
  • The operations on the resource (if any)

Resource Conformance: SHALL Patient

Base System Profile
Patient
Profile Conformance
SHALL
Reference Policy

Supported Profiles

UK Core Patient

Interaction summary
  • SHALL support search-type.
  • Supports read.

Documentation
GET /Patient?{parameters}

Conformance to this implementation guide SHOULD be tested via FHIR Validation.

Search Examples

Search for Patient's for a patient with a NHS Number of 9876543210

GET /Patient?identifier=https://fhir.nhs.uk/Id/nhs-number|9876543210
``
Search Parameters
ConformanceParameterTypeDocumentation
SHALL_idtoken
SHALLbirthdatedate

A patients date of birth

SHALLfamilystring

A patients surname

SHALLgendertoken

A patients gender - administrative

SHALLgivenstring

A patients first name

SHALLidentifiertoken

A patients NHS Number e.g. identifier=https://fhir.nhs.uk/Id/nhs-number|9876543210

SHALLnamestring

A patients name

Combined Search Parameters
ConformanceParametersTypes
 birthdate+familydate+string
 birthdate+namedate+string
 gender+familytoken+string
 gender+nametoken+string

Resource Conformance: SHALL AllergyIntolerance

Base System Profile
AllergyIntolerance
Profile Conformance
SHALL
Reference Policy

Supported Profiles

UK Core Allergy Intolerance

Interaction summary
  • Supports search-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALLpatientreference

Who the sensitivity is for

SHALLclinical-statustoken

active | inactive | resolved

SHALLdatedate

Date first version of the resource instance was recorded

SHALLlast-datedate

Date(/time) of last known occurrence of a reaction

Combined Search Parameters
ConformanceParametersTypes
 patient+clinical-statusreference+token
 patient+datereference+date
 patient+last-datereference+date

Resource Conformance: SHALL Condition

Base System Profile
Condition
Profile Conformance
SHALL
Reference Policy

Supported Profiles

UK Core Condition

Interaction summary
  • Supports search-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALLpatientreference

Who has the condition?

SHALLonset-datedate

Date related onsets (dateTime and Period)

 

Resource Conformance: SHALL DocumentReference

Base System Profile
DocumentReference
Profile Conformance
SHALL
Reference Policy

Supported Profiles

UK Core Document Reference

Interaction summary
  • Supports search-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALLpatientreference

Who/what is the subject of the document

SHALLdatedate

When this document reference was created

 

Resource Conformance: SHALL Immunization

Base System Profile
Immunization
Profile Conformance
SHALL
Reference Policy

Supported Profiles

UK Core Immunization

Interaction summary
  • Supports search-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALLpatientreference

The patient for the vaccination record

SHALLdatedate

Vaccination (non)-Administration Date

 

Resource Conformance: SHALL MedicationRequest

Base System Profile
MedicationRequest
Profile Conformance
SHALL
Reference Policy

Supported Profiles

UK Core Medication Request

Interaction summary
  • Supports search-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALLpatientreference

Returns prescriptions for a specific patient

SHALLauthoredondate

Return prescriptions written on this date

 

Resource Conformance: SHALL Observation

Base System Profile
Observation
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports search-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALLpatientreference

The subject that the observation is about (if patient)

SHALLdatedate

Obtained date/time. If the obtained element is a period, a date that falls in the period

SHALLcategorytoken

The classification of the type of observation

SHALLcodetoken

Obtained date/time. If the obtained element is a period, a date that falls in the period

SHALLstatustoken

The status of the observation

Combined Search Parameters
ConformanceParametersTypes
 patient+categoryreference+token
 patient+codereference+token
 patient+category+datereference+token+date
 patient+category+statusreference+token+token
 patient+code+datereference+token+date

Resource Conformance: SHALL Binary

Base System Profile
Binary
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports read.