FHIR Belgium Base IG
0.1.0 -

FHIR Belgium Base IG - Local Development build (v0.1.0). See the Directory of published versions

- 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 "be-ssin"];
  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>: be-ssin</p><p><b>name</b>: BeSSINNamingSystem</p><p><b>status</b>: active</p><p><b>kind</b>: identifier</p><p><b>date</b>: 05-Jun-2019 00:00:00</p><p><b>publisher</b>: HL7 Belgium</p><p><b>contact</b>: </p><p><b>description</b>: NISS/INSZ</p><p><b>jurisdiction</b>: Belgium <span style=\"background: LightGoldenRodYellow\">(Details : {http://unstats.un.org/unsd/methods/m49/m49.htm code '056' = 'Belgium (BEL))</span></p><blockquote><p><b>uniqueId</b></p><p><b>type</b>: uri</p><p><b>value</b>: https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin</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.3.6777.5.1</p><p><b>preferred</b>: false</p></blockquote></div>"
  ];
  fhir:NamingSystem.name [ fhir:value "BeSSINNamingSystem"];
  fhir:NamingSystem.status [ fhir:value "active"];
  fhir:NamingSystem.kind [ fhir:value "identifier"];
  fhir:NamingSystem.date [ fhir:value "2019-06-05T00:00:00+02:00"^^xsd:dateTime];
  fhir:NamingSystem.publisher [ fhir:value "HL7 Belgium"];
  fhir:NamingSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "other" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/Special/committees/fiwg" ]     ]
  ];
  fhir:NamingSystem.description [ fhir:value "NISS/INSZ"];
  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 "056" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Belgium" ]
  ];
  fhir:NamingSystem.uniqueId [
     fhir:index 0;
     fhir:NamingSystem.uniqueId.type [ fhir:value "uri" ];
     fhir:NamingSystem.uniqueId.value [ fhir:value "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin" ];
     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.3.6777.5.1" ];
     fhir:NamingSystem.uniqueId.preferred [ fhir:value "false"^^xsd:boolean ]
  ].

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

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