Package | medicalert.fhir.ig.firstresponder |
Type | CapabilityStatement |
Id | MedicAlert-FirstResponderAPI |
FHIR Version | R4 |
Source | https://standards.medicalert.nz/ns/medicalert/https://build.fhir.org/ig/daniel-thomson/medicalert/CapabilityStatement-MedicAlert-FirstResponderAPI.html |
URL | https://standards.medicalert.nz/ns/medicalert/CapabilityStatement/MedicAlert-FirstResponderAPI |
Version | 0.1.0 |
Status | active |
Date | 2023-01-31T13:15:56.964-00:00 |
Name | MedicAlertIpsServerCapabilityStatement |
Title | MedicAlert IPS Server Capability Statement |
Realm | nz |
Description | This describes the expected capabilities of the MedicAlert IPS Server which is responsible for providing responses to the queries submitted for patient summary documents. The list of FHIR profiles and operations supported by the server are defined. |
Kind | instance |
No resources found
OperationDefinition | |
MedicAlertSummary | MedicAlert Patient Summary |
StructureDefinition | |
MaAllergyIntolerance | MedicAlert AllergyIntolerance (IPS) |
MaLocation | MedicAlert Location |
MaMedicationStatement | MedicAlert MedicationStatement (IPS) |
MaOrganization | MedicAlert Organization (IPS) |
MaPractitioner | MedicAlert Practitioner (IPS) |
MaPractitionerRole | MedicAlert PractitionerRole (IPS) |
MaCondition | MedicAlert Condition (IPS) |
MaDevice | MedicAlert Device (IPS) |
MaDocumentReference | MedicAlert DocumentReference |
MaWarning | MedicAlert Warning |
MaObservationResultsLaboratory | MedicAlert Observation Results: Laboratory |
MaPatient | MedicAlert Patient (IPS) |
MaPatientSummaryBundle | MedicAlert Patient Summary Bundle |
MaProcedure | MedicAlert Procedure (IPS) |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement MedicAlert-FirstResponderAPI
application/fhir+json
, 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
https://standards.medicalert.nz/ns/MaPatientSummaryComposition
Conformance | Operation | Documentation |
---|---|---|
SHALL | $summary |
https://standards.medicalert.nz/ns/MaDeviceUseStatement
{ "resourceType": "CapabilityStatement", "id": "MedicAlert-FirstResponderAPI", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "url": "https://standards.medicalert.nz/ns/medicalert/CapabilityStatement/MedicAlert-FirstResponderAPI", "version": "0.1.0", "name": "MedicAlertIpsServerCapabilityStatement", "title": "MedicAlert IPS Server Capability Statement", "status": "active", "experimental": false, "date": "2023-01-31T13:15:56.964-00:00", "publisher": "MedicAlert", "contact": [ { "name": "MedicAlert", "telecom": [ { "system": "url", "value": "https://medicalert.nz/" } ] } ], "description": "This describes the expected capabilities of the MedicAlert IPS Server which is responsible for providing responses to the queries submitted for patient summary documents. The list of FHIR profiles and operations supported by the server are defined.", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "NZ", "display": "New Zealand" } ] } ], "kind": "instance", "fhirVersion": "4.0.1", "format": [ "application/fhir+json", "json" ], "rest": [ { "mode": "server", "resource": [ { "type": "Bundle", "profile": "https://standards.medicalert.nz/ns/MaPatientSummaryBundle" }, { "type": "Composition", "profile": "https://standards.medicalert.nz/ns/MaPatientSummaryComposition" }, { "type": "Patient", "profile": "https://standards.medicalert.nz/ns/MaPatient", "operation": [ { "name": "summary", "definition": "https://standards.medicalert.nz/ns/MedicAlertSummary" } ] }, { "type": "AllergyIntolerance", "profile": "https://standards.medicalert.nz/ns/MaAllergyIntolerance" }, { "type": "Condition", "profile": "https://standards.medicalert.nz/ns/MaCondition" }, { "type": "Device", "profile": "https://standards.medicalert.nz/ns/MaDevice" }, { "type": "DeviceUseStatement", "profile": "https://standards.medicalert.nz/ns/MaDeviceUseStatement" }, { "type": "MedicationStatement", "profile": "https://standards.medicalert.nz/ns/MaMedicationStatement" }, { "type": "Observation", "profile": "http://hl7.org/fhir/StructureDefinition/Observation", "supportedProfile": [ "https://standards.medicalert.nz/ns/MaObservationResultsLaboratory" ] }, { "type": "Organization", "profile": "https://standards.medicalert.nz/ns/MaOrganization" }, { "type": "Practitioner", "profile": "https://standards.medicalert.nz/ns/MaPractitioner" }, { "type": "PractitionerRole", "profile": "https://standards.medicalert.nz/ns/MaPractitionerRole" }, { "type": "Location", "profile": "https://standards.medicalert.nz/ns/MaLocation" }, { "type": "Procedure", "profile": "https://standards.medicalert.nz/ns/MaProcedure" }, { "type": "DocumentReference", "profile": "https://standards.medicalert.nz/ns/MaDocumentReference" }, { "type": "Flag", "profile": "https://standards.medicalert.nz/ns/MaWarning" } ] } ] }