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

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

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 TypeProfileRSUCSearches_include_revincludeOperations
Patienthttps://fhir.virtually.healthcare/StructureDefinition/Patient
Additional supported profiles:
  UK Core Patient
  http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-patient
yy_id, birthdate, family, gender, given, identifier, name, birthdate+family, birthdate+name, gender+family, gender+name
AllergyIntolerancehttps://fhir.virtually.healthcare/StructureDefinition/AllergyIntolerance
Additional supported profiles:
  UK Core AllergyIntolerance
  http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-allergyintolerance
ypatient, clinical-status, date, last-date, patient+clinical-status, patient+date, patient+last-date
Conditionhttps://fhir.virtually.healthcare/StructureDefinition/Condition
Additional supported profiles:
  UK Core Condition
ypatient, onset-date
DocumentReferencehttps://fhir.virtually.healthcare/StructureDefinition/DocumentReference
Additional supported profiles:
  https://fhir.hl7.org.uk/StructureDefinition/UKCore-DocumentReference
ypatient, date
Immunizationhttps://fhir.virtually.healthcare/StructureDefinition/Immunization
Additional supported profiles:
  UK Core Immunization
ypatient, date
MedicationRequesthttps://fhir.virtually.healthcare/StructureDefinition/MedicationRequest
Additional supported profiles:
  UK Core MedicationRequest
ypatient, authoredon
Observationhttps://fhir.virtually.healthcare/StructureDefinition/Observation
Additional supported profiles:
  UK Core Observation
  http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-observation
  Vital Signs Profile
ypatient, date, category, code, status, patient+category, patient+code, patient+category+date, patient+category+status, patient+code+date
Binaryhttp://hl7.org/fhir/StructureDefinition/Binaryy

Resource Conformance: SHALL Patient

Base System Profile
Patient
Profile Conformance
SHALL
Reference Policy

Supported Profiles

UK Core Patient
http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-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
SHALLbirthdate+familydate+string
SHALLbirthdate+namedate+string
SHALLgender+familytoken+string
SHALLgender+nametoken+string

Resource Conformance: SHALL AllergyIntolerance

Base System Profile
AllergyIntolerance
Profile Conformance
SHALL
Reference Policy

Supported Profiles

UK Core AllergyIntolerance
http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-allergyintolerance

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
SHALLpatient+clinical-statusreference+token
SHALLpatient+datereference+date
SHALLpatient+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

https://fhir.hl7.org.uk/StructureDefinition/UKCore-DocumentReference

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 MedicationRequest

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

Supported Profiles

UK Core Observation
http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-observation
Vital Signs Profile

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
SHALLpatient+categoryreference+token
SHALLpatient+codereference+token
SHALLpatient+category+datereference+token+date
SHALLpatient+category+statusreference+token+token
SHALLpatient+code+datereference+token+date

Resource Conformance: SHALL Binary

Base System Profile
Binary
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports read.