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

FHIR IG Statistics: CapabilityStatement/fhircast-capabilitystatement-example

Packagehl7.fhir.uv.fhircast
Resource TypeCapabilityStatement
Idfhircast-capabilitystatement-example
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/fhircast/https://build.fhir.org/ig/HL7/fhircast-docs/CapabilityStatement-fhircast-capabilitystatement-example.html
URLhttp://hl7.org/fhir/uv/fhircast/CapabilityStatement/fhircast-capabilitystatement-example
Version3.0.0
Statusactive
Date2024-04-04
Realmuv
Authorityhl7
DescriptionExample instance of a CapabilityStatement with FHIRcast extension.
Kindinstance

Resources that use this resource

No resources found


Resources that this resource uses

ImplementationGuide
hl7.fhir.uv.fhircastFHIRcast

Narrative

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

Generated Narrative: CapabilityStatement fhircast-capabilitystatement-example

  • Implementation Guide Version: 3.0.0
  • FHIR Version: 4.0.1
  • Supported Formats: json, xml
  • Supported Patch Formats:
  • Published on: 2024-04-04
  • Published by: HL7 International / Infrastructure And Messaging

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.

SHALL Support the Following Implementation Guides

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
Patient y

Resource Conformance: supported Patient

Core FHIR Resource
Patient
Reference Policy
Interaction summary
  • Supports read.


Source

{
  "resourceType": "CapabilityStatement",
  "id": "fhircast-capabilitystatement-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/fhircast/StructureDefinition/fhircast-capabilitystatement"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/uv/fhircast/CapabilityStatement/fhircast-capabilitystatement-example",
  "version": "3.0.0",
  "status": "active",
  "date": "2024-04-04",
  "publisher": "HL7 International / Infrastructure And Messaging",
  "contact": [
    {
      "name": "HL7 International / Infrastructure And Messaging",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/inm"
        },
        {
          "system": "email",
          "value": "inm@lists.HL7.org"
        }
      ]
    },
    {
      "name": "HL7 International / Infrastructure And Messaging",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/inm"
        },
        {
          "system": "email",
          "value": "inm@lists.HL7.org"
        }
      ]
    }
  ],
  "description": "Example instance of a CapabilityStatement with FHIRcast extension.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "kind": "instance",
  "software": {
    "name": "FHIR server software supporting FHIRcast"
  },
  "implementation": {
    "description": "Instance of FHIR server software supporting FHIRcast"
  },
  "fhirVersion": "4.0.1",
  "format": [
    "json",
    "xml"
  ],
  "implementationGuide": [
    "http://hl7.org/fhir/uv/fhircast/ImplementationGuide/hl7.fhir.uv.fhircast|3.0.0"
  ],
  "rest": [
    {
      "extension": [
        {
          "extension": [
            {
              "url": "hub.url",
              "valueUrl": "http://my-fhircast-hub-url.example.org"
            }
          ],
          "url": "http://hl7.org/fhir/uv/fhircast/StructureDefinition/fhircast-configuration-extension"
        }
      ],
      "mode": "server",
      "resource": [
        {
          "type": "Patient",
          "interaction": [
            {
              "code": "read"
            }
          ]
        }
      ]
    }
  ]
}