INTEROPen CareConnect Base STU3 Implementation Guide
3.0.0 - CI Build

INTEROPen CareConnect Base STU3 Implementation Guide - Local Development build (v3.0.0). See the Directory of published versions

uk-gmc-number - 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:NamingSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "uk-gmc-number"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: uk-gmc-number</p><p><b>name</b>: GMC Number</p><p><b>status</b>: draft</p><p><b>kind</b>: identifier</p><p><b>date</b>: 2019-12-03</p><p><b>publisher</b>: INTEROpen</p><p><b>contact</b>: </p><p><b>responsible</b>: General Medical Council</p><p><b>description</b>: General Medical Council Reference Number. See [NHS Data Dictionary](https://www.datadictionary.nhs.uk/data_dictionary/attributes/g/general_medical_practitioner_ppd_code_de.asp)</p><p><b>jurisdiction</b>: United Kingdom of Great Britain and Northern Ireland (GBR) <span style=\"background: LightGoldenRodYellow\">(Details : {http://unstats.un.org/unsd/methods/m49/m49.htm code '826' = 'United Kingdom of Great Britain and Northern Ireland (GBR))</span></p><p><b>usage</b>: A unique reference number, used to identify consultants</p><blockquote><p><b>uniqueId</b></p><p><b>type</b>: uri</p><p><b>value</b>: https://fhir.hl7.org.uk/Id/gmc-number</p><p><b>preferred</b>: true</p></blockquote><blockquote><p><b>uniqueId</b></p><p><b>type</b>: oid</p><p><b>value</b>: 2.16.840.1.113883.2.1.3.2.4.16.63</p><p><b>preferred</b>: false</p></blockquote><blockquote><p><b>uniqueId</b></p><p><b>type</b>: other</p><p><b>value</b>: GMC</p><p><b>preferred</b>: false</p><p><b>comment</b>: XCN.9 HSCIC HL7 V2 ADT</p></blockquote></div>"
  ];
  fhir:NamingSystem.name [ fhir:value "GMC Number"];
  fhir:NamingSystem.status [ fhir:value "draft"];
  fhir:NamingSystem.kind [ fhir:value "identifier"];
  fhir:NamingSystem.date [ fhir:value "2019-12-03"^^xsd:date];
  fhir:NamingSystem.publisher [ fhir:value "INTEROpen"];
  fhir:NamingSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "other" ];
       fhir:ContactPoint.value [ fhir:value "https://interopen.ryver.com/" ]     ]
  ];
  fhir:NamingSystem.responsible [ fhir:value "General Medical Council"];
  fhir:NamingSystem.description [ fhir:value "General Medical Council Reference Number. See [NHS Data Dictionary](https://www.datadictionary.nhs.uk/data_dictionary/attributes/g/general_medical_practitioner_ppd_code_de.asp)"];
  fhir:NamingSystem.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
       fhir:Coding.code [ fhir:value "826" ]     ]
  ];
  fhir:NamingSystem.usage [ fhir:value "A unique reference number, used to identify consultants"];
  fhir:NamingSystem.uniqueId [
     fhir:index 0;
     fhir:NamingSystem.uniqueId.type [ fhir:value "uri" ];
     fhir:NamingSystem.uniqueId.value [ fhir:value "https://fhir.hl7.org.uk/Id/gmc-number" ];
     fhir:NamingSystem.uniqueId.preferred [ fhir:value "true"^^xsd:boolean ]
  ], [
     fhir:index 1;
     fhir:NamingSystem.uniqueId.type [ fhir:value "oid" ];
     fhir:NamingSystem.uniqueId.value [ fhir:value "2.16.840.1.113883.2.1.3.2.4.16.63" ];
     fhir:NamingSystem.uniqueId.preferred [ fhir:value "false"^^xsd:boolean ]
  ], [
     fhir:index 2;
     fhir:NamingSystem.uniqueId.type [ fhir:value "other" ];
     fhir:NamingSystem.uniqueId.value [ fhir:value "GMC" ];
     fhir:NamingSystem.uniqueId.preferred [ fhir:value "false"^^xsd:boolean ];
     fhir:NamingSystem.uniqueId.comment [ fhir:value "XCN.9 HSCIC HL7 V2 ADT" ]
  ].

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

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