Virtually Healthcare HL7 FHIR R4 Implementation Guide
0.1.0-current - ci-build
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
The aim of this is to:
This would often be implemented as form in an application. This should follow a FHIR Questionnaire which defines data types to be used and valuesets that can be used with picklists.
Idea is to implement on AWS FHIR-Works/Health-Lake first and then incorporate in writebacks if wanted.
The clinical data repositories (EMIS IM1 and AWS FhirWorks/Healthlake) can be used to retrieve existing data and prepopulate the form. This saves clinicians and patients time when completing the form. Only coded questions can be used for pre-population.
On AWS FhirWorks/Healthlake, patient weight can be retrieved by
GET /Observation?patient={id}&code=http://snomed.info/sct|27113001
On EMIS this would be and the response would need to be searched for the body weight (the code query can be built into the API - it's quite simple)
GET /Observation?patient={id}
Checks the FHIR QuestionnaireResponse meets the requirements defined in the FHIR Questionnaire. This is new experimental feature and can be found at FHIR Validation
This service can check all data going into CDR's meet our domain model requirements.
This converts the FHIR QuestionnaireResponse into Observations.
Completed vital signs form Vital Signs. The extraction results in entries such as: