Package | fhir.virtually.healthcare |
Type | CapabilityStatement |
Id | IM1PatientEMISFacade |
FHIR Version | R4 |
Source | https://fhir.virtually.healthcare/https://build.fhir.org/ig/Virtually-Healthcare/R4/CapabilityStatement-IM1PatientEMISFacade.html |
URL | https://fhir.virtually.healthcare/CapabilityStatement/IM1PatientEMISFacade |
Version | 0.1.1-current |
Status | draft |
Date | 2024-10-08 |
Name | IM1PatientEMISFacade |
Title | Facade - IM1 Patient EMIS |
Realm | us |
Authority | hl7 |
Description | This is a [Service Facade](ActorDefinition-ServiceFacade.html) to [IM1 Patient](https://digital.nhs.uk/services/gp-it-futures-systems/im1-pairing-integration/interface-mechanisms-guidance#patient) This is influenced by [HL7 International Patient Access](https://build.fhir.org/ig/HL7/fhir-ipa/) This is not a complete description of the API and so does not represent the actual implemented API or capabilities of the GP provider. This is a facade to the GP System IM1, this is not the API provided by the GP System. |
Kind | requirements |
No resources found
StructureDefinition | |
AllergyIntolerance | AllergyIntolerance |
Binary | Binary |
DocumentReference | DocumentReference |
Encounter | Encounter |
Immunization | Immunization |
MedicationRequest | MedicationRequest |
Observation | Observation |
Patient | Patient |
QuestionnaireResponse | QuestionnaireResponse |
Task | Task |
UKCore-Patient | UK Core Patient |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement IM1PatientEMISFacade
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
read
, update
.TODO
search-type
.Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | patient | reference | Who the sensitivity is for |
SHALL | date | date | Date first version of the resource instance was recorded |
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 |
read
.search-type
.Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | patient | reference | The patient or group present at the encounter |
SHALL | date | date | A date within the period the Encounter lasted |
search-type
, create
, delete
.Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | patient | reference | Focus of message |
search-type
, create
, update
.Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | patient | reference | Search by patient |
SHALL | authored-on | date | Search by creation date |
search-type
, create
.Pharmacy Nomination Only (questionnaire = https://fhir.virtually.healthcare/PharmacyNomination)
Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | patient | reference | The patient that is the subject of the questionnaire response |
SHALL | questionnaire | reference | The questionnaire the answers are provided for |
{ "resourceType": "CapabilityStatement", "id": "IM1PatientEMISFacade", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "url": "https://fhir.virtually.healthcare/CapabilityStatement/IM1PatientEMISFacade", "version": "0.1.1-current", "name": "IM1PatientEMISFacade", "title": "Facade - IM1 Patient EMIS", "status": "draft", "experimental": false, "date": "2024-10-08", "publisher": "Virtually Healthcare", "contact": [ { "name": "Virtually Healthcare", "telecom": [ { "system": "url", "value": "https://virtually.healthcare" } ] } ], "description": "This is a [Service Facade](ActorDefinition-ServiceFacade.html) to [IM1 Patient](https://digital.nhs.uk/services/gp-it-futures-systems/im1-pairing-integration/interface-mechanisms-guidance#patient)\n\nThis is influenced by [HL7 International Patient Access](https://build.fhir.org/ig/HL7/fhir-ipa/)\n\nThis is not a complete description of the API and so does not represent the actual implemented API or capabilities of the GP provider. This is a facade to the GP System IM1, this is not the API provided by the GP System.", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "GB", "display": "United Kingdom of Great Britain and Northern Ireland" } ] } ], "kind": "requirements", "fhirVersion": "4.0.1", "format": [ "application/fhir+xml", "application/fhir+json" ], "rest": [ { "mode": "server", "resource": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "type": "Patient", "profile": "https://fhir.virtually.healthcare/StructureDefinition/Patient", "supportedProfile": [ "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient" ], "documentation": "TODO", "interaction": [ { "code": "read" }, { "code": "update" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "type": "AllergyIntolerance", "profile": "https://fhir.virtually.healthcare/StructureDefinition/AllergyIntolerance", "supportedProfile": [ "https://fhir.hl7.org.uk/StructureDefinition/UKCore-AllergyIntolerance" ], "interaction": [ { "code": "search-type" } ], "searchParam": [ { "name": "patient", "type": "reference", "documentation": "Who the sensitivity is for" }, { "name": "date", "type": "date", "documentation": "Date first version of the resource instance was recorded" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "type": "Condition", "profile": "http://hl7.org/fhir/StructureDefinition/Condition", "supportedProfile": [ "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Condition" ], "interaction": [ { "code": "search-type" } ], "searchParam": [ { "name": "patient", "type": "reference", "documentation": "Who has the condition?" }, { "name": "onset-date", "type": "date", "documentation": "Date related onsets (dateTime and Period)" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "type": "DocumentReference", "profile": "https://fhir.virtually.healthcare/StructureDefinition/DocumentReference", "supportedProfile": [ "https://fhir.hl7.org.uk/StructureDefinition/UKCore-DocumentReference" ], "interaction": [ { "code": "search-type" } ], "searchParam": [ { "name": "patient", "type": "reference", "documentation": "Who/what is the subject of the document" }, { "name": "date", "type": "date", "documentation": "When this document reference was created" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "type": "Immunization", "profile": "https://fhir.virtually.healthcare/StructureDefinition/Immunization", "supportedProfile": [ "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Immunization" ], "interaction": [ { "code": "search-type" } ], "searchParam": [ { "name": "patient", "type": "reference", "documentation": "The patient for the vaccination record" }, { "name": "date", "type": "date", "documentation": "Vaccination (non)-Administration Date" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "type": "MedicationRequest", "profile": "https://fhir.virtually.healthcare/StructureDefinition/MedicationRequest", "supportedProfile": [ "https://fhir.hl7.org.uk/StructureDefinition/UKCore-MedicationRequest" ], "interaction": [ { "code": "search-type" } ], "searchParam": [ { "name": "patient", "type": "reference", "documentation": "Returns prescriptions for a specific patient" }, { "name": "authoredon", "type": "date", "documentation": "Return prescriptions written on this date" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "type": "Observation", "profile": "https://fhir.virtually.healthcare/StructureDefinition/Observation", "supportedProfile": [ "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation" ], "interaction": [ { "code": "search-type" } ], "searchParam": [ { "name": "patient", "type": "reference", "documentation": "The subject that the observation is about (if patient)" }, { "name": "date", "type": "date", "documentation": "Obtained date/time. If the obtained element is a period, a date that falls in the period" }, { "name": "category", "type": "token", "documentation": "The classification of the type of observation" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "type": "Binary", "profile": "https://fhir.virtually.healthcare/StructureDefinition/Binary", "interaction": [ { "code": "read" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "type": "Encounter", "profile": "https://fhir.virtually.healthcare/StructureDefinition/Encounter", "supportedProfile": [ "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Encounter" ], "interaction": [ { "code": "search-type" } ], "searchParam": [ { "name": "patient", "type": "reference", "documentation": "The patient or group present at the encounter" }, { "name": "date", "type": "date", "documentation": "A date within the period the Encounter lasted" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "type": "Communication", "profile": "http://hl7.org/fhir/StructureDefinition/Communication", "supportedProfile": [ "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Communication" ], "interaction": [ { "code": "search-type" }, { "code": "create" }, { "code": "delete" } ], "searchParam": [ { "name": "patient", "type": "reference", "documentation": "Focus of message" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "type": "Task", "profile": "https://fhir.virtually.healthcare/StructureDefinition/Task", "supportedProfile": [ "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Task" ], "interaction": [ { "code": "search-type" }, { "code": "create" }, { "code": "update" } ], "searchParam": [ { "name": "patient", "type": "reference", "documentation": "Search by patient" }, { "name": "authored-on", "type": "date", "documentation": "Search by creation date" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "type": "QuestionnaireResponse", "profile": "https://fhir.virtually.healthcare/StructureDefinition/QuestionnaireResponse", "supportedProfile": [ "https://fhir.hl7.org.uk/StructureDefinition/UKCore-QuestionnaireResponse" ], "documentation": "Pharmacy Nomination Only (questionnaire = https://fhir.virtually.healthcare/PharmacyNomination)", "interaction": [ { "code": "search-type" }, { "code": "create" } ], "searchParam": [ { "name": "patient", "type": "reference", "documentation": "The patient that is the subject of the questionnaire response" }, { "name": "questionnaire", "type": "reference", "documentation": "The questionnaire the answers are provided for" } ] } ] } ] }