Northern Region Implementation Guide
0.4.6 - CI Build
Northern Region Implementation Guide, published by healthAlliance. This guide is not an authorized publication; it is the continuous build for version 0.4.6 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7NZ/northernRegion/ and changes regularly. See the Directory of published versions
Draft as of 2020-04-01 |
{
"resourceType" : "CapabilityStatement",
"id" : "NorthernRegionCapabilityStatement",
"text" : {
"status" : "additional",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Demographics related resources</div>"
},
"url" : "http://fhir.org.nz/ig/northernregion/CapabilityStatement/NorthernRegionCapabilityStatement",
"version" : "0.4.6",
"name" : "NorthernRegionCapabilityStatement",
"title" : "Capability Statement describing healthAlliances FHIR APIs",
"status" : "draft",
"date" : "2020-04-01",
"publisher" : "healthAlliance",
"contact" : [
{
"name" : "healthAlliance",
"telecom" : [
{
"system" : "email",
"value" : "mailto:david.hay25@gmail.com"
}
]
}
],
"description" : "Currently the subset of API's exposed by healthAlliance are read-only and confined to a small set of resource types.",
"kind" : "instance",
"implementation" : {
"description" : "The hA endpoint",
"url" : "http://healthAlliance.co.nz/fhir"
},
"fhirVersion" : "4.0.1",
"format" : [
"json"
],
"rest" : [
{
"mode" : "server",
"resource" : [
{
"type" : "Patient",
"supportedProfile" : [
"http://hl7.org.nz/healthalliance/HaPatient"
],
"documentation" : "Each DHB exposes its core demographics infomation via the Patient resource.\n\n",
"interaction" : [
{
"code" : "read",
"documentation" : "Used to retrieve a Patient resource by Id. Note that this is ***not*** the same as the NHI identifier (use the identifier search for that)"
},
{
"code" : "search-type"
}
],
"searchParam" : [
{
"name" : "identifier",
"type" : "token",
"documentation" : "Use for NHI queries and other queries related to identifiers"
}
]
}
]
}
]
}