HL7 BE Laboratory WG Implementation Guide
1.0.0 - STU

This page is part of the HL7 Belgium FHIR Implementation Guide - Lab related profiles (v1.0.0: Trial Use) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Structured Negative Antibiogram in collection bundle - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Bundle;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "antibiogramIsNegativeAsBundleCollection"];
  fhir:Bundle.identifier [
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:uuid:0c3201bd-1cbf-4d64-b04d-cd9187a4c6e0" ]
  ];
  fhir:Bundle.type [ fhir:value "collection"];
  fhir:Bundle.entry [
     fhir:index 0;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d90" ];
     fhir:Bundle.entry.resource <urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d90>
  ], [
     fhir:index 1;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d91" ];
     fhir:Bundle.entry.resource <urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d91>
  ], [
     fhir:index 2;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:7c16c9c0-c471-4098-ae09-48abcadd9d92" ];
     fhir:Bundle.entry.resource <urn:uuid:7c16c9c0-c471-4098-ae09-48abcadd9d92>
  ], [
     fhir:index 3;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:7c16c9c0-c471-4098-ae09-48abcadd9d93" ];
     fhir:Bundle.entry.resource <urn:uuid:7c16c9c0-c471-4098-ae09-48abcadd9d93>
  ], [
     fhir:index 4;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d94" ];
     fhir:Bundle.entry.resource <urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d94>
  ], [
     fhir:index 5;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d95" ];
     fhir:Bundle.entry.resource <urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d95>
  ], [
     fhir:index 6;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d96" ];
     fhir:Bundle.entry.resource <urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d96>
  ], [
     fhir:index 7;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d97" ];
     fhir:Bundle.entry.resource <urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d97>
  ], [
     fhir:index 8;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d98" ];
     fhir:Bundle.entry.resource <urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d98>
  ].

<urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d90> a fhir:DiagnosticReport;
  fhir:Resource.id [ fhir:value "diagnosticreport60"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ];
     fhir:Meta.profile [
       fhir:value "https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-laboratory-report";
       fhir:index 0;
       fhir:link <https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-laboratory-report>     ]
  ];
  fhir:Resource.language [ fhir:value "en"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "empty" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
  ];
  fhir:DiagnosticReport.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "https://www.ehealth.fgov.be/lab-report/diagnostic-report-id" ];
     fhir:Identifier.value [ fhir:value "11530231003.2015110413180000000" ]
  ];
  fhir:DiagnosticReport.basedOn [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "ServiceRequest/servicerequest60" ]
  ];
  fhir:DiagnosticReport.status [ fhir:value "final"];
  fhir:DiagnosticReport.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ];
       fhir:Coding.code [ fhir:value "LAB" ];
       fhir:Coding.display [ fhir:value "Laboratory" ]     ], [
       fhir:index 1;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ];
       fhir:Coding.code [ fhir:value "MB" ];
       fhir:Coding.display [ fhir:value "Microbiology" ]     ]
  ];
  fhir:DiagnosticReport.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:18769-0;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "18769-0" ];
       fhir:Coding.display [ fhir:value "Microbial susceptibility tests Set" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Microbial susceptibility tests" ]
  ];
  fhir:DiagnosticReport.subject [
     fhir:Reference.reference [ fhir:value "Patient/patient1" ]
  ];
  fhir:DiagnosticReport.effectiveDateTime [ fhir:value "2015-11-03T13:18:00+01:00"^^xsd:dateTime];
  fhir:DiagnosticReport.issued [ fhir:value "2015-11-04T13:18:00+01:00"^^xsd:dateTime];
  fhir:DiagnosticReport.performer [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Organization/organization10" ]
  ];
  fhir:DiagnosticReport.resultsInterpreter [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Practitioner/practitioner11" ]
  ];
  fhir:DiagnosticReport.specimen [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Specimen/specimen60" ]
  ];
  fhir:DiagnosticReport.result [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Observation/mac60" ]
  ], [
     fhir:index 1;
     fhir:Reference.reference [ fhir:value "Observation/cult60" ]
  ];
  fhir:DiagnosticReport.conclusion [ fhir:value "This is our conclusion"].

<urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d91> a fhir:Specimen;
  fhir:Resource.id [ fhir:value "specimen60"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ];
     fhir:Meta.profile [
       fhir:value "https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-specimen-laboratory";
       fhir:index 0;
       fhir:link <https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-specimen-laboratory>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "empty" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
  ];
  fhir:Specimen.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "https://www.GTL-LABO.be/" ];
     fhir:Identifier.value [ fhir:value "1" ]
  ];
  fhir:Specimen.status [ fhir:value "available"];
  fhir:Specimen.type [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:119295008;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "119295008" ];
       fhir:Coding.display [ fhir:value "Aspirate" ]     ];
     fhir:CodeableConcept.text [ fhir:value "A string can be added to nuance or explain." ]
  ];
  fhir:Specimen.receivedTime [ fhir:value "2015-11-04"^^xsd:date];
  fhir:Specimen.note [
     fhir:index 0;
     fhir:Annotation.text [ fhir:value "Some extra relevant information concerning the specimen" ]
  ].

<urn:uuid:7c16c9c0-c471-4098-ae09-48abcadd9d92> a fhir:Observation;
  fhir:Resource.id [ fhir:value "mac60"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-observation-laboratory";
       fhir:index 0;
       fhir:link <https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-observation-laboratory>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "empty" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
  ];
  fhir:Observation.status [ fhir:value "final"];
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:74574-5;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "74574-5" ];
       fhir:Coding.display [ fhir:value "Macroscopic observation [Interpretation] in Unspecified specimen Narrative" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Macroscopic observation" ]
  ];
  fhir:Observation.subject [
     fhir:Reference.reference [ fhir:value "Patient/patient1" ]
  ];
  fhir:Observation.effectiveDateTime [ fhir:value "2015-11-04T09:16:00-05:00"^^xsd:dateTime];
  fhir:Observation.issued [ fhir:value "2015-11-04T09:16:00-05:00"^^xsd:dateTime];
  fhir:Observation.performer [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Practitioner/practitioner11" ]
  ];
  fhir:Observation.valueString [ fhir:value "matig purulent"].

<urn:uuid:7c16c9c0-c471-4098-ae09-48abcadd9d93> a fhir:Observation;
  fhir:Resource.id [ fhir:value "cult60"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-observation-laboratory";
       fhir:index 0;
       fhir:link <https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-observation-laboratory>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "empty" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
  ];
  fhir:Observation.status [ fhir:value "final"];
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:43411-8;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "43411-8" ];
       fhir:Coding.display [ fhir:value "Bacteria identified in Aspirate by Culture" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Culture" ]
  ];
  fhir:Observation.subject [
     fhir:Reference.reference [ fhir:value "Patient/patient1" ]
  ];
  fhir:Observation.effectiveDateTime [ fhir:value "2015-11-04T09:16:00-05:00"^^xsd:dateTime];
  fhir:Observation.issued [ fhir:value "2015-11-04T09:16:00-05:00"^^xsd:dateTime];
  fhir:Observation.performer [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Practitioner/practitioner11" ]
  ];
  fhir:Observation.valueString [ fhir:value "Commensalen +-"].

<urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d94> a fhir:Organization;
  fhir:Resource.id [ fhir:value "organization10"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-organization";
       fhir:index 0;
       fhir:link <https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-organization>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "empty" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
  ];
  fhir:Organization.identifier [
     fhir:index 0;
     fhir:Identifier.use [ fhir:value "official" ];
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
         fhir:Coding.code [ fhir:value "MD" ];
         fhir:Coding.display [ fhir:value "Medical License number" ]       ]     ];
     fhir:Identifier.system [ fhir:value "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi" ];
     fhir:Identifier.value [ fhir:value "81165343998" ]
  ];
  fhir:Organization.active [ fhir:value "true"^^xsd:boolean];
  fhir:Organization.type [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty" ];
       fhir:Coding.code [ fhir:value "orglaboratory" ]     ]
  ];
  fhir:Organization.name [ fhir:value "GTL - General Testing Laboratory"];
  fhir:Organization.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "322675199" ];
     fhir:ContactPoint.use [ fhir:value "work" ]
  ];
  fhir:Organization.address [
     fhir:index 0;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/language" ];
       fhir:Extension.valueCode [ fhir:value "nl" ]     ];
     fhir:Address.use [ fhir:value "work" ];
     fhir:Address.type [ fhir:value "both" ];
     fhir:Address.text [ fhir:value "Vulcansstraat 120, 1000 Brussel" ];
     fhir:Address.line [
       fhir:value "Vulcansstraat 120";
       fhir:index 0;
       fhir:Element.extension [
         fhir:index 0;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName" ];
         fhir:Extension.valueString [ fhir:value "Vulcansstraat" ]       ], [
         fhir:index 1;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber" ];
         fhir:Extension.valueString [ fhir:value "120" ]       ]     ];
     fhir:Address.city [ fhir:value "Brussel" ];
     fhir:Address.postalCode [ fhir:value "1000" ];
     fhir:Address.country [ fhir:value "BE" ]
  ].

<urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d95> a fhir:Practitioner;
  fhir:Resource.id [ fhir:value "practitioner11"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitioner";
       fhir:index 0;
       fhir:link <https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitioner>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "empty" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
  ];
  fhir:Practitioner.identifier [
     fhir:index 0;
     fhir:Identifier.use [ fhir:value "official" ];
     fhir:Identifier.system [ fhir:value "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi" ];
     fhir:Identifier.value [ fhir:value "554488997" ]
  ];
  fhir:Practitioner.name [
     fhir:index 0;
     fhir:HumanName.use [ fhir:value "official" ];
     fhir:HumanName.family [ fhir:value "Davoust" ];
     fhir:HumanName.given [
       fhir:value "Nicolas";
       fhir:index 0     ]
  ];
  fhir:Practitioner.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "email" ];
     fhir:ContactPoint.value [ fhir:value "nicolas.davoust@gtl.be" ];
     fhir:ContactPoint.use [ fhir:value "work" ]
  ], [
     fhir:index 1;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "022675198" ];
     fhir:ContactPoint.use [ fhir:value "work" ]
  ], [
     fhir:index 2;
     fhir:ContactPoint.system [ fhir:value "fax" ];
     fhir:ContactPoint.value [ fhir:value "022675209" ];
     fhir:ContactPoint.use [ fhir:value "work" ]
  ].

<urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d96> a fhir:Patient;
  fhir:Resource.id [ fhir:value "patient1"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient";
       fhir:index 0;
       fhir:link <https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "empty" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
  ];
  fhir:Patient.identifier [
     fhir:index 0;
     fhir:Identifier.use [ fhir:value "official" ];
     fhir:Identifier.system [ fhir:value "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin" ];
     fhir:Identifier.value [ fhir:value "79121137740" ]
  ];
  fhir:Patient.active [ fhir:value "true"^^xsd:boolean];
  fhir:Patient.name [
     fhir:index 0;
     fhir:HumanName.family [ fhir:value "La Paradisio" ];
     fhir:HumanName.given [
       fhir:value "Josephine";
       fhir:index 0     ], [
       fhir:value "Nessa";
       fhir:index 1     ]
  ];
  fhir:Patient.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "email" ];
     fhir:ContactPoint.value [ fhir:value "nessa.laparadisio@belgium.be" ]
  ], [
     fhir:index 1;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "+322476792979" ];
     fhir:ContactPoint.use [ fhir:value "mobile" ]
  ], [
     fhir:index 2;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "+3226718655" ];
     fhir:ContactPoint.use [ fhir:value "home" ]
  ], [
     fhir:index 3;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "+322476799" ];
     fhir:ContactPoint.use [ fhir:value "work" ]
  ];
  fhir:Patient.gender [ fhir:value "female"];
  fhir:Patient.birthDate [
     fhir:value "1979-12-11"^^xsd:date;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/patient-birthTime" ];
       fhir:Extension.valueDateTime [ fhir:value "1979-12-11T13:28:17-05:00"^^xsd:dateTime ]     ]
  ];
  fhir:Patient.address [
     fhir:index 0;
     fhir:Address.use [ fhir:value "home" ];
     fhir:Address.type [ fhir:value "both" ];
     fhir:Address.text [ fhir:value "Sloordelle 42, 1160 Oudergem" ];
     fhir:Address.line [
       fhir:value "Sloordelle 42";
       fhir:index 0     ];
     fhir:Address.city [ fhir:value "Oudergem" ];
     fhir:Address.postalCode [ fhir:value "1160" ];
     fhir:Address.country [ fhir:value "BE" ]
  ].

<urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d97> a fhir:ServiceRequest;
  fhir:Resource.id [ fhir:value "servicerequest60"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "empty" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
  ];
  fhir:ServiceRequest.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "https://www.GTL-LABO.be/orderingsystem" ];
     fhir:Identifier.value [ fhir:value "12334546" ]
  ];
  fhir:ServiceRequest.status [ fhir:value "active"];
  fhir:ServiceRequest.intent [ fhir:value "order"];
  fhir:ServiceRequest.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:108252007;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "108252007" ];
       fhir:Coding.display [ fhir:value "Laboratory procedure" ]     ]
  ];
  fhir:ServiceRequest.subject [
     fhir:Reference.reference [ fhir:value "Patient/patient1" ]
  ];
  fhir:ServiceRequest.authoredOn [ fhir:value "2015-11-01T14:41:00+01:00"^^xsd:dateTime];
  fhir:ServiceRequest.requester [
     fhir:Reference.reference [ fhir:value "Practitioner/practitioner1" ]
  ];
  fhir:ServiceRequest.specimen [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Specimen/specimen60" ]
  ].

<urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d98> a fhir:Practitioner;
  fhir:Resource.id [ fhir:value "practitioner1"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitioner";
       fhir:index 0;
       fhir:link <https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitioner>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "empty" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
  ];
  fhir:Practitioner.identifier [
     fhir:index 0;
     fhir:Identifier.use [ fhir:value "official" ];
     fhir:Identifier.system [ fhir:value "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi" ];
     fhir:Identifier.value [ fhir:value "18749704477" ]
  ];
  fhir:Practitioner.name [
     fhir:index 0;
     fhir:HumanName.use [ fhir:value "official" ];
     fhir:HumanName.family [ fhir:value "Pulaski" ];
     fhir:HumanName.given [
       fhir:value "Katherine";
       fhir:index 0     ];
     fhir:HumanName.suffix [
       fhir:value "MD";
       fhir:index 0     ]
  ];
  fhir:Practitioner.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "email" ];
     fhir:ContactPoint.value [ fhir:value "katherine.pulaski@enterprisehospital.be" ];
     fhir:ContactPoint.use [ fhir:value "work" ]
  ], [
     fhir:index 1;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "022675198" ];
     fhir:ContactPoint.use [ fhir:value "work" ]
  ], [
     fhir:index 2;
     fhir:ContactPoint.system [ fhir:value "fax" ];
     fhir:ContactPoint.value [ fhir:value "022675209" ];
     fhir:ContactPoint.use [ fhir:value "work" ]
  ];
  fhir:Practitioner.address [
     fhir:index 0;
     fhir:Address.use [ fhir:value "home" ];
     fhir:Address.text [ fhir:value "Jupiterlaan 5, 1853 Grimbergen" ];
     fhir:Address.line [
       fhir:value "Jupiterlaan 5";
       fhir:index 0     ];
     fhir:Address.city [ fhir:value "Grimbergen" ];
     fhir:Address.postalCode [ fhir:value "1853" ];
     fhir:Address.country [ fhir:value "BE" ]
  ].

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

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