Virtually Healthcare - IHE Patient Care Coordination (PCC)
0.1.1-current - ci-build
Virtually Healthcare - IHE Patient Care Coordination (PCC) - Local Development build (v0.1.1-current) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Official URL: https://fhir.virtually.healthcare/CapabilityStatement/VH-ClinicalDataRepository | Version: 0.1.1-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
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
search-type
.read
.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 ``
Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | _id | token | |
SHALL | birthdate | date | A patients date of birth |
SHALL | family | string | A patients surname |
SHALL | gender | token | A patients gender - administrative |
SHALL | given | string | A patients first name |
SHALL | identifier | token | A patients NHS Number e.g. |
SHALL | name | string | A patients name |
Conformance | Parameters | Types |
---|---|---|
birthdate+family | date +string | |
birthdate+name | date +string | |
gender+family | token +string | |
gender+name | token +string |
search-type
.Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | patient | reference | Who the sensitivity is for |
SHALL | clinical-status | token | active | inactive | resolved |
SHALL | date | date | Date first version of the resource instance was recorded |
SHALL | last-date | date | Date(/time) of last known occurrence of a reaction |
Conformance | Parameters | Types |
---|---|---|
patient+clinical-status | reference +token | |
patient+date | reference +date | |
patient+last-date | reference +date |
search-type
.Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | patient | reference | Who has the condition? |
SHALL | onset-date | date | Date related onsets (dateTime and Period) |
search-type
.Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | patient | reference | Who/what is the subject of the document |
SHALL | date | date | When this document reference was created |
search-type
.Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | patient | reference | The patient for the vaccination record |
SHALL | date | date | Vaccination (non)-Administration Date |
search-type
.Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | patient | reference | Returns prescriptions for a specific patient |
SHALL | authoredon | date | Return prescriptions written on this date |
search-type
.Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | patient | reference | The subject that the observation is about (if patient) |
SHALL | date | date | Obtained date/time. If the obtained element is a period, a date that falls in the period |
SHALL | category | token | The classification of the type of observation |
SHALL | code | token | Obtained date/time. If the obtained element is a period, a date that falls in the period |
SHALL | status | token | The status of the observation |
Conformance | Parameters | Types |
---|---|---|
patient+category | reference +token | |
patient+code | reference +token | |
patient+category+date | reference +token +date | |
patient+category+status | reference +token +token | |
patient+code+date | reference +token +date |
read
.