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

: OrgFac Contact Usage - TTL Representation

Retired as of 2020-04-20

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-contact-usage-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-contact-usage</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\">B<a name=\"hpi-contact-usage-2.0-B\"> </a></td><td>Business</td><td>A general business contact for the organisation.</td></tr><tr><td style=\"white-space:nowrap\">B-OLD<a name=\"hpi-contact-usage-2.0-B-OLD\"> </a></td><td>Business (Inactive)</td><td>This contact point is no longer in use (or was never correct, but retained for records).</td></tr><tr><td style=\"white-space:nowrap\">E<a name=\"hpi-contact-usage-2.0-E\"> </a></td><td>Emergency</td><td>A general emergency contact for the organisation.</td></tr><tr><td style=\"white-space:nowrap\">H<a name=\"hpi-contact-usage-2.0-H\"> </a></td><td>HealthLink</td><td>The HealthLink address number used for messaging through HealthLink  (To be retired).</td></tr><tr><td style=\"white-space:nowrap\">P<a name=\"hpi-contact-usage-2.0-P\"> </a></td><td>Personal</td><td>A personal contact for the practitioner or health worker.</td></tr><tr><td style=\"white-space:nowrap\">C<a name=\"hpi-contact-usage-2.0-C\"> </a></td><td>Connected Health</td><td>Connected Health.</td></tr><tr><td style=\"white-space:nowrap\">T<a name=\"hpi-contact-usage-2.0-T\"> </a></td><td>Temporary</td><td>A temporary contact point. The period can provide more detailed information.</td></tr><tr><td style=\"white-space:nowrap\">M<a name=\"hpi-contact-usage-2.0-M\"> </a></td><td>Mobile</td><td>Mobile.</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "https://standards.digital.health.nz/ns/hpi-contact-usage"];
  fhir:CodeSystem.version [ fhir:value "2.0"];
  fhir:CodeSystem.name [ fhir:value "Hpi_contact_usage_2_0"];
  fhir:CodeSystem.title [ fhir:value "OrgFac Contact Usage"];
  fhir:CodeSystem.status [ fhir:value "retired"];
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2020-04-20T00: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 "A coded type for organisation/facility contact usage."];
  fhir:CodeSystem.purpose [ fhir:value "A coded type for organisation/facility contact usage."];
  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 "8"^^xsd:nonNegativeInteger];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "B" ];
     fhir:CodeSystem.concept.display [ fhir:value "Business" ];
     fhir:CodeSystem.concept.definition [ fhir:value "A general business contact for the organisation." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "B-OLD" ];
     fhir:CodeSystem.concept.display [ fhir:value "Business (Inactive)" ];
     fhir:CodeSystem.concept.definition [ fhir:value "This contact point is no longer in use (or was never correct, but retained for records)." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "E" ];
     fhir:CodeSystem.concept.display [ fhir:value "Emergency" ];
     fhir:CodeSystem.concept.definition [ fhir:value "A general emergency contact for the organisation." ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "H" ];
     fhir:CodeSystem.concept.display [ fhir:value "HealthLink" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The HealthLink address number used for messaging through HealthLink  (To be retired)." ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "P" ];
     fhir:CodeSystem.concept.display [ fhir:value "Personal" ];
     fhir:CodeSystem.concept.definition [ fhir:value "A personal contact for the practitioner or health worker." ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "C" ];
     fhir:CodeSystem.concept.display [ fhir:value "Connected Health" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Connected Health." ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "T" ];
     fhir:CodeSystem.concept.display [ fhir:value "Temporary" ];
     fhir:CodeSystem.concept.definition [ fhir:value "A temporary contact point. The period can provide more detailed information." ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "M" ];
     fhir:CodeSystem.concept.display [ fhir:value "Mobile" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Mobile." ]
  ].

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

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