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

FHIR IG analytics

Packagehl7.fhir.uv.symptoms
Resource TypeCapabilityStatement
IdCapabilityStatement-SymptomCapabilities.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/fhir-symptoms-ig/CapabilityStatement-SymptomCapabilities.html
URLhttp://hl7.org/fhir/uv/symptoms/CapabilityStatement/SymptomCapabilities
Version1.0.0-ballot
Statusactive
Date2025-01-01
NameSymptomsSystem
TitleSymptom System Capabilities
Realmuv
Authorityhl7
DescriptionCapabilities required for a system exchanging symptoms data.
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
SymptomAbsentObservationSymptom Absent Observation
SymptomObservationSymptom Observation

Narrative

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

Generated Narrative: CapabilityStatement SymptomCapabilities

Symptom System Capabilities

  • Implementation Guide Version: 1.0.0-ballot
  • FHIR Version: 4.0.1
  • Supported Formats: json, xml
  • Published on: 2025-01-01
  • Published by: HL7 International / Clinical Interoperability Council

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

REST Configuration: 1

Mode: client

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
ObservationSupported Profiles
  Symptom Observation
  Symptom Absent Observation
yyyycategory, patient, code-value-concept, date

Resource Conformance: supported Observation
Core FHIR Resource
Observation
Reference Policy
Interaction summary
  • Supports search-type, read, create, update.

Search Parameters
ConformanceParameterTypeDocumentation
SHALLcategorytoken
SHALLpatientreference
SHALLcode-value-conceptcomposite
SHALLdatedate
 

REST Configuration: 2

Mode: server

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
ObservationSupported Profiles
  Symptom Observation
  Symptom Absent Observation
yyyycategory, patient, code-value-concept, date

Resource Conformance: supported Observation
Core FHIR Resource
Observation
Reference Policy
Interaction summary
  • Supports search-type, read, create, update.

Search Parameters
ConformanceParameterTypeDocumentation
SHALLcategorytoken
SHALLpatientreference
SHALLcode-value-conceptcomposite
SHALLdatedate
 

Source1

{
  "resourceType": "CapabilityStatement",
  "id": "SymptomCapabilities",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cic"
    },
    {
      "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/symptoms/ImplementationGuide/hl7.fhir.uv.symptoms"
          }
        ]
      }
    },
    {
      "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/symptoms/ImplementationGuide/hl7.fhir.uv.symptoms"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/symptoms/CapabilityStatement/SymptomCapabilities",
  "version": "1.0.0-ballot",
  "name": "SymptomsSystem",
  "title": "Symptom System Capabilities",
  "status": "active",
  "experimental": false,
  "date": "2025-01-01",
  "publisher": "HL7 International / Clinical Interoperability Council",
  "contact": [
    {
      "name": "HL7 International / Clinical Interoperability Council",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cic"
        }
      ]
    }
  ],
  "description": "Capabilities required for a system exchanging symptoms data.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "kind": "requirements",
  "fhirVersion": "4.0.1",
  "format": [
    "json",
    "xml"
  ],
  "rest": [
    {
      "mode": "client",
      "resource": [
        {
          "type": "Observation",
          "supportedProfile": [
            "http://hl7.org/fhir/uv/symptoms/StructureDefinition/SymptomObservation",
            "http://hl7.org/fhir/uv/symptoms/StructureDefinition/SymptomAbsentObservation"
          ],
          "interaction": [
            {
              "code": "search-type"
            },
            {
              "code": "read"
            },
            {
              "code": "create"
            },
            {
              "code": "update"
            }
          ],
          "searchParam": [
            {
              "name": "category",
              "type": "token"
            },
            {
              "name": "patient",
              "type": "reference"
            },
            {
              "name": "code-value-concept",
              "type": "composite"
            },
            {
              "name": "date",
              "type": "date"
            }
          ]
        }
      ]
    },
    {
      "mode": "server",
      "resource": [
        {
          "type": "Observation",
          "supportedProfile": [
            "http://hl7.org/fhir/uv/symptoms/StructureDefinition/SymptomObservation",
            "http://hl7.org/fhir/uv/symptoms/StructureDefinition/SymptomAbsentObservation"
          ],
          "interaction": [
            {
              "code": "search-type"
            },
            {
              "code": "read"
            },
            {
              "code": "create"
            },
            {
              "code": "update"
            }
          ],
          "searchParam": [
            {
              "name": "category",
              "type": "token"
            },
            {
              "name": "patient",
              "type": "reference"
            },
            {
              "name": "code-value-concept",
              "type": "composite"
            },
            {
              "name": "date",
              "type": "date"
            }
          ]
        }
      ]
    }
  ]
}