| Package | hl7.fhir.nz.cca |
| Resource Type | CapabilityStatement |
| Id | CcaCapabilityStatement |
| FHIR Version | R4 |
| Source | http://hl7.org.nz/fhir/cca/file:///Users/davidhay/IG/cca/output/CapabilityStatement-CcaCapabilityStatement.html |
| URL | http://hl7.org.nz/fhir/cca/CapabilityStatement/CcaCapabilityStatement |
| Version | 0.1.0 |
| Status | draft |
| Date | 2020-04-01 |
| Name | HPI_CapabilityStatement |
| Title | Capability Statement describing CCA FHIR APIs |
| Realm | nz |
| Authority | hl7 |
| Description | This is the computable resource that describes the RESTful endpoint |
| Kind | instance |
No resources found
| StructureDefinition | |
| CcaPlanDefinition | PlanDefinition |
Note: links and images are rebased to the (stated) source
{
"resourceType": "CapabilityStatement",
"id": "CcaCapabilityStatement",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.org.nz/fhir/cca/CapabilityStatement/CcaCapabilityStatement",
"version": "0.1.0",
"name": "HPI_CapabilityStatement",
"title": "Capability Statement describing CCA FHIR APIs",
"status": "draft",
"date": "2020-04-01",
"publisher": "David Hay",
"contact": [
{
"name": "David Hay",
"telecom": [
{
"system": "email",
"value": "mailto:david.hay25@gmail.com"
}
]
}
],
"description": "This is the computable resource that describes the RESTful endpoint",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "NZ"
}
]
}
],
"kind": "instance",
"implementation": {
"description": "The regimen query endpoint",
"url": "http://moh.org.nz/hpi/fhir"
},
"fhirVersion": "4.0.1",
"format": [
"json"
],
"rest": [
{
"mode": "server",
"resource": [
{
"type": "PlanDefinition",
"supportedProfile": [
"http://hl7.org.nz/fhir/StructureDefinition/CcaPlanDefinition"
],
"documentation": "PlanDefinition query\n",
"interaction": [
{
"code": "read",
"documentation": "Used to retrieve a PlanDefinition resource by Id."
}
]
}
]
}
]
}