HL7 FHIR® UK Core
4.0.0 - CI Build

HL7 FHIR® UK Core - Local Development build (v4.0.0). See the Directory of published versions

UKCorePreferredContactMethod - TTL Representation

(back to description)

Raw ttl

Source view

@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 "UKCore-PreferredContactMethod"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>UK Core Preferred Contact Method</h2><div><p>A CodeSystem to identify the preferred Contact Method of a Patient, contact or RelatedPerson.</p>\n</div><p><b>Copyright Statement:</b> Copyright © 2019 NHS Digital</p><p>This code system https://fhir.nhs.uk/R4/CodeSystem/UKCore-PreferredContactMethod 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\">1<a name=\"UKCore-PreferredContactMethod-1\"> </a></td><td>Letter</td><td/></tr><tr><td style=\"white-space:nowrap\">2<a name=\"UKCore-PreferredContactMethod-2\"> </a></td><td>Visit</td><td/></tr><tr><td style=\"white-space:nowrap\">3<a name=\"UKCore-PreferredContactMethod-3\"> </a></td><td>Telephone</td><td/></tr><tr><td style=\"white-space:nowrap\">4<a name=\"UKCore-PreferredContactMethod-4\"> </a></td><td>E-mail</td><td/></tr><tr><td style=\"white-space:nowrap\">5<a name=\"UKCore-PreferredContactMethod-5\"> </a></td><td>Minicom (Textphone)</td><td/></tr><tr><td style=\"white-space:nowrap\">6<a name=\"UKCore-PreferredContactMethod-6\"> </a></td><td>Telephone contact via proxy</td><td/></tr><tr><td style=\"white-space:nowrap\">7<a name=\"UKCore-PreferredContactMethod-7\"> </a></td><td>Sign language</td><td/></tr><tr><td style=\"white-space:nowrap\">8<a name=\"UKCore-PreferredContactMethod-8\"> </a></td><td>No Telephone contact</td><td/></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "https://fhir.nhs.uk/R4/CodeSystem/UKCore-PreferredContactMethod"];
  fhir:CodeSystem.version [ fhir:value "4.0.0"];
  fhir:CodeSystem.name [ fhir:value "UKCorePreferredContactMethod"];
  fhir:CodeSystem.title [ fhir:value "UK Core Preferred Contact Method"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.date [ fhir:value "2019-12-06T00:00:00+00:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "Project Wildfyre"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "Project Wildfyre" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "mailto:dunno@dummy.net" ];
       fhir:ContactPoint.use [ fhir:value "work" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "A CodeSystem to identify the preferred Contact Method of a Patient, contact or RelatedPerson."];
  fhir:CodeSystem.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "GB" ]     ]
  ];
  fhir:CodeSystem.copyright [ fhir:value "Copyright © 2019 NHS Digital"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "1" ];
     fhir:CodeSystem.concept.display [ fhir:value "Letter" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "2" ];
     fhir:CodeSystem.concept.display [ fhir:value "Visit" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "3" ];
     fhir:CodeSystem.concept.display [ fhir:value "Telephone" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "4" ];
     fhir:CodeSystem.concept.display [ fhir:value "E-mail" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "5" ];
     fhir:CodeSystem.concept.display [ fhir:value "Minicom (Textphone)" ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "6" ];
     fhir:CodeSystem.concept.display [ fhir:value "Telephone contact via proxy" ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "7" ];
     fhir:CodeSystem.concept.display [ fhir:value "Sign language" ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "8" ];
     fhir:CodeSystem.concept.display [ fhir:value "No Telephone contact" ]
  ].

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

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