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

: CapabilityStatement - TTL Representation

Draft as of 2020-04-01

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CapabilityStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "NorthernRegionCapabilityStatement"] ; # 
  fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Demographics related resources</div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir.org.nz/ig/northernregion/CapabilityStatement/NorthernRegionCapabilityStatement"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.4.6"] ; # 
  fhir:name [ fhir:v "NorthernRegionCapabilityStatement"] ; # 
  fhir:title [ fhir:v "Capability Statement describing healthAlliances FHIR APIs"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2020-04-01"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "healthAlliance"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "healthAlliance" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mailto:david.hay25@gmail.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Currently the subset of API's exposed by healthAlliance are read-only and confined to a small set of resource types."] ; # 
  fhir:kind [ fhir:v "instance"] ; # 
  fhir:implementation [
fhir:description [ fhir:v "The hA endpoint" ] ;
fhir:url [ fhir:v "http://healthAlliance.co.nz/fhir"^^xsd:anyURI ]
  ] ; # 
  fhir:fhirVersion [ fhir:v "4.0.1"] ; # 
  fhir:format ( [ fhir:v "json"] ) ; # 
  fhir:rest ( [
fhir:mode [ fhir:v "server" ] ;
    ( fhir:resource [
fhir:type [ fhir:v "Patient" ] ;
      ( fhir:supportedProfile [
fhir:v "http://hl7.org.nz/healthalliance/HaPatient"^^xsd:anyURI ;
fhir:link <http://hl7.org.nz/healthalliance/HaPatient>       ] ) ;
fhir:documentation [ fhir:v "Each DHB exposes its core demographics infomation via the Patient resource.\n\n" ] ;
      ( fhir:interaction [
fhir:code [ fhir:v "read" ] ;
fhir:documentation [ fhir:v "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)" ]       ] [
fhir:code [ fhir:v "search-type" ]       ] ) ;
      ( fhir:searchParam [
fhir:name [ fhir:v "identifier" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Use for NHI queries and other queries related to identifiers" ]       ] )     ] )
  ] ) . #