HIP FHIR Common Terminology Guide
1.1.0 - Release

HIP FHIR Common Terminology Guide - Local Development build (v1.1.0). See the Directory of published versions

: HPI Disestablishment Reason - TTL Representation

Active as of 2020-02-24

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:Resource.id [ fhir:value "hpi-disestablishment-reason-2.0"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://standards.digital.health.nz/ns/hpi-disestablishment-reason</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\">ownership<a name=\"hpi-disestablishment-reason-2.0-ownership\"> </a></td><td>Change of ownership</td><td>The organisation has been sold or taken over.</td></tr><tr><td style=\"white-space:nowrap\">nlo<a name=\"hpi-disestablishment-reason-2.0-nlo\"> </a></td><td>No longer operating</td><td>The organisation is no longer operating / has ceased trading.</td></tr><tr><td style=\"white-space:nowrap\">removed<a name=\"hpi-disestablishment-reason-2.0-removed\"> </a></td><td>Removed from register</td><td>The organisation has been removed from the official register.</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"hpi-disestablishment-reason-2.0-other\"> </a></td><td>Other</td><td>There is some other reason for the closure of the organisation.  Details are to be documented in the notes.</td></tr><tr><td style=\"white-space:nowrap\">receivership<a name=\"hpi-disestablishment-reason-2.0-receivership\"> </a></td><td>Receivership</td><td>The organisation is in receivership.</td></tr><tr><td style=\"white-space:nowrap\">liquidation<a name=\"hpi-disestablishment-reason-2.0-liquidation\"> </a></td><td>Liquidation</td><td>The organisation is in liquidation.</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"hpi-disestablishment-reason-2.0-unknown\"> </a></td><td>Unknown</td><td>The disestablishment reason is not known.</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "https://standards.digital.health.nz/ns/hpi-disestablishment-reason"];
  fhir:CodeSystem.version [ fhir:value "2.0"];
  fhir:CodeSystem.name [ fhir:value "Hpi_disestablishment_reason_2_0"];
  fhir:CodeSystem.title [ fhir:value "HPI Disestablishment Reason"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2020-02-24T00:00:00+13:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "Te Whatu Ora"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "Te Whatu Ora" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "mailto:integration@health.govt.nz" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "Disestablishment Reason Code (Organisation and Facility)"];
  fhir:CodeSystem.purpose [ fhir:value "To be used when an organisation or facility is disestablished."];
  fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.versionNeeded [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.count [ fhir:value "7"^^xsd:nonNegativeInteger];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "ownership" ];
     fhir:CodeSystem.concept.display [ fhir:value "Change of ownership" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The organisation has been sold or taken over." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "nlo" ];
     fhir:CodeSystem.concept.display [ fhir:value "No longer operating" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The organisation is no longer operating / has ceased trading." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "removed" ];
     fhir:CodeSystem.concept.display [ fhir:value "Removed from register" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The organisation has been removed from the official register." ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "other" ];
     fhir:CodeSystem.concept.display [ fhir:value "Other" ];
     fhir:CodeSystem.concept.definition [ fhir:value "There is some other reason for the closure of the organisation.  Details are to be documented in the notes." ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "receivership" ];
     fhir:CodeSystem.concept.display [ fhir:value "Receivership" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The organisation is in receivership." ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "liquidation" ];
     fhir:CodeSystem.concept.display [ fhir:value "Liquidation" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The organisation is in liquidation." ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "unknown" ];
     fhir:CodeSystem.concept.display [ fhir:value "Unknown" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The disestablishment reason is not known." ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.