HIP FHIR Common Terminology Guide 1.3.1 - Release
HIP FHIR Common Terminology Guide - Local Development build (v1.3.1). See the Directory of published versions
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:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "hpi-organisation-type-1.1"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>" ] ; # fhir:url [ fhir:v "https://standards.digital.health.nz/ns/organisation-type-code"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.1"] ; # fhir:name [ fhir:v "Hpi_organisation_type"] ; # fhir:title [ fhir:v "Organisation Type"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2020-04-20T00:00:00+13:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Te Whatu Ora"] ; # fhir:contact ( [ fhir:name [ fhir:v "Te Whatu Ora" ] ; ( fhir:telecom [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "mailto:integration@health.govt.nz" ] ] ) ] ) ; # fhir:description [ fhir:v "A coded value for organisation type."] ; # fhir:purpose [ fhir:v "A coded value for organisation type."] ; # fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # fhir:versionNeeded [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "8"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "001" ] ; fhir:display [ fhir:v "District Health Board (DHB)" ] ; fhir:definition [ fhir:v "DHBs provide (or fund the provision of) health and disability services to 20 districts throughout New Zealand." ] ] [ fhir:code [ fhir:v "003" ] ; fhir:display [ fhir:v "Government Organisations" ] ; fhir:definition [ fhir:v "This includes both national and local government bodies but excludes DHBs." ] ] [ fhir:code [ fhir:v "006" ] ; fhir:display [ fhir:v "Responsible Authority" ] ; fhir:definition [ fhir:v "Responsible Authorities are Listed in the Health Practitioners Competency Assurance Act 2003." ] ] [ fhir:code [ fhir:v "007" ] ; fhir:display [ fhir:v "Research Institutions" ] ; fhir:definition [ fhir:v "Research institutions not involved in education." ] ] [ fhir:code [ fhir:v "008" ] ; fhir:display [ fhir:v "Education Institutions" ] ; fhir:definition [ fhir:v "Education institutions - these may include those involved in research, e.g. universities." ] ] [ fhir:code [ fhir:v "009" ] ; fhir:display [ fhir:v "Primary Health Organisation (PHO)" ] ; fhir:definition [ fhir:v "PHOs are the local provider organisations through which DHBs implement the Primary Health Care Strategy." ] ] [ fhir:code [ fhir:v "027" ] ; fhir:display [ fhir:v "Māori Health Providers" ] ; fhir:definition [ fhir:v "Provider organisations that are owned and governed by Māori and provide services primarily, but not exclusively, to Māori." ] ] [ fhir:code [ fhir:v "999" ] ; fhir:display [ fhir:v "Other" ] ] ) . #