FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CapabilityStatement/IM1TransactionTPPFacade

Packagefhir.virtually.healthcare
TypeCapabilityStatement
IdIM1TransactionTPPFacade
FHIR VersionR4
Sourcehttps://fhir.virtually.healthcare/https://build.fhir.org/ig/Virtually-Healthcare/R4/CapabilityStatement-IM1TransactionTPPFacade.html
URLhttps://fhir.virtually.healthcare/CapabilityStatement/IM1TransactionTPPFacade
Version0.1.1-current
Statusdraft
Date2024-10-08
NameIM1TransactionTPPFacade
TitleFacade - IM1 Transaction TPP
Realmus
Authorityhl7
DescriptionThis is a [Service Facade](ActorDefinition-ServiceFacade.html) to [IM1 Transaction](https://digital.nhs.uk/services/gp-it-futures-systems/im1-pairing-integration/interface-mechanisms-guidance#transaction) 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.
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
PatientPatient
QuestionnaireResponseQuestionnaireResponse
UKCore-PatientUK Core Patient

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CapabilityStatement IM1TransactionTPPFacade

Facade - IM1 Transaction TPP

  • Implementation Guide Version: 0.1.1-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
yyfamily, given, telecom, birthdate, address-postalcode, gender
QuestionnaireResponsehttps://fhir.virtually.healthcare/StructureDefinition/QuestionnaireResponse
Additional supported profiles:
  UK Core Questionnaire Response
y

Resource Conformance: SHALL Patient

Base System Profile
Patient
Profile Conformance
SHALL
Reference Policy

Supported Profiles

UK Core Patient

Interaction summary
  • Supports read, search-type.

Documentation
GET /Patient?{parameters}

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

Search Examples

Search for Patient's by surname

GET /Patient?family=Avocet
Search Parameters
ConformanceParameterTypeDocumentation
SHALLfamilystring

A patients surname

SHALLgivenstring

A patients first name

SHALLtelecomtoken

A patients phone number or email address

SHALLbirthdatedate

A patients date of birth

SHALLaddress-postalcodestring

A patients postcode

SHALLgendertoken

A patients gender - administrative

 

Resource Conformance: SHALL QuestionnaireResponse

Base System Profile
QuestionnaireResponse
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports create.

Documentation

Writeback clinically coded (UK SNOMED CT) consultations to TPP


Source

{
  "resourceType": "CapabilityStatement",
  "id": "IM1TransactionTPPFacade",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.virtually.healthcare/CapabilityStatement/IM1TransactionTPPFacade",
  "version": "0.1.1-current",
  "name": "IM1TransactionTPPFacade",
  "title": "Facade - IM1 Transaction TPP",
  "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 Transaction](https://digital.nhs.uk/services/gp-it-futures-systems/im1-pairing-integration/interface-mechanisms-guidance#transaction)\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": "\n```\nGET /Patient?{parameters}\n```\n\nConformance to this implementation guide **SHOULD** be tested via [FHIR Validation](https://hl7.org/fhir/R4/validation.html).\n\n**Search Examples**\n\nSearch for Patient's by surname\n\n```\nGET /Patient?family=Avocet\n```\n",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "searchParam": [
            {
              "name": "family",
              "type": "string",
              "documentation": "A patients surname"
            },
            {
              "name": "given",
              "type": "string",
              "documentation": "A patients first name"
            },
            {
              "name": "telecom",
              "type": "token",
              "documentation": "A patients phone number or email address"
            },
            {
              "name": "birthdate",
              "type": "date",
              "documentation": "A patients date of birth"
            },
            {
              "name": "address-postalcode",
              "type": "string",
              "documentation": "A patients postcode"
            },
            {
              "name": "gender",
              "type": "token",
              "documentation": "A patients gender - administrative"
            }
          ]
        },
        {
          "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": "Writeback clinically coded (UK SNOMED CT) consultations to TPP",
          "interaction": [
            {
              "code": "create"
            }
          ]
        }
      ]
    }
  ]
}