Package | hl7.fhir.uv.phd |
Type | CapabilityStatement |
Id | PhdFHIRServer |
FHIR Version | R4 |
Source | http://hl7.org/fhir/uv/phd/https://build.fhir.org/ig/HL7/phd/CapabilityStatement-PhdFHIRServer.html |
URL | http://hl7.org/fhir/uv/phd/CapabilityStatement/PhdFHIRServer |
Version | 2.1.0 |
Status | active |
Date | 2018-10-27 |
Name | PhdFHIRServer |
Title | PHD IG FHIR Observation Server requirements |
Realm | uv |
Authority | hl7 |
Description | Capability statement. This statement indicates what the server must support and accept to work with this Guide. Though the CapabilityStatement indicates, for example, that the server must support the Device resource, it does not mean the server must save the Device resource. The use case may only be interested in the Observation and Patient resources. What it does mean is that the server cannot generate an error when the PHG uploads a Device resource or references a Device resource that it has uploaded. |
Kind | requirements |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement PhdFHIRServer
json
, xml
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
PHD IG FHIR Observation Server requirements
OAuth
The OAuth security model is described elsewhere.
transaction
interaction.The summary table lists the resources that are part of this configuration, and for each resource it lists:
_include
_revinclude
Resource Type | Profile | R | S | U | C | Searches | _include | _revinclude | Operations |
---|---|---|---|---|---|---|---|---|---|
Bundle | y | ||||||||
Patient | y | y | |||||||
Device | y | y | |||||||
Observation | y |
The server is required to support the transaction Bundle and the resolution of temporal logical ids.
{ "resourceType": "CapabilityStatement", "id": "PhdFHIRServer", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "dev" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 1, "_valueInteger": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", "valueCanonical": "http://hl7.org/fhir/uv/phd/ImplementationGuide/hl7.fhir.uv.phd" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use", "_valueCode": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", "valueCanonical": "http://hl7.org/fhir/uv/phd/ImplementationGuide/hl7.fhir.uv.phd" } ] } } ], "url": "http://hl7.org/fhir/uv/phd/CapabilityStatement/PhdFHIRServer", "version": "2.1.0", "name": "PhdFHIRServer", "title": "PHD IG FHIR Observation Server requirements", "status": "active", "date": "2018-10-27", "publisher": "HL7 International / Health Care Devices", "contact": [ { "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/healthcaredevices" } ] } ], "description": "Capability statement. This statement indicates what the server must support and accept to work with this Guide. Though the CapabilityStatement indicates, for example, that the server must support the Device resource, it does not mean the server must save the Device resource. The use case may only be interested in the Observation and Patient resources. What it does mean is that the server cannot generate an error when the PHG uploads a Device resource or references a Device resource that it has uploaded.", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001" } ] } ], "kind": "requirements", "fhirVersion": "4.0.1", "format": [ "json", "xml" ], "rest": [ { "mode": "server", "documentation": "PHD IG FHIR Observation Server requirements", "security": { "service": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/restful-security-service", "code": "OAuth" }, { "system": "http://terminology.hl7.org/CodeSystem/restful-security-service", "code": "Basic" } ] } ], "description": "The OAuth security model is described elsewhere." }, "resource": [ { "type": "Bundle", "documentation": "The server is required to support the transaction Bundle and the resolution of temporal logical ids.", "interaction": [ { "code": "create" } ] }, { "type": "Patient", "interaction": [ { "code": "update" }, { "code": "create" } ], "updateCreate": true, "conditionalCreate": true, "conditionalUpdate": true }, { "type": "Device", "interaction": [ { "code": "update" }, { "code": "create" } ], "updateCreate": true, "conditionalCreate": true, "conditionalUpdate": true }, { "type": "Observation", "interaction": [ { "code": "create" } ], "conditionalCreate": true } ], "interaction": [ { "code": "transaction" } ] } ] }