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 Type - 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-type-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-type</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\">A<a name=\"hpi-contact-type-2.0-A\"> </a></td><td>Monitored Alarms</td><td>Monitored Alarms.</td></tr><tr><td style=\"white-space:nowrap\">C<a name=\"hpi-contact-type-2.0-C\"> </a></td><td>Mobile (Cellphone)</td><td>Mobile.</td></tr><tr><td style=\"white-space:nowrap\">E<a name=\"hpi-contact-type-2.0-E\"> </a></td><td>Email</td><td>Email.</td></tr><tr><td style=\"white-space:nowrap\">F<a name=\"hpi-contact-type-2.0-F\"> </a></td><td>Fax</td><td>Fax.</td></tr><tr><td style=\"white-space:nowrap\">L<a name=\"hpi-contact-type-2.0-L\"> </a></td><td>Satellite Phone</td><td>Satellite Phone.</td></tr><tr><td style=\"white-space:nowrap\">M<a name=\"hpi-contact-type-2.0-M\"> </a></td><td>Electronic Mail Box</td><td>A specific, individual mail ‘container’ supplied by a particular vendor or agency (eg, Chat, Skype).</td></tr><tr><td style=\"white-space:nowrap\">P<a name=\"hpi-contact-type-2.0-P\"> </a></td><td>Pager</td><td>Pager.</td></tr><tr><td style=\"white-space:nowrap\">S<a name=\"hpi-contact-type-2.0-S\"> </a></td><td>SMS (Short Messaging Service)</td><td>SMS.</td></tr><tr><td style=\"white-space:nowrap\">T<a name=\"hpi-contact-type-2.0-T\"> </a></td><td>Telephone</td><td>Telephone.</td></tr><tr><td style=\"white-space:nowrap\">U<a name=\"hpi-contact-type-2.0-U\"> </a></td><td>URL (Universal Resource Locator)</td><td>World Wide Web internet address.</td></tr><tr><td style=\"white-space:nowrap\">V<a name=\"hpi-contact-type-2.0-V\"> </a></td><td>Videoconferencing</td><td>Videoconferencing.</td></tr><tr><td style=\"white-space:nowrap\">W<a name=\"hpi-contact-type-2.0-W\"> </a></td><td>Web forum</td><td>Social Media (eg Twitter, LinkedIn, Facebook).</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "https://standards.digital.health.nz/ns/hpi-contact-type"];
  fhir:CodeSystem.version [ fhir:value "2.0"];
  fhir:CodeSystem.name [ fhir:value "Hpi_contact_type_2_0"];
  fhir:CodeSystem.title [ fhir:value "OrgFac Contact Type"];
  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."];
  fhir:CodeSystem.purpose [ fhir:value "A coded type for organisation/facility contact."];
  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 "12"^^xsd:nonNegativeInteger];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "A" ];
     fhir:CodeSystem.concept.display [ fhir:value "Monitored Alarms" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Monitored Alarms." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "C" ];
     fhir:CodeSystem.concept.display [ fhir:value "Mobile (Cellphone)" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Mobile." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "E" ];
     fhir:CodeSystem.concept.display [ fhir:value "Email" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Email." ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "F" ];
     fhir:CodeSystem.concept.display [ fhir:value "Fax" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Fax." ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "L" ];
     fhir:CodeSystem.concept.display [ fhir:value "Satellite Phone" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Satellite Phone." ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "M" ];
     fhir:CodeSystem.concept.display [ fhir:value "Electronic Mail Box" ];
     fhir:CodeSystem.concept.definition [ fhir:value "A specific, individual mail ‘container’ supplied by a particular vendor or agency (eg, Chat, Skype)." ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "P" ];
     fhir:CodeSystem.concept.display [ fhir:value "Pager" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Pager." ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "S" ];
     fhir:CodeSystem.concept.display [ fhir:value "SMS (Short Messaging Service)" ];
     fhir:CodeSystem.concept.definition [ fhir:value "SMS." ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.concept.code [ fhir:value "T" ];
     fhir:CodeSystem.concept.display [ fhir:value "Telephone" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Telephone." ]
  ], [
     fhir:index 9;
     fhir:CodeSystem.concept.code [ fhir:value "U" ];
     fhir:CodeSystem.concept.display [ fhir:value "URL (Universal Resource Locator)" ];
     fhir:CodeSystem.concept.definition [ fhir:value "World Wide Web internet address." ]
  ], [
     fhir:index 10;
     fhir:CodeSystem.concept.code [ fhir:value "V" ];
     fhir:CodeSystem.concept.display [ fhir:value "Videoconferencing" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Videoconferencing." ]
  ], [
     fhir:index 11;
     fhir:CodeSystem.concept.code [ fhir:value "W" ];
     fhir:CodeSystem.concept.display [ fhir:value "Web forum" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Social Media (eg Twitter, LinkedIn, Facebook)." ]
  ].

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

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