FHIR Application Feature Framework Implementation Guide
1.0.0-ballot - STU1 Ballot International flag

This page is part of the FHIR Application Feature Framework Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: FeatureCapabilityStatementExample - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "CapabilityStatement",
  "id" : "FeatureCapabilityStatementExample",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/application-feature/StructureDefinition/FeatureCapabilityStatement"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CapabilityStatement FeatureCapabilityStatementExample</b></p><a name=\"FeatureCapabilityStatementExample\"> </a><a name=\"hcFeatureCapabilityStatementExample\"> </a><a name=\"FeatureCapabilityStatementExample-en-US\"> </a><h2 id=\"title\"/><ul><li>Implementation Guide Version: 1.0.0-ballot </li><li>FHIR Version: 4.0.1 </li><li>Supported Formats: <code>json</code></li><li>Supported Patch Formats: </li><li>Published on: 2023-10-11 </li><li>Published by: HL7 International / FHIR Infrastructure </li></ul><blockquote class=\"impl-note\"><p><strong>Note to Implementers: FHIR Capabilities</strong></p><p>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.</p></blockquote><h2 id=\"rest\">FHIR RESTful Capabilities</h2><div class=\"panel panel-default\"><div class=\"panel-heading\"><h3 id=\"mode1\" class=\"panel-title\">Mode: <code>server</code></h3></div><div class=\"panel-body\"><div class=\"lead\"><em>Summary of System-wide Interactions</em></div></div></div></div>"
  },
  "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.0.1",
  "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"
    }
  ]
}