This is an old version - please visit our new IG location
1.1.0 - published

This is an old version - please visit <a href='https://simplifier.net/guide/ImplementationGuideTheCoreBelgianFederalFHIRProfiles/Home'>our new IG location</a> - Local Development build (v1.1.0). See the Directory of published versions

:

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:Bundle;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "bundle1"];
  fhir:Bundle.type [ fhir:value "transaction"];
  fhir:Bundle.entry [
     fhir:index 0;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:8df87da3-5c85-4bea-8996-33b364a0eea9" ];
     fhir:Bundle.entry.resource <urn:uuid:8df87da3-5c85-4bea-8996-33b364a0eea9>;
     fhir:Bundle.entry.request [
       fhir:Bundle.entry.request.method [ fhir:value "POST" ];
       fhir:Bundle.entry.request.url [ fhir:value "Practitioner" ]     ]
  ], [
     fhir:index 1;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:2a971dd8-b621-4a74-b984-ca2a7a619220" ];
     fhir:Bundle.entry.resource <urn:uuid:2a971dd8-b621-4a74-b984-ca2a7a619220>;
     fhir:Bundle.entry.request [
       fhir:Bundle.entry.request.method [ fhir:value "POST" ];
       fhir:Bundle.entry.request.url [ fhir:value "Organization" ]     ]
  ], [
     fhir:index 2;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:8cf2c41f-988e-40b8-8832-cad4f10803f5" ];
     fhir:Bundle.entry.resource <urn:uuid:8cf2c41f-988e-40b8-8832-cad4f10803f5>;
     fhir:Bundle.entry.request [
       fhir:Bundle.entry.request.method [ fhir:value "POST" ];
       fhir:Bundle.entry.request.url [ fhir:value "Provenance" ]     ]
  ].

<urn:uuid:8df87da3-5c85-4bea-8996-33b364a0eea9> a fhir:Practitioner;
  fhir:Resource.id [ fhir:value "Practitioner3"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitioner";
       fhir:index 0;
       fhir:link <https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitioner>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: 79121137740 (OFFICIAL), id: 18749704477 (OFFICIAL)</p><p><b>name</b>: Katherine Pulaski (OFFICIAL)</p><p><b>telecom</b>: <a href=\"mailto:katherine.pulaski@enterprisehospital.be\">katherine.pulaski@enterprisehospital.be</a>, ph: 022675198(WORK), fax: 022675209(WORK)</p><p><b>address</b>: Jupiterlaan 5, 1853 Grimbergen(HOME)</p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1979-12-11</p></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/NamingSystem/ssin" ];
     fhir:Identifier.value [ fhir:value "79121137740" ]
  ], [
     fhir:index 1;
     fhir:Identifier.use [ fhir:value "official" ];
     fhir:Identifier.system [ fhir:value "https://www.ehealth.fgov.be/standards/fhir/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: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 "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" ]
  ];
  fhir:Practitioner.gender [ fhir:value "female"];
  fhir:Practitioner.birthDate [ fhir:value "1979-12-11"^^xsd:date].

<urn:uuid:2a971dd8-b621-4a74-b984-ca2a7a619220> a fhir:Organization;
  fhir:Resource.id [ fhir:value "Organization3"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-organization";
       fhir:index 0;
       fhir:link <https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-organization>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: Provider Number: 0425.222.333 (OFFICIAL), Medical License number: 999999999 (OFFICIAL)</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes: {https://www.ehealth.fgov.be/standards/fhir/CodeSystem/cd-hcparty orghospital}\">hospital</span></p><p><b>name</b>: Enterprise Hospital Ziekenhuis</p><p><b>telecom</b>: ph: 322675199(WORK)</p><p><b>address</b>: </p><ul><li>Vulcansstraat 120, 1000 Brussel(WORK)</li><li>120, Rue des Vulcans, 1000 Bruxelles(WORK)</li></ul></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 "PRN" ];
         fhir:Coding.display [ fhir:value "Provider Number" ]       ]     ];
     fhir:Identifier.system [ fhir:value "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/cbe" ];
     fhir:Identifier.value [ fhir:value "0425.222.333" ]
  ], [
     fhir:index 1;
     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/NamingSystem/nihdi" ];
     fhir:Identifier.value [ fhir:value "999999999" ]
  ];
  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/CodeSystem/cd-hcparty" ];
       fhir:Coding.code [ fhir:value "orghospital" ]     ]
  ];
  fhir:Organization.name [ fhir:value "Enterprise Hospital Ziekenhuis"];
  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" ]
  ], [
     fhir:index 1;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/language" ];
       fhir:Extension.valueCode [ fhir:value "fr" ]     ];
     fhir:Address.use [ fhir:value "work" ];
     fhir:Address.type [ fhir:value "both" ];
     fhir:Address.text [ fhir:value "120, Rue des Vulcans, 1000 Bruxelles" ];
     fhir:Address.line [
       fhir:value "120, Rue des Vulcans";
       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 "Rue des Vulcans" ]       ], [
         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 "Bruxelles" ];
     fhir:Address.postalCode [ fhir:value "1000" ];
     fhir:Address.country [ fhir:value "BE" ]
  ].

<urn:uuid:8cf2c41f-988e-40b8-8832-cad4f10803f5> a fhir:Provenance;
  fhir:Resource.id [ fhir:value "Provenance3"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-provenance";
       fhir:index 0;
       fhir:link <https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-provenance>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>target</b>: <a href=\"#Practitioner_Practitioner3\">See above (Practitioner/Practitioner3)</a></p><p><b>recorded</b>: Jun 27, 2019 8:39:24 AM</p><p><b>reason</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-ActReason HOPERAT}\">Healthcare Operations</span></p><p><b>activity</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-DataOperation CREATE}\">create</span></p><h3>Agents</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Who</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/provenance-participant-type author}\">Author</span></td><td><a href=\"#Organization_Organization3\">Enterprise Hospital Ziekenhuis. Generated Summary: Provider Number: 0425.222.333 (OFFICIAL), Medical License number: 999999999 (OFFICIAL); active; <span title=\"Codes: {https://www.ehealth.fgov.be/standards/fhir/CodeSystem/cd-hcparty orghospital}\">hospital</span>; name: Enterprise Hospital Ziekenhuis; Phone: 322675199</a></td></tr></table></div>"
  ];
  fhir:Provenance.target [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "urn:uuid:8df87da3-5c85-4bea-8996-33b364a0eea9" ]
  ];
  fhir:Provenance.recorded [ fhir:value "2019-06-27T08:39:24+02:00"^^xsd:dateTime];
  fhir:Provenance.reason [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActReason" ];
       fhir:Coding.code [ fhir:value "HOPERAT" ];
       fhir:Coding.display [ fhir:value "Healthcare Operations" ]     ]
  ];
  fhir:Provenance.activity [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-DataOperation" ];
       fhir:Coding.code [ fhir:value "CREATE" ]     ]
  ];
  fhir:Provenance.agent [
     fhir:index 0;
     fhir:Provenance.agent.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/provenance-participant-type" ];
         fhir:Coding.code [ fhir:value "author" ]       ]     ];
     fhir:Provenance.agent.who [
       fhir:Reference.reference [ fhir:value "urn:uuid:2a971dd8-b621-4a74-b984-ca2a7a619220" ];
       fhir:Reference.display [ fhir:value "Enterprise Hospital Ziekenhuis" ]     ]
  ].

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

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