FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.application-feature.r4b
Resource TypeCapabilityStatement
IdCapabilityStatement-FeatureCapabilityStatementExample.json
FHIR VersionR4B

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 FeatureCapabilityStatementExample

  • Implementation Guide Version: 1.0.0-ballot
  • FHIR Version: 4.0.1
  • Supported Formats: json
  • Supported Patch Formats:
  • Published on: 2023-10-11
  • Published by: HL7 International / FHIR Infrastructure

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

Source1

{
  "resourceType": "CapabilityStatement",
  "id": "FeatureCapabilityStatementExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/application-feature/StructureDefinition/FeatureCapabilityStatement"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/uv/application-feature/CapabilityStatement/FeatureCapabilityStatementExample",
  "version": "1.0.0-ballot",
  "name": "FeatureCapabilityStatementExample",
  "status": "draft",
  "date": "2023-10-11",
  "publisher": "HL7 International / FHIR Infrastructure",
  "contact": [
    {
      "name": "HL7 International / FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "kind": "instance",
  "implementation": {
    "description": "Example FeatureCapabilityStatement"
  },
  "fhirVersion": "4.3.0",
  "format": [
    "json"
  ],
  "rest": [
    {
      "extension": [
        {
          "extension": [
            {
              "url": "code",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "http://hl7.org/fhir/uv/application-feature/CodeSystem/capability-feature-cs",
                    "code": "versioning"
                  }
                ]
              }
            },
            {
              "url": "value",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "http://hl7.org/fhir/uv/application-feature/CodeSystem/capability-feature-value-cs",
                    "code": "versioned"
                  }
                ]
              }
            }
          ],
          "url": "http://hl7.org/fhir/uv/application-feature/StructureDefinition/feature"
        }
      ],
      "mode": "server"
    }
  ]
}