FHIR IG analytics| Package | hl7.fhir.uv.symptoms |
| Resource Type | CapabilityStatement |
| Id | CapabilityStatement-SymptomCapabilities.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/HL7/fhir-symptoms-ig/CapabilityStatement-SymptomCapabilities.html |
| URL | http://hl7.org/fhir/uv/symptoms/CapabilityStatement/SymptomCapabilities |
| Version | 1.0.0-ballot |
| Status | active |
| Date | 2025-01-01 |
| Name | SymptomsSystem |
| Title | Symptom System Capabilities |
| Realm | uv |
| Authority | hl7 |
| Description | Capabilities required for a system exchanging symptoms data. |
| Kind | requirements |
No resources found
| StructureDefinition | |
| SymptomAbsentObservation | Symptom Absent Observation |
| SymptomObservation | Symptom Observation |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement SymptomCapabilities
json, xmlNote 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.
clientThe summary table lists the resources that are part of this configuration, and for each resource it lists:
_include_revinclude| Resource Type | Profile | R | S | U | C | Searches | _include | _revinclude | Operations |
|---|---|---|---|---|---|---|---|---|---|
| Observation | Supported Profiles Symptom Observation Symptom Absent Observation | y | y | y | y | category, patient, code-value-concept, date |
search-type, read, create, update.| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | category | token | |
| SHALL | patient | reference | |
| SHALL | code-value-concept | composite | |
| SHALL | date | date |
serverThe summary table lists the resources that are part of this configuration, and for each resource it lists:
_include_revinclude| Resource Type | Profile | R | S | U | C | Searches | _include | _revinclude | Operations |
|---|---|---|---|---|---|---|---|---|---|
| Observation | Supported Profiles Symptom Observation Symptom Absent Observation | y | y | y | y | category, patient, code-value-concept, date |
search-type, read, create, update.| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | category | token | |
| SHALL | patient | reference | |
| SHALL | code-value-concept | composite | |
| SHALL | date | date |
{
"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"
}
]
}
]
}
]
}