@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://build.fhir.nhsd.healthdirect.org.au/CodeSystem/rc-organizationType> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "rc-organizationType"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem rc-organizationType</b></p><a name=\"rc-organizationType\"> </a><a name=\"hcrc-organizationType\"> </a><p>This case-sensitive code system <code>http://fhir.nhsd.com.au/CodeSystem/rc-organizationType</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">PO<a name=\"rc-organizationType-PO\"> </a></td><td>Healthcare service providing organisation</td><td>Healthcare service providing organisation</td></tr><tr><td style=\"white-space:nowrap\">LEO<a name=\"rc-organizationType-LEO\"> </a></td><td>Legal entity organisation</td><td>Legal entity organisation</td></tr><tr><td style=\"white-space:nowrap\">HIO<a name=\"rc-organizationType-HIO\"> </a></td><td>Healthcare Identifiers (HI) Service Organisation</td><td>Healthcare Identifiers (HI) Service Organisation</td></tr><tr><td style=\"white-space:nowrap\">LHN<a name=\"rc-organizationType-LHN\"> </a></td><td>Local Hospital Network</td><td>Local Hospital Network</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://fhir.nhsd.com.au/CodeSystem/rc-organizationType"^^xsd:anyURI ;
     fhir:l <http://fhir.nhsd.com.au/CodeSystem/rc-organizationType>
  ] ; # 
  fhir:version [ fhir:v "4.0.1"] ; # 
  fhir:name [ fhir:v "TypesOfOrganisation"] ; # 
  fhir:title [ fhir:v "Types of Organisation"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2017-11-01"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "Healthdirect Australia"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "build.fhir.nhsd.com.au" ]
  ] ) ; # 
  fhir:description [ fhir:v "Types of Organisation"] ; # 
  fhir:copyright [ fhir:v "National Health Services Directory© 2018+; Licensed Under Creative Commons No Rights Reserved."] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
     fhir:v "http://fhir.nhsd.com.au/ValueSet/valueset-au-nhsd-organizationType"^^xsd:anyURI ;
     fhir:l <http://fhir.nhsd.com.au/ValueSet/valueset-au-nhsd-organizationType>
  ] ; # 
  fhir:compositional [ fhir:v false] ; # 
  fhir:versionNeeded [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "PO" ] ;
     fhir:display [ fhir:v "Healthcare service providing organisation" ] ;
     fhir:definition [ fhir:v "Healthcare service providing organisation" ]
  ] [
     fhir:code [ fhir:v "LEO" ] ;
     fhir:display [ fhir:v "Legal entity organisation" ] ;
     fhir:definition [ fhir:v "Legal entity organisation" ]
  ] [
     fhir:code [ fhir:v "HIO" ] ;
     fhir:display [ fhir:v "Healthcare Identifiers (HI) Service Organisation" ] ;
     fhir:definition [ fhir:v "Healthcare Identifiers (HI) Service Organisation" ]
  ] [
     fhir:code [ fhir:v "LHN" ] ;
     fhir:display [ fhir:v "Local Hospital Network" ] ;
     fhir:definition [ fhir:v "Local Hospital Network" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

