Gravitate Health FHIR Implementation Guide
0.1.0 - CI Build

Gravitate Health FHIR Implementation Guide, published by Gravitate Health Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/joofio/test-epi-composition/ and changes regularly. See the Directory of published versions

: ePI document Bundle for nityr Package Leaflet for language en - TTL Representation

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:id [ fhir:v "bundlepackageleaflet-en-af7ada14ad8929ea357c14ec95ee08dd"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Bundle-uv-epi"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Bundle-uv-epi>     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:identifier [
fhir:system [ fhir:v "http://ema.europa.eu/identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "None" ]
  ] ; # 
  fhir:type [ fhir:v "document"] ; # 
  fhir:timestamp [ fhir:v "2023-06-27T10:09:22Z"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "Composition/composition-en-af7ada14ad8929ea357c14ec95ee08dd"^^xsd:anyURI ] ;
    ( fhir:resource <Composition/composition-en-af7ada14ad8929ea357c14ec95ee08dd> )
  ] [
fhir:fullUrl [ fhir:v "MedicinalProductDefinition/mpaf7ada14ad8929ea357c14ec95ee08dd"^^xsd:anyURI ] ;
    ( fhir:resource <MedicinalProductDefinition/mpaf7ada14ad8929ea357c14ec95ee08dd> )
  ] ) . # 

<Composition/composition-en-af7ada14ad8929ea357c14ec95ee08dd> a fhir:Composition ;
  fhir:id [ fhir:v "composition-en-af7ada14ad8929ea357c14ec95ee08dd"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Composition-uv-epi"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Composition-uv-epi>     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><a name=\"Composition_composition-en-af7ada14ad8929ea357c14ec95ee08dd\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Composition composition-en-af7ada14ad8929ea357c14ec95ee08dd</b></p><a name=\"composition-en-af7ada14ad8929ea357c14ec95ee08dd\"> </a><a name=\"hccomposition-en-af7ada14ad8929ea357c14ec95ee08dd\"> </a><a name=\"composition-en-af7ada14ad8929ea357c14ec95ee08dd-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/HL7/emedicinal-product-info/StructureDefinition-Composition-uv-epi.html\">Composition (ePI)</a></p></div><p><b>identifier</b>: <code>http://ema.europa.eu/identifier</code>/EU/1/18/1290/001</p><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{https://spor.ema.europa.eu/rmswi/ 100000155538}\">Package Leaflet</span></p><p><b>category</b>: <span title=\"Codes:{http://hl7.eu/fhir/ig/gravitate-health/CodeSystem/epicategory-cs R}\">Raw</span></p><p><b>date</b>: 2022-02-16 13:28:17+0000</p><p><b>author</b>: <a href=\"Organization-mah-ema.html\">Organization ACME industry</a></p><p><b>title</b>: TEST PURPOSES ONLY - nityr</p><h3>Attesters</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Mode</b></td><td><b>Time</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/composition-attestation-mode official}\">Official</span></td><td>2022-02-16 13:28:17+0000</td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://ema.europa.eu/identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "EU/1/18/1290/001" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "https://spor.ema.europa.eu/rmswi/"^^xsd:anyURI ] ;
fhir:code [ fhir:v "100000155538" ]     ] ) ;
fhir:text [ fhir:v "Package Leaflet" ]
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.eu/fhir/ig/gravitate-health/CodeSystem/epicategory-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "R" ] ;
fhir:display [ fhir:v "Raw" ]     ] )
  ] ) ; # 
  fhir:subject ( [
fhir:reference [ fhir:v "MedicinalProductDefinition/mpaf7ada14ad8929ea357c14ec95ee08dd" ]
  ] ) ; # 
  fhir:date [ fhir:v "2022-02-16T13:28:17Z"^^xsd:dateTime] ; # 
  fhir:author ( [
fhir:reference [ fhir:v "Organization/mah-ema" ]
  ] ) ; # 
  fhir:title [ fhir:v "TEST PURPOSES ONLY - nityr"] ; # 
  fhir:attester ( [
fhir:mode [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/composition-attestation-mode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "official" ]       ] )     ] ;
fhir:time [ fhir:v "2022-02-16T13:28:17Z"^^xsd:dateTime ]
  ] ) ; # 
  fhir:section ( [
fhir:title [ fhir:v "B. Package Leaflet" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "https://spor.ema.europa.eu/rmswi/"^^xsd:anyURI ] ;
fhir:code [ fhir:v "100000155538" ]       ] ) ;
fhir:text [ fhir:v "B. Package Leaflet" ]     ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">unavailable</div>"     ] ;
fhir:emptyReason [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/list-empty-reason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "unavailable" ]       ] )     ] ;
    ( fhir:section [
fhir:title [ fhir:v "Package leaflet: Information for the user" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://spor.ema.europa.eu/rmswi/"^^xsd:anyURI ] ;
fhir:code [ fhir:v "100000155538" ]         ] ) ;
fhir:text [ fhir:v "Package leaflet: Information for the user" ]       ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"></div>"       ]     ] [
fhir:title [ fhir:v "What is in this leaflet" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://spor.ema.europa.eu/rmswi/"^^xsd:anyURI ] ;
fhir:code [ fhir:v "100000155538" ]         ] ) ;
fhir:text [ fhir:v "What is in this leaflet" ]       ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>What is in this leaflet</p><ol type=\"1\"><li>What Nityr is and what it is used for</li><li>What you need to know before you take Nityr</li><li>How to take Nityr</li><li>Possible side effects</li><li>How to store Nityr</li><li>Contents of the pack and other information</li></ol></div>"       ]     ] [
fhir:title [ fhir:v "1. What nityr is and what it is used for" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://spor.ema.europa.eu/rmswi/"^^xsd:anyURI ] ;
fhir:code [ fhir:v "100000155538" ]         ] ) ;
fhir:text [ fhir:v "1. What nityr is and what it is used for" ]       ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Nityr contains the active substance nitisinone.</p><p>Nityr is used to treat:</p><ul><li>A rare disease called hereditary tyrosinemia type 1 in adults, adolescents and children.</li><li>A rare disease called alkaptonuria (AKU) in adults.</li></ul><p>In these diseases your body is unable to completely break down the amino acid tyrosine (amino acids are building blocks of our proteins), forming harmful substances. These substances are accumulated in your body. Nityr blocks the breakdown of tyrosine and the harmful substances are not formed.</p><p>For the treatment of hereditary tyrosinemia type 1, you must follow a special diet while you are taking this medicine, because tyrosine will remain in your body. This special diet is based on low tyrosine and phenylalanine (another amino acid) content.</p><p>For the treatment of AKU, your doctor may advise you to follow a special diet.</p></div>"       ]     ] [
fhir:title [ fhir:v "2. What you need to know before you take nityr" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://spor.ema.europa.eu/rmswi/"^^xsd:anyURI ] ;
fhir:code [ fhir:v "100000155538" ]         ] ) ;
fhir:text [ fhir:v "2. What you need to know before you take nityr" ]       ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Do not take Nityr</p><ul><li>if you are allergic to nitisinone or any of the other ingredients of this medicine (listed in section 6).</li></ul><p>Do not breast-feed while taking this medicine, see section Pregnancy and breast-feeding .</p><p>Warnings and precautions<br/>Talk to your doctor or pharmacist before taking Nityr.</p><ul><li>Your eyes will be checked by an ophthalmologist before and regularly during nitisinone treatment. If you get red eyes or any other signs of effects on the eyes, contact your doctor immediately for an eye examination. Eye problems could be a sign of inadequate dietary control (see section 4).<br/>During the treatment, blood samples will be drawn in order for your doctor to check whether the treatment is adequate and to make sure that there are no possible side effects causing blood disorders.</li></ul><p>If you receive Nityr for treatment of hereditary tyrosinemia type 1, your liver will be checked at regular intervals because the disease affects the liver.</p><p>Follow-up by your doctor should be performed every 6 months. If you experience any side effects, shorter intervals are recommended.</p><p>Other medicines and Nityr<br/>Tell your doctor or pharmacist if you are taking, have recently taken or might take any other medicines. Nityr may interfere with the effect of other medicines, such as:</p><ul><li>Medicines for epilepsy (such as phenytoin)</li><li>Medicines against blood clotting (such as warfarin)</li></ul><p>Nityr with food<br/>Nityr can be taken with or without food throughout your course of treatment.</p><p>Pregnancy and breast-feeding The safety of this medicine has not been studied in pregnant and breast-feeding women.<br/>Please contact your doctor if you plan to become pregnant. If you become pregnant you should contact your doctor immediately.<br/>Do not breast-feed while taking this medicine, see section Do not take Nityr .</p><p>Driving and using machines This medicine has minor influence on the ability to drive and use machines. However, if you experience side effects affecting your vision you should not drive or use machines until your vision is back to normal (see section 4 Possible side effects ).</p><p>Nityr contains lactose If you have been told by your doctor that you have an intolerance to some sugars, contact your doctor before taking this medicine.</p></div>"       ]     ] [
fhir:title [ fhir:v "3. How to take nityr" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://spor.ema.europa.eu/rmswi/"^^xsd:anyURI ] ;
fhir:code [ fhir:v "100000155538" ]         ] ) ;
fhir:text [ fhir:v "3. How to take nityr" ]       ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Always take this medicine exactly as your doctor has told you. Check with your doctor or pharmacist if you are not sure.</p><p>For hereditary tyrosinemia type 1, treatment with this medicine should be started and supervised by a doctor experienced in the treatment of the disease .</p><p>For hereditary tyrosinemia type 1, the recommended total daily dose is 1 mg/kg body weight administered orally. Your doctor will adjust the dose individually.<br/>It is recommended to administer the dose once daily. However, due to the limited data in patients with body weight &lt; 20 kg, it is recommended to divide the total daily dose into two daily administrations in this patient population.</p><p>For AKU, the recommended dose is 10 mg once daily.</p><p>Patients who have problems swallowing Nityr tablets whole, are recommended to take alternative nitisinone formulations.</p><p>If you take more Nityr than you should<br/>If you have taken more of this medicine than you should, contact your doctor or pharmacist as soon as possible.</p><p>If you forget to take Nityr Do not take a double dose to make up for a forgotten dose. If you forget to take a dose, contact your doctor or pharmacist.</p><p>If you stop taking Nityr<br/>If you have the impression that the medicine is not working properly, talk to your doctor. Do not change the dose or stop the treatment without talking to your doctor.</p><p>If you have any further questions on the use of this medicine, ask your doctor, pharmacist or nurse.</p></div>"       ]     ] [
fhir:title [ fhir:v "4. Possible side effects" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://spor.ema.europa.eu/rmswi/"^^xsd:anyURI ] ;
fhir:code [ fhir:v "100000155538" ]         ] ) ;
fhir:text [ fhir:v "4. Possible side effects" ]       ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Like all medicines, this medicine can cause side effects, although not everybody gets them.</p><p>If you notice any side effects relating to the eyes, talk to your doctor immediately to have an eye examination. Treatment with nitisinone leads to higher levels of tyrosine in the blood which can cause eye related symptoms. In patients with hereditary tyrosinemia type 1, commonly reported eye related side effects (may affect more than 1 in 100 people) caused by higher tyrosine levels are inflammation in the eye (conjunctivitis), opacity and inflammation in the cornea (keratitis), sensitivity to light (photophobia) and eye pain. Inflammation of the eyelid (blepharitis) is an uncommon side effect (may affect up to 1 in 100 people).</p><p>In AKU patients, eye irritation (keratopathy) and eye pain are very commonly reported side effects (may affect more than 1 in 10 people).</p><p>Other side effects reported in patients with hereditary tyrosinemia type 1 are listed below: Other common side effects</p><ul><li>Reduced number of platelets (thrombocytopenia) and white blood cells (leukopenia), shortage of certain white blood cells (granulocytopenia).</li></ul><p>Other uncommon side effects</p><ul><li>increased number of white blood cells (leucocytosis),</li><li>itching (pruritus), skin inflammation (exfoliative dermatitis), rash.</li></ul><p>Other side effects reported in patients with AKU are listed below: Other common side effects</p><ul><li>bronchitis</li><li>pneumonia</li><li>itching (pruritus), rash</li></ul><p>Reporting of side effects If you get any side effects, talk to your doctor, pharmacist or nurse. This includes any possible side effects not listed in this leaflet. You can also report side effects directly via the national reporting system listed in Appendix V. By reporting side effects you can help provide more information on the safety of this medicine.</p></div>"       ]     ] [
fhir:title [ fhir:v "5. How to store nityr" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://spor.ema.europa.eu/rmswi/"^^xsd:anyURI ] ;
fhir:code [ fhir:v "100000155538" ]         ] ) ;
fhir:text [ fhir:v "5. How to store nityr" ]       ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Keep this medicine out of the sight and reach of children.</p><p>Do not use this medicine after the expiry date which is stated on the carton and bottle label after EXP.<br/>The expiry date refers to the last day of that month.</p><p>This medicine does not require any special temperature storage conditions.<br/>Store in the original bottle in order to protect from light.<br/>Once the bottle is opened, the medicine can be stored for a period of 2 months, after which it must be discarded.</p><p>Do not throw away any medicines via wastewater or household waste. Ask your pharmacist how to throw away medicines you no longer use. These measures will help protect the environment.</p></div>"       ]     ] [
fhir:title [ fhir:v "6. Contents of the pack and other information" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://spor.ema.europa.eu/rmswi/"^^xsd:anyURI ] ;
fhir:code [ fhir:v "100000155538" ]         ] ) ;
fhir:text [ fhir:v "6. Contents of the pack and other information" ]       ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>What Nityr contains</p><ul><li>The active substance is nitisinone. Each tablet contains 10 mg nitisinone.</li><li>The other ingredients are glycerol dibehenate and lactose monohydrate (see section 2 under Nityr contains lactose ).</li></ul><p>What Nityr looks like and contents of the pack<br/>Nityr are white to beige, round, flat tablets, which may display light yellow to brown speckles, marked with L on one side and 10 on the other side.<br/>Nityr is available in a bottle containing 60 tablets.</p><p>Marketing Authorisation Holder<br/>Cycle Pharmaceuticals (Europe) Limited 70 Sir John Rogerson s Quay<br/>Dublin 2, D02 RIreland</p><p>Manufacturer Millmount Healthcare Limited Block-7, City North Business Campus Stamullen, Co. Meath,<br/>K32 YD60, Ireland</p><p>Sciensus International B.V. Bijsterhuizen 36604 LV Wijchen Netherlands</p><p>This leaflet was last revised in</p><p>Detailed information on this medicine is available on the European Medicines Agency website:<br/><a href=\"http://www.ema.europa.eu\">http://www.ema.europa.eu</a>. There are also links to other websites about rare diseases and treatments.</p></div>"       ]     ] )
  ] ) . # 

<MedicinalProductDefinition/mpaf7ada14ad8929ea357c14ec95ee08dd> a fhir:MedicinalProductDefinition ;
  fhir:id [ fhir:v "mpaf7ada14ad8929ea357c14ec95ee08dd"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/MedicinalProductDefinition-uv-epi"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/MedicinalProductDefinition-uv-epi>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicinalProductDefinition_mpaf7ada14ad8929ea357c14ec95ee08dd\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicinalProductDefinition mpaf7ada14ad8929ea357c14ec95ee08dd</b></p><a name=\"mpaf7ada14ad8929ea357c14ec95ee08dd\"> </a><a name=\"hcmpaf7ada14ad8929ea357c14ec95ee08dd\"> </a><a name=\"mpaf7ada14ad8929ea357c14ec95ee08dd-en-US\"> </a><p><b>identifier</b>: <code>http://ema.europa.eu/identifier</code>/EU/1/18/1290/001</p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/medicinal-product-type MedicinalProduct}\">Medicinal Product</span></p><p><b>domain</b>: <span title=\"Codes:{http://hl7.org/fhir/medicinal-product-domain Human}\">Human use</span></p><p><b>status</b>: <span title=\"Codes:{http://hl7.org/fhir/publication-status active}\">active</span></p><p><b>legalStatusOfSupply</b>: <span title=\"Codes:{https://spor.ema.europa.eu/rmswi 100000072084}\">Medicinal product subject to medical prescription</span></p><blockquote><p><b>name</b></p><p><b>productName</b>: Nityr 10 mg tablets</p><p><b>type</b>: <span title=\"Codes:{https://spor.ema.europa.eu/lists/220000000000 220000000001}\">Full name</span></p><blockquote><p><b>part</b></p><p><b>part</b>: nan</p><p><b>type</b>: <span title=\"Codes:{https://spor.ema.europa.eu/lists/220000000000 220000000002}\">Invented name part</span></p></blockquote><blockquote><p><b>part</b></p><p><b>part</b>: nan</p><p><b>type</b>: <span title=\"Codes:{https://spor.ema.europa.eu/lists/220000000000 220000000003}\">Scientific name part</span></p></blockquote><blockquote><p><b>part</b></p><p><b>part</b>: nan</p><p><b>type</b>: <span title=\"Codes:{https://spor.ema.europa.eu/lists/220000000000 220000000004}\">Strength part</span></p></blockquote><blockquote><p><b>part</b></p><p><b>part</b>: nan</p><p><b>type</b>: <span title=\"Codes:{https://spor.ema.europa.eu/lists/220000000000 220000000005}\">Pharmaceutical dose form part</span></p></blockquote><h3>Usages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Country</b></td><td><b>Jurisdiction</b></td><td><b>Language</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{urn:iso:std:iso:3166 EU}\">EU</span></td><td><span title=\"Codes:{urn:iso:std:iso:3166 EU}\">EU</span></td><td><span title=\"Codes:{urn:ietf:bcp:47 en}\">en</span></td></tr></table></blockquote></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://ema.europa.eu/identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "EU/1/18/1290/001" ]
  ] ) ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/medicinal-product-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MedicinalProduct" ] ;
fhir:display [ fhir:v "Medicinal Product" ]     ] )
  ] ; # 
  fhir:domain [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/medicinal-product-domain"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Human" ] ;
fhir:display [ fhir:v "Human use" ]     ] )
  ] ; # 
  fhir:status [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/publication-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "active" ]     ] )
  ] ; # 
  fhir:legalStatusOfSupply [
    ( fhir:coding [
fhir:system [ fhir:v "https://spor.ema.europa.eu/rmswi"^^xsd:anyURI ] ;
fhir:code [ fhir:v "100000072084" ] ;
fhir:display [ fhir:v "Medicinal product subject to medical prescription" ]     ] )
  ] ; # 
  fhir:name ( [
fhir:productName [ fhir:v "Nityr 10 mg tablets" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "https://spor.ema.europa.eu/lists/220000000000"^^xsd:anyURI ] ;
fhir:code [ fhir:v "220000000001" ] ;
fhir:display [ fhir:v "Full name" ]       ] )     ] ;
    ( fhir:part [
fhir:part [ fhir:v "nan" ] ;
fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "https://spor.ema.europa.eu/lists/220000000000"^^xsd:anyURI ] ;
fhir:code [ fhir:v "220000000002" ] ;
fhir:display [ fhir:v "Invented name part" ]         ] )       ]     ] [
fhir:part [ fhir:v "nan" ] ;
fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "https://spor.ema.europa.eu/lists/220000000000"^^xsd:anyURI ] ;
fhir:code [ fhir:v "220000000003" ] ;
fhir:display [ fhir:v "Scientific name part" ]         ] )       ]     ] [
fhir:part [ fhir:v "nan" ] ;
fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "https://spor.ema.europa.eu/lists/220000000000"^^xsd:anyURI ] ;
fhir:code [ fhir:v "220000000004" ] ;
fhir:display [ fhir:v "Strength part" ]         ] )       ]     ] [
fhir:part [ fhir:v "nan" ] ;
fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "https://spor.ema.europa.eu/lists/220000000000"^^xsd:anyURI ] ;
fhir:code [ fhir:v "220000000005" ] ;
fhir:display [ fhir:v "Pharmaceutical dose form part" ]         ] )       ]     ] ) ;
    ( fhir:usage [
fhir:country [
        ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "EU" ] ;
fhir:display [ fhir:v "EU" ]         ] )       ] ;
fhir:jurisdiction [
        ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "EU" ] ;
fhir:display [ fhir:v "EU" ]         ] )       ] ;
fhir:language [
        ( fhir:coding [
fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
fhir:code [ fhir:v "en" ] ;
fhir:display [ fhir:v "en" ]         ] )       ]     ] )
  ] ) . #