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

FHIR IG Statistics: CapabilityStatement/PhdFHIRServer

Packagehl7.fhir.uv.phd
TypeCapabilityStatement
IdPhdFHIRServer
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/phd/https://build.fhir.org/ig/HL7/phd/CapabilityStatement-PhdFHIRServer.html
URLhttp://hl7.org/fhir/uv/phd/CapabilityStatement/PhdFHIRServer
Version2.1.0
Statusactive
Date2018-10-27
NamePhdFHIRServer
TitlePHD IG FHIR Observation Server requirements
Realmuv
Authorityhl7
DescriptionCapability 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.
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CapabilityStatement PhdFHIRServer

PHD IG FHIR Observation Server requirements

  • Implementation Guide Version: 2.1.0
  • FHIR Version: 4.0.1
  • Supported Formats: json, xml
  • Supported Patch Formats:
  • Published on: 2018-10-27
  • Published by: HL7 International / Health Care Devices

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

PHD IG FHIR Observation Server requirements

Security
Enable CORS: no
Security services supported: OAuth

The OAuth security model is described elsewhere.

Summary of System-wide Interactions
  • Supports the transactioninteraction.

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
Bundle y
Patient yy
Device yy
Observation y

Resource Conformance: supported Bundle

Core FHIR Resource
Bundle
Reference Policy
Interaction summary
  • Supports create.

Documentation

The server is required to support the transaction Bundle and the resolution of temporal logical ids.

Resource Conformance: supported Patient

Core FHIR Resource
Patient
Reference Policy
Interaction summary
  • Supports update, create.

Resource Conformance: supported Device

Core FHIR Resource
Device
Reference Policy
Interaction summary
  • Supports update, create.

Resource Conformance: supported Observation

Core FHIR Resource
Observation
Reference Policy
Interaction summary
  • Supports create.


Source

{
  "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"
        }
      ]
    }
  ]
}