| Package | hl7.fhir.uv.fhircast |
| Resource Type | CapabilityStatement |
| Id | fhircast-capabilitystatement-example |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/uv/fhircast/https://build.fhir.org/ig/HL7/fhircast-docs/CapabilityStatement-fhircast-capabilitystatement-example.html |
| URL | http://hl7.org/fhir/uv/fhircast/CapabilityStatement/fhircast-capabilitystatement-example |
| Version | 3.0.0 |
| Status | active |
| Date | 2024-04-04 |
| Realm | uv |
| Authority | hl7 |
| Description | Example instance of a CapabilityStatement with FHIRcast extension. |
| Kind | instance |
No resources found
| ImplementationGuide | |
| hl7.fhir.uv.fhircast | FHIRcast |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement fhircast-capabilitystatement-example
Profile: FHIRcastCapabilityStatement
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.
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 |
|---|---|---|---|---|---|---|---|---|---|
| Patient | y |
{
"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"
}
]
}
]
}
]
}