This page is part of the HL7 Belgium FHIR Implementation Guide - Allergy profiles (v1.1.0: Release) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
@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:Patient;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "example"]; #
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "1" ];
fhir:Meta.lastUpdated [ fhir:value "2019-07-01T13:30:55.864+00:00"^^xsd:dateTime ];
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 "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Josephine Nessa La Paradisio (OFFICIAL)</b> female, DoB: 1979-12-11 ( Medical record number: 45XXP0PA-4 (use: USUAL))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td>true</td><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-MaritalStatus D}, {https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-civilstate 41}\">Divorced</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Id:</td><td colspan=\"3\">Social Beneficiary Identifier: 79121137740 (use: OFFICIAL)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Details:</td><td colspan=\"3\"><ul><li><a href=\"mailto:nessa.laparadisio@belgium.be\">nessa.laparadisio@belgium.be</a></li><li><a href=\"tel:+322476792979\">+322476792979</a></li><li><a href=\"tel:+3226718655\">+3226718655</a></li><li><a href=\"tel:+322476799\">+322476799</a></li><li>Sloordelle 42, 1160 Oudergem(HOME)</li><li>42, Allee des Colzas, 1160 Auderghem(HOME)</li><li>377, Avenue Prince d'Orange, 1420 Braine-lʼAlleud(WORK)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Next-of-Kin\">Next-of-Kin:</td><td colspan=\"3\"><ul><li>Leia Vogels </li><li><a href=\"tel:+31201234567\">+31201234567</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>General Practitioner: <a href=\"Practitioner-practitioner.html\">Practitioner/practitioner</a> " PULASKI"</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The nationality of the patient.\">nationality:</td><td colspan=\"3\"><ul><li>code: <span title=\"Codes: {https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-fed-country BE}\">Belgium</span></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements.\"><a href=\"http://hl7.org/fhir/R4/extension-patient-birthplace.html\">Birth Place:</a></td><td colspan=\"3\"><ul><li>Namen BE </li></ul></td></tr></table></div>"
]; #
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/patient-birthPlace" ];
fhir:Extension.valueAddress [
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.city [ fhir:value "Namen" ];
fhir:Address.country [ fhir:value "BE" ] ]
], [
fhir:index 1;
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "code" ];
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-fed-country" ];
fhir:Coding.code [ fhir:value "BE" ];
fhir:Coding.display [ fhir:value "Belgium" ] ] ] ];
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/patient-nationality" ]
]; #
fhir:Patient.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 "SB" ];
fhir:Coding.display [ fhir:value "Social Beneficiary Identifier" ] ] ];
fhir:Identifier.system [ fhir:value "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin" ];
fhir:Identifier.value [ fhir:value "79121137740" ]
], [
fhir:index 1;
fhir:Identifier.use [ fhir:value "usual" ];
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 "MR" ];
fhir:Coding.display [ fhir:value "Medical record number" ] ] ];
fhir:Identifier.system [ fhir:value "https://www.goodhealthhospital.be/standards/fhir/NamingSystem/patientrecord" ];
fhir:Identifier.value [ fhir:value "45XXP0PA-4" ]
]; #
fhir:Patient.active [ fhir:value "true"^^xsd:boolean]; #
fhir:Patient.name [
fhir:index 0;
fhir:HumanName.use [ fhir:value "official" ];
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: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.type [ fhir:value "both" ];
fhir:Address.text [ fhir:value "Sloordelle 42, 1160 Oudergem" ];
fhir:Address.line [
fhir:value "Sloordelle 42";
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 "Sloordelle" ] ], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber" ];
fhir:Extension.valueString [ fhir:value "42" ] ] ];
fhir:Address.city [ fhir:value "Oudergem" ];
fhir:Address.postalCode [ fhir:value "1160" ];
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 "home" ];
fhir:Address.type [ fhir:value "both" ];
fhir:Address.text [ fhir:value "42, Allee des Colzas, 1160 Auderghem" ];
fhir:Address.line [
fhir:value "42, Allee des Colzas";
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 "Allee des Colzas" ] ], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber" ];
fhir:Extension.valueString [ fhir:value "42" ] ] ];
fhir:Address.city [ fhir:value "Auderghem" ];
fhir:Address.postalCode [ fhir:value "1160" ];
fhir:Address.country [ fhir:value "BE" ]
], [
fhir:index 2;
fhir:Address.use [ fhir:value "work" ];
fhir:Address.type [ fhir:value "both" ];
fhir:Address.text [ fhir:value "377, Avenue Prince d'Orange, 1420 Braine-lʼAlleud" ];
fhir:Address.line [
fhir:value "377, Avenue Prince d'Orange";
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 "Avenue Prince d'Orange" ] ], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber" ];
fhir:Extension.valueString [ fhir:value "377" ] ] ];
fhir:Address.city [ fhir:value "Braine-lʼAlleud" ];
fhir:Address.postalCode [ fhir:value "1420" ];
fhir:Address.country [ fhir:value "BE" ]
]; #
fhir:Patient.maritalStatus [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" ];
fhir:Coding.code [ fhir:value "D" ];
fhir:Coding.display [ fhir:value "Divorced" ] ], [
fhir:index 1;
fhir:Coding.system [ fhir:value "https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-civilstate" ];
fhir:Coding.code [ fhir:value "41" ];
fhir:Coding.display [ fhir:value "Divorced since 1/10/1994" ] ]
]; #
fhir:Patient.contact [
fhir:index 0;
fhir:Patient.contact.relationship [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0131" ];
fhir:Coding.code [ fhir:value "N" ];
fhir:Coding.display [ fhir:value "Next-of-Kin" ] ], [
fhir:index 1;
fhir:Coding.system [ fhir:value "https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-contact-person" ];
fhir:Coding.code [ fhir:value "mother" ] ] ];
fhir:Patient.contact.name [
fhir:HumanName.family [ fhir:value "Vogels" ];
fhir:HumanName.given [
fhir:value "Leia";
fhir:index 0 ] ];
fhir:Patient.contact.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "phone" ];
fhir:ContactPoint.value [ fhir:value "+31201234567" ];
fhir:ContactPoint.use [ fhir:value "mobile" ] ]
]; #
fhir:Patient.generalPractitioner [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Practitioner/practitioner" ]
]. #
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2021+ eHealth Platform. Package hl7.fhir.be.allergy#1.1.0 based on FHIR 4.0.1. Generated 2023-02-06
Links: Table of Contents |
QA Report