Vulcan ePI FHIR Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
Active as of 2022-09-02 |
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "Example"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://spor.ema.europa.eu/v1/example-sections defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"Example-3\"> </a></td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"Example-4\"> </a></td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"Example-5\"> </a></td></tr><tr><td style=\"white-space:nowrap\">14<a name=\"Example-14\"> </a></td></tr><tr><td style=\"white-space:nowrap\">19<a name=\"Example-19\"> </a></td></tr><tr><td style=\"white-space:nowrap\">22<a name=\"Example-22\"> </a></td></tr><tr><td style=\"white-space:nowrap\">23<a name=\"Example-23\"> </a></td></tr></table><p><b>Additional Language Displays</b></p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Greek (el)</b></td><td><b>English (English, en)</b></td><td><b>Norwegian (no)</b></td></tr><tr><td>3</td><td>Τι περιέχει το παρόν φύλλο οδηγιών:</td><td>What is in this leaflet</td><td>I dette pakningsvedlegget finner du informasjon om:</td></tr><tr><td>4</td><td>1. Τι είναι το X και ποια είναι η χρήση του</td><td>1. What X is and what it is used for</td><td>1. Hva X er og hva det brukes mot</td></tr><tr><td>5</td><td>2. Τι πρέπει να γνωρίζετε πριν <πάρετε> <χρησιμοποιήσετε> το X</td><td>2. What you need to know before you <take> <use> X</td><td>2. Hva du må vite før du bruker X</td></tr><tr><td>14</td><td>3. Πώς να <πάρετε> <χρησιμοποιήσετε> το X</td><td>3. How to <take> <use> X</td><td>3. Hvordan du bruker X</td></tr><tr><td>19</td><td>4. Πιθανές ανεπιθύμητες ενέργειες</td><td>4. Possible side effects</td><td>4. Mulige bivirkninger</td></tr><tr><td>22</td><td>5. Πώς να φυλάσσετε το X</td><td>5. How to store X</td><td>5. Hvordan du oppbevarer X</td></tr><tr><td>23</td><td>6. Περιεχόμενα της συσκευασίας και λοιπές πληροφορίες</td><td>6. Contents of the pack and other information</td><td>6. Innholdet i pakningen og ytterligere informasjon</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "http://spor.ema.europa.eu/v1/example-sections"];
fhir:CodeSystem.version [ fhir:value "0.1.0"];
fhir:CodeSystem.name [ fhir:value "Example"];
fhir:CodeSystem.title [ fhir:value "EMA example-sections-pl"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.date [ fhir:value "2022-09-02T12:45:28+00:00"^^xsd:dateTime];
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "Gravitate Health Project" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "https://www.gravitatehealth.eu/" ] ]
];
fhir:CodeSystem.description [ fhir:value "Placeholder for EMA example-sections PL"];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.count [ fhir:value "7"^^xsd:nonNegativeInteger];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "3" ];
fhir:CodeSystem.concept.designation [
fhir:index 0;
fhir:CodeSystem.concept.designation.language [ fhir:value "no" ];
fhir:CodeSystem.concept.designation.use [
a sct:900000000000003001;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "900000000000003001" ] ];
fhir:CodeSystem.concept.designation.value [ fhir:value "I dette pakningsvedlegget finner du informasjon om:" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.designation.language [ fhir:value "en" ];
fhir:CodeSystem.concept.designation.use [
a sct:900000000000003001;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "900000000000003001" ] ];
fhir:CodeSystem.concept.designation.value [ fhir:value "What is in this leaflet" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.designation.language [ fhir:value "el" ];
fhir:CodeSystem.concept.designation.use [
a sct:900000000000003001;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "900000000000003001" ] ];
fhir:CodeSystem.concept.designation.value [ fhir:value "Τι περιέχει το παρόν φύλλο οδηγιών:" ] ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "4" ];
fhir:CodeSystem.concept.designation [
fhir:index 0;
fhir:CodeSystem.concept.designation.language [ fhir:value "no" ];
fhir:CodeSystem.concept.designation.use [
a sct:900000000000003001;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "900000000000003001" ] ];
fhir:CodeSystem.concept.designation.value [ fhir:value "1. Hva X er og hva det brukes mot" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.designation.language [ fhir:value "en" ];
fhir:CodeSystem.concept.designation.use [
a sct:900000000000003001;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "900000000000003001" ] ];
fhir:CodeSystem.concept.designation.value [ fhir:value "1. What X is and what it is used for" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.designation.language [ fhir:value "el" ];
fhir:CodeSystem.concept.designation.use [
a sct:900000000000003001;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "900000000000003001" ] ];
fhir:CodeSystem.concept.designation.value [ fhir:value "1. Τι είναι το X και ποια είναι η χρήση του" ] ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "5" ];
fhir:CodeSystem.concept.designation [
fhir:index 0;
fhir:CodeSystem.concept.designation.language [ fhir:value "no" ];
fhir:CodeSystem.concept.designation.use [
a sct:900000000000003001;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "900000000000003001" ] ];
fhir:CodeSystem.concept.designation.value [ fhir:value "2. Hva du må vite før du bruker X" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.designation.language [ fhir:value "en" ];
fhir:CodeSystem.concept.designation.use [
a sct:900000000000003001;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "900000000000003001" ] ];
fhir:CodeSystem.concept.designation.value [ fhir:value "2. What you need to know before you <take> <use> X" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.designation.language [ fhir:value "el" ];
fhir:CodeSystem.concept.designation.use [
a sct:900000000000003001;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "900000000000003001" ] ];
fhir:CodeSystem.concept.designation.value [ fhir:value "2. Τι πρέπει να γνωρίζετε πριν <πάρετε> <χρησιμοποιήσετε> το X" ] ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "14" ];
fhir:CodeSystem.concept.designation [
fhir:index 0;
fhir:CodeSystem.concept.designation.language [ fhir:value "no" ];
fhir:CodeSystem.concept.designation.use [
a sct:900000000000003001;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "900000000000003001" ] ];
fhir:CodeSystem.concept.designation.value [ fhir:value "3. Hvordan du bruker X" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.designation.language [ fhir:value "en" ];
fhir:CodeSystem.concept.designation.use [
a sct:900000000000003001;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "900000000000003001" ] ];
fhir:CodeSystem.concept.designation.value [ fhir:value "3. How to <take> <use> X" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.designation.language [ fhir:value "el" ];
fhir:CodeSystem.concept.designation.use [
a sct:900000000000003001;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "900000000000003001" ] ];
fhir:CodeSystem.concept.designation.value [ fhir:value "3. Πώς να <πάρετε> <χρησιμοποιήσετε> το X" ] ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "19" ];
fhir:CodeSystem.concept.designation [
fhir:index 0;
fhir:CodeSystem.concept.designation.language [ fhir:value "no" ];
fhir:CodeSystem.concept.designation.use [
a sct:900000000000003001;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "900000000000003001" ] ];
fhir:CodeSystem.concept.designation.value [ fhir:value "4. Mulige bivirkninger" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.designation.language [ fhir:value "en" ];
fhir:CodeSystem.concept.designation.use [
a sct:900000000000003001;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "900000000000003001" ] ];
fhir:CodeSystem.concept.designation.value [ fhir:value "4. Possible side effects" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.designation.language [ fhir:value "el" ];
fhir:CodeSystem.concept.designation.use [
a sct:900000000000003001;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "900000000000003001" ] ];
fhir:CodeSystem.concept.designation.value [ fhir:value "4. Πιθανές ανεπιθύμητες ενέργειες" ] ]
], [
fhir:index 5;
fhir:CodeSystem.concept.code [ fhir:value "22" ];
fhir:CodeSystem.concept.designation [
fhir:index 0;
fhir:CodeSystem.concept.designation.language [ fhir:value "no" ];
fhir:CodeSystem.concept.designation.use [
a sct:900000000000003001;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "900000000000003001" ] ];
fhir:CodeSystem.concept.designation.value [ fhir:value "5. Hvordan du oppbevarer X" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.designation.language [ fhir:value "en" ];
fhir:CodeSystem.concept.designation.use [
a sct:900000000000003001;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "900000000000003001" ] ];
fhir:CodeSystem.concept.designation.value [ fhir:value "5. How to store X" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.designation.language [ fhir:value "el" ];
fhir:CodeSystem.concept.designation.use [
a sct:900000000000003001;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "900000000000003001" ] ];
fhir:CodeSystem.concept.designation.value [ fhir:value "5. Πώς να φυλάσσετε το X" ] ]
], [
fhir:index 6;
fhir:CodeSystem.concept.code [ fhir:value "23" ];
fhir:CodeSystem.concept.designation [
fhir:index 0;
fhir:CodeSystem.concept.designation.language [ fhir:value "no" ];
fhir:CodeSystem.concept.designation.use [
a sct:900000000000003001;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "900000000000003001" ] ];
fhir:CodeSystem.concept.designation.value [ fhir:value "6. Innholdet i pakningen og ytterligere informasjon" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.designation.language [ fhir:value "en" ];
fhir:CodeSystem.concept.designation.use [
a sct:900000000000003001;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "900000000000003001" ] ];
fhir:CodeSystem.concept.designation.value [ fhir:value "6. Contents of the pack and other information" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.designation.language [ fhir:value "el" ];
fhir:CodeSystem.concept.designation.use [
a sct:900000000000003001;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "900000000000003001" ] ];
fhir:CodeSystem.concept.designation.value [ fhir:value "6. Περιεχόμενα της συσκευασίας και λοιπές πληροφορίες" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.