Medtech ALEX® Implementation Guide
0.0.1 - draft International flag

Medtech ALEX® Implementation Guide - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

CapabilityStatement: Medtech ALEX v2.x Capability Statement

Official URL: https://alexapi.medtechglobal.com/fhir/v2/metadata Version: 0.0.1
Active as of 2024-01-30 Computable Name: Medtech ALEX v2 Capability Statement

Represents the API exposed by Medtech ALEX v2.x

Raw OpenAPI-Swagger Definition file | Download

Generated Narrative: CapabilityStatement alexV2-x

Capability Statement describing Medtech ALEX FHIR APIs

  • Implementation Guide Version: 0.0.1
  • FHIR Version: 4.0.1
  • Supported Formats: application/fhir+json, json
  • Supported Patch Formats: application/fhir+json, application/json-patch+json
  • Published on: 2024-01-30 05:33:38+0000
  • Published by: Medtech Global

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
  • Supports the history-systeminteraction.

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
Patienthttp://hl7.org/fhir/StructureDefinition/Patientyyactive, organization, birthdate, name, _id, identifier, email, telecom, general-practitioner, given, familyPatient:organization, Patient:general-practitioner, *Condition:patient, MedicationRequest:subject, MedicationRequest:patient, Observation:patient, Observation:subject, Immunization:patient, AllergyIntolerance:patient, DiagnosticReport:patient, Appointment:patient, DocumentReference:patient, Communication:patient, Account:patient, Task:owner, Task:patient, ExplanationOfBenefit:patient
Conditionhttp://hl7.org/fhir/StructureDefinition/Conditionyyclinical-status, long-term-condition, _security, _id, patient, onset-dateCondition:patient, *
MedicationRequesthttp://hl7.org/fhir/StructureDefinition/MedicationRequestyy_security, _id, authoredon, subject, patient, nzeps-long-term-medication, statusMedicationRequest:subject, MedicationRequest:patient, *
AllergyIntolerancehttp://hl7.org/fhir/StructureDefinition/AllergyIntoleranceyy_id, date, patient, clinical-statusAllergyIntolerance:patient, *
DiagnosticReporthttps://fhir.medtechglobal.com/StructureDefinition/pathology-bundleyyissued, _security, _id, performer, patientDiagnosticReport:performer, DiagnosticReport:patient, *
Locationhttp://hl7.org/fhir/StructureDefinition/Locationyyendpoint, name, identifier, _idLocation:endpoint, *Observation:subject
Practitionerhttp://hl7.org/fhir/StructureDefinition/Practitioneryyactive, name, identifier, _idPatient:general-practitioner, DiagnosticReport:performer, Appointment:practitioner, Task:owner
DocumentReferencehttp://hl7.org/fhir/StructureDefinition/DocumentReferenceyydate, type, _security, _id, patient, periodDocumentReference:patient, *
Bundlehttp://hl7.org/fhir/StructureDefinition/Bundleyyymessage, _tag, _security, _lastUpdated, identifier, _id, composition, _source, type, timestamp, _profileBundle:message, Bundle:composition, *
Devicehttp://hl7.org/fhir/StructureDefinition/DeviceObservation:subject, Task:owner
CareTeamhttp://hl7.org/fhir/StructureDefinition/CareTeamDiagnosticReport:performer, Task:owner
Schedulehttp://hl7.org/fhir/StructureDefinition/ScheduleSlot:schedule
Endpointhttp://hl7.org/fhir/StructureDefinition/EndpointLocation:endpoint
MessageHeaderhttp://hl7.org/fhir/StructureDefinition/MessageHeaderBundle:message
Compositionhttp://hl7.org/fhir/StructureDefinition/CompositionBundle:composition
HealthcareServicehttp://hl7.org/fhir/StructureDefinition/HealthcareServiceTask:owner
RelatedPersonhttp://hl7.org/fhir/StructureDefinition/RelatedPersonTask:owner

Resource Conformance: supported Patient

Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports read, search-type.

Documentation

The Patient resource represents patient demographics.

Search Parameters
ConformanceParameterTypeDocumentation
SHALLactivetoken

Whether the patient record is active

SHALLorganizationreference

The organization that is the custodian of the patient record

SHALLbirthdatedate

Multiple Resources:

SHALLnamestring

A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text

SHALL_idtoken

Logical id of this artifact

SHALLidentifiertoken

A patient identifier

SHALLemailtoken

Multiple Resources:

SHALLtelecomtoken

Multiple Resources:

SHALLgeneral-practitionerreference

Patient's nominated general practitioner, not the organization that manages the record

SHALLgivenstring

Multiple Resources:

SHALLfamilystring

Multiple Resources:

 

Resource Conformance: supported Condition

Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports read, search-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALLclinical-statustoken

The clinical status of the condition

SHALLlong-term-conditiontoken

Allows the client to retrieve only the Conditions marked as 'long term'

SHALL_securitytoken

Security Labels applied to this resource

SHALL_idtoken

Logical id of this artifact

SHALLpatientreference

Multiple Resources:

SHALLonset-datedate

Date related onsets (dateTime and Period)

 

Resource Conformance: supported MedicationRequest

Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports read, search-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALL_securitytoken

Security Labels applied to this resource

SHALL_idtoken

Logical id of this artifact

SHALLauthoredondate

Return prescriptions written on this date

SHALLsubjectreference

The identity of a patient to list orders for

SHALLpatientreference

Multiple Resources:

SHALLnzeps-long-term-medicationtoken

NZePS Long Term Medication Indicator

SHALLstatustoken

Multiple Resources:

 

Resource Conformance: supported AllergyIntolerance

Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports read, search-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALL_idtoken

Logical id of this artifact

SHALLdatedate

Multiple Resources:

SHALLpatientreference

Multiple Resources:

SHALLclinical-statustoken

active | inactive | resolved

 

Resource Conformance: supported DiagnosticReport

Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports read, search-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALLissueddate

When the report was issued

SHALL_securitytoken

Security Labels applied to this resource

SHALL_idtoken

Logical id of this artifact

SHALLperformerreference

Who is responsible for the report

SHALLpatientreference

Multiple Resources:

 

Resource Conformance: supported Location

Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports read, search-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALLendpointreference

Technical endpoints providing access to services operated for the location

SHALLnamestring

A portion of the location's name or alias

SHALLidentifiertoken

An identifier for the location

SHALL_idtoken

Logical id of this artifact

 

Resource Conformance: supported Practitioner

Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports read, search-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALLactivetoken

Whether the practitioner record is active

SHALLnamestring

A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text

SHALLidentifiertoken

A practitioner's Identifier

SHALL_idtoken

Logical id of this artifact

 

Resource Conformance: supported DocumentReference

Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports read, search-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALLdatedate

When this document reference was created

SHALLtypetoken

Multiple Resources:

SHALL_securitytoken

Security Labels applied to this resource

SHALL_idtoken

Logical id of this artifact

SHALLpatientreference

Multiple Resources:

SHALLperioddate

Time of service that is being documented

 

Resource Conformance: supported Bundle

Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports create, read, search-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALLmessagereference

The first resource in the bundle, if the bundle type is "message" - this is a message header, and this parameter provides access to search its contents

SHALL_tagtoken

Tags applied to this resource

SHALL_securitytoken

Security Labels applied to this resource

SHALL_lastUpdateddate

When the resource version last changed

SHALLidentifiertoken

Persistent identifier for the bundle

SHALL_idtoken

Logical id of this artifact

SHALLcompositionreference

The first resource in the bundle, if the bundle type is "document" - this is a composition, and this parameter provides access to search its contents

SHALL_sourceuri

Identifies where the resource comes from

SHALLtypetoken

document | message | transaction | transaction-response | batch | batch-response | history | searchset | collection

SHALLtimestampdate

When the bundle was assembled

SHALL_profileuri

Profiles this resource claims to conform to

 

Resource Conformance: supported Device

Profile Conformance
SHALL
Reference Policy

Interaction summary

    Resource Conformance: supported CareTeam

    Profile Conformance
    SHALL
    Reference Policy

    Interaction summary

      Resource Conformance: supported Schedule

      Profile Conformance
      SHALL
      Reference Policy

      Interaction summary

        Resource Conformance: supported Endpoint

        Profile Conformance
        SHALL
        Reference Policy

        Interaction summary

          Resource Conformance: supported MessageHeader

          Profile Conformance
          SHALL
          Reference Policy

          Interaction summary

            Resource Conformance: supported Composition

            Profile Conformance
            SHALL
            Reference Policy

            Interaction summary

              Resource Conformance: supported HealthcareService

              Profile Conformance
              SHALL
              Reference Policy

              Interaction summary

                Resource Conformance: supported RelatedPerson

                Profile Conformance
                SHALL
                Reference Policy

                Interaction summary