Gravitate Health FHIR Implementation Guide (FHIR R4), published by . 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/hl7-eu/gravitate-health-ips/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> . @prefix loinc: <https://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:id [ fhir:v "gravitate-ips-1"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/uv/ips/StructureDefinition/Bundle-uv-ips"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/uv/ips/StructureDefinition/Bundle-uv-ips> ] ) ] ; # fhir:identifier [ fhir:system [ fhir:v "https://www.gravitatehealth.eu/sid/doc"^^xsd:anyURI ] ; fhir:value [ fhir:v "ips-1" ] ] ; # fhir:type [ fhir:v "document"] ; # fhir:timestamp [ fhir:v "2021-09-03T08:38:00+02:00"^^xsd:dateTime] ; # fhir:entry ( [ fhir:fullUrl [ fhir:v "https://myserver.org/Composition/2fa5b223-ebce-4f39-9c66-5dc014f73575"^^xsd:anyURI ] ; ( fhir:resource <https://myserver.org/Composition/2fa5b223-ebce-4f39-9c66-5dc014f73575> ) ] [ fhir:fullUrl [ fhir:v "https://myserver.org/Patient/c154158f-6a43-4ab7-8443-e7f4bf915dd6"^^xsd:anyURI ] ; ( fhir:resource <https://myserver.org/Patient/c154158f-6a43-4ab7-8443-e7f4bf915dd6> ) ] [ fhir:fullUrl [ fhir:v "https://myserver.org/Practitioner/1ece89c5-fda3-4db9-ace6-decbe6c603d5"^^xsd:anyURI ] ; ( fhir:resource <https://myserver.org/Practitioner/1ece89c5-fda3-4db9-ace6-decbe6c603d5> ) ] [ fhir:fullUrl [ fhir:v "https://myserver.org/AllergyIntolerance/1dff4474-fa08-4f45-8260-dbb23094bf05"^^xsd:anyURI ] ; ( fhir:resource <https://myserver.org/AllergyIntolerance/1dff4474-fa08-4f45-8260-dbb23094bf05> ) ] [ fhir:fullUrl [ fhir:v "https://myserver.org/AllergyIntolerance/9d18cddb-8e58-4fbb-82ec-09cc561ac805"^^xsd:anyURI ] ; ( fhir:resource <https://myserver.org/AllergyIntolerance/9d18cddb-8e58-4fbb-82ec-09cc561ac805> ) ] [ fhir:fullUrl [ fhir:v "https://myserver.org/Condition/bcc79261-142c-48ec-b032-f3f9af49ec55"^^xsd:anyURI ] ; ( fhir:resource <https://myserver.org/Condition/bcc79261-142c-48ec-b032-f3f9af49ec55> ) ] [ fhir:fullUrl [ fhir:v "https://myserver.org/Condition/a4a9d90a-d1b0-4d60-82f0-c52343dc6255"^^xsd:anyURI ] ; ( fhir:resource <https://myserver.org/Condition/a4a9d90a-d1b0-4d60-82f0-c52343dc6255> ) ] [ fhir:fullUrl [ fhir:v "https://myserver.org/Condition/f06b7cf8-c15c-4288-a0f9-45a1026e5135"^^xsd:anyURI ] ; ( fhir:resource <https://myserver.org/Condition/f06b7cf8-c15c-4288-a0f9-45a1026e5135> ) ] [ fhir:fullUrl [ fhir:v "https://myserver.org/MedicationStatement/29074ca4-efcb-4ff4-8446-feed2399a895"^^xsd:anyURI ] ; ( fhir:resource <https://myserver.org/MedicationStatement/29074ca4-efcb-4ff4-8446-feed2399a895> ) ] [ fhir:fullUrl [ fhir:v "https://myserver.org/MedicationStatement/f6cb1218-f81c-4338-80d8-3c10910f78f5"^^xsd:anyURI ] ; ( fhir:resource <https://myserver.org/MedicationStatement/f6cb1218-f81c-4338-80d8-3c10910f78f5> ) ] [ fhir:fullUrl [ fhir:v "https://myserver.org/MedicationStatement/f26084c9-b1c8-46d9-acb2-1d400ade87b5"^^xsd:anyURI ] ; ( fhir:resource <https://myserver.org/MedicationStatement/f26084c9-b1c8-46d9-acb2-1d400ade87b5> ) ] [ fhir:fullUrl [ fhir:v "https://myserver.org/Medication/b50ae644-e0b7-4007-809f-26f493cbe365"^^xsd:anyURI ] ; ( fhir:resource <https://myserver.org/Medication/b50ae644-e0b7-4007-809f-26f493cbe365> ) ] [ fhir:fullUrl [ fhir:v "https://myserver.org/Medication/de131e15-ed13-4b31-b38c-3204a84d99c5"^^xsd:anyURI ] ; ( fhir:resource <https://myserver.org/Medication/de131e15-ed13-4b31-b38c-3204a84d99c5> ) ] [ fhir:fullUrl [ fhir:v "https://myserver.org/Medication/9ac3356c-4ea4-4814-84c3-235484f2ef15"^^xsd:anyURI ] ; ( fhir:resource <https://myserver.org/Medication/9ac3356c-4ea4-4814-84c3-235484f2ef15> ) ] ) . # <https://myserver.org/Composition/2fa5b223-ebce-4f39-9c66-5dc014f73575> a fhir:Composition ; fhir:id [ fhir:v "ips-example-1"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Composition_ips-example-1\"> </a>\n \n\n \n <b>Id:</b>\n ips-example-1\n <br/>\n \n <b>status:</b>\n Final\n <br/>\n \n <b>Type:</b>\n Patient summary Document\n <br/>\n \n <b>Subject:</b>\n <a>Maria Gravitate</a>\n \n\n <br/>\n <b>Sections:</b>\n <br/>\n\n <ul>\n \n <li>\n\n Allergies and Intolerances\n\n </li>\n <ul>\n\n \n\n <li>\n\n Hay fever (pollen)\n\n </li>\n \n\n <li>\n\n Lactose Intolerance\n\n </li>\n \n </ul>\n\n \n <li>\n\n Problem List\n\n </li>\n <ul>\n\n \n\n <li>\n\n Psoriasis\n\n </li>\n \n\n <li>\n\n Hypertension\n\n </li>\n \n\n <li>\n\n Congestive heart failure\n\n </li>\n \n </ul>\n\n \n <li>\n\n Medication Summary\n\n </li>\n <ul>\n\n \n\n <li>\n\n Dimethyl fumarate 30 mg Gastro-resistant tablet\n\n </li>\n \n\n <li>\n\n Irbesartan 75 mg Tablet\n\n </li>\n \n\n <li>\n\n Oxymetazoline hydrochloride 0.05 mg / 1 ml Spray\n\n </li>\n \n </ul>\n\n \n\n </ul>\n\n \n\n</div>" ] ; # fhir:status [ fhir:v "final"] ; # fhir:type [ ( fhir:coding [ a loinc:60591-5 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "60591-5" ] ; fhir:display [ fhir:v "Patient summary Document" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/c154158f-6a43-4ab7-8443-e7f4bf915dd6" ] ; fhir:display [ fhir:v "Maria Gravitate" ] ] ; # fhir:date [ fhir:v "2018-07-10T15:22:00+02:00"^^xsd:dateTime] ; # fhir:author ( [ fhir:reference [ fhir:v "Practitioner/1ece89c5-fda3-4db9-ace6-decbe6c603d5" ] ; fhir:display [ fhir:v "Dr. Anna Karlsson" ] ] ) ; # fhir:title [ fhir:v "Patient Summary (Maria Gravitate)"] ; # fhir:confidentiality [ fhir:v "N"] ; # fhir:section ( [ fhir:title [ fhir:v "Allergies and Intolerances" ] ; fhir:code [ ( fhir:coding [ a loinc:48765-2 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "48765-2" ] ; fhir:display [ fhir:v "Allergies and adverse reactions Document" ] ] ) ] ; ( fhir:entry [ fhir:reference [ fhir:v "AllergyIntolerance/1dff4474-fa08-4f45-8260-dbb23094bf05" ] ; fhir:display [ fhir:v "Hay fever (pollen)" ] ] [ fhir:reference [ fhir:v "AllergyIntolerance/9d18cddb-8e58-4fbb-82ec-09cc561ac805" ] ; fhir:display [ fhir:v "Lactose Intolerance" ] ] ) ] [ fhir:title [ fhir:v "Problem List" ] ; fhir:code [ ( fhir:coding [ a loinc:11450-4 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "11450-4" ] ; fhir:display [ fhir:v "Problem list Reported" ] ] ) ] ; ( fhir:entry [ fhir:reference [ fhir:v "Condition/bcc79261-142c-48ec-b032-f3f9af49ec55" ] ; fhir:display [ fhir:v "Psoriasis" ] ] [ fhir:reference [ fhir:v "Condition/f06b7cf8-c15c-4288-a0f9-45a1026e5135" ] ; fhir:display [ fhir:v "Hypertension" ] ] [ fhir:reference [ fhir:v "Condition/a4a9d90a-d1b0-4d60-82f0-c52343dc6255" ] ; fhir:display [ fhir:v "Congestive heart failure" ] ] ) ] [ fhir:title [ fhir:v "Medication Summary" ] ; fhir:code [ ( fhir:coding [ a loinc:10160-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "10160-0" ] ; fhir:display [ fhir:v "Hx of Medication use" ] ] ) ] ; ( fhir:entry [ fhir:reference [ fhir:v "MedicationStatement/29074ca4-efcb-4ff4-8446-feed2399a895" ] ; fhir:display [ fhir:v "Dimethyl fumarate 30 mg Gastro-resistant tablet" ] ] [ fhir:reference [ fhir:v "MedicationStatement/f6cb1218-f81c-4338-80d8-3c10910f78f5" ] ; fhir:display [ fhir:v "Irbesartan 75 mg Tablet" ] ] [ fhir:reference [ fhir:v "MedicationStatement/f26084c9-b1c8-46d9-acb2-1d400ade87b5" ] ; fhir:display [ fhir:v "Oxymetazoline hydrochloride 0.05 mg / 1 ml Spray" ] ] ) ] ) . # <https://myserver.org/Patient/c154158f-6a43-4ab7-8443-e7f4bf915dd6> a fhir:Patient ; fhir:id [ fhir:v "c154158f-6a43-4ab7-8443-e7f4bf915dd6"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Maria Gravitate, Female, 75 years old (1946-05-05)</div>" ] ; # fhir:extension ( [ ( fhir:extension [ fhir:url [ fhir:v "code"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "NO" ] ; fhir:display [ fhir:v "Norway" ] ] ) ] ] ) ; fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-citizenship"^^xsd:anyURI ] ] ) ; # fhir:identifier ( [ fhir:system [ fhir:v "https://www.gravitatehealth.eu/sid/doc"^^xsd:anyURI ] ; fhir:value [ fhir:v "ips-1" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:name ( [ fhir:family [ fhir:v "Gravitate" ] ; ( fhir:given [ fhir:v "IPS" ] ) ] ) ; # fhir:gender [ fhir:v "female"] ; # fhir:birthDate [ fhir:v "1946-05-05"^^xsd:date] . # <https://myserver.org/Practitioner/1ece89c5-fda3-4db9-ace6-decbe6c603d5> a fhir:Practitioner ; fhir:id [ fhir:v "1ece89c5-fda3-4db9-ace6-decbe6c603d5"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Dr. Anne Karlsson</div>" ] ; # fhir:name ( [ fhir:family [ fhir:v "Karlsson" ] ; ( fhir:given [ fhir:v "Anne" ] ) ; ( fhir:prefix [ fhir:v "Dr." ] ) ] ) . # <https://myserver.org/AllergyIntolerance/1dff4474-fa08-4f45-8260-dbb23094bf05> a fhir:AllergyIntolerance ; fhir:id [ fhir:v "1dff4474-fa08-4f45-8260-dbb23094bf05"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Hay fever</div>" ] ; # fhir:clinicalStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ] ; fhir:code [ fhir:v "active" ] ] ) ] ; # fhir:verificationStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"^^xsd:anyURI ] ; fhir:code [ fhir:v "confirmed" ] ] ) ] ; # fhir:code [ ( fhir:coding [ a sct:256259004 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "256259004" ] ; fhir:display [ fhir:v "Pollen" ] ] ) ] ; # fhir:patient [ fhir:reference [ fhir:v "Patient/c154158f-6a43-4ab7-8443-e7f4bf915dd6" ] ; fhir:display [ fhir:v "IPS 1" ] ] ; # fhir:reaction ( [ ( fhir:manifestation [ ( fhir:coding [ a sct:21719001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "21719001" ] ; fhir:display [ fhir:v "Allergic rhinitis caused by pollen" ] ] ) ; fhir:text [ fhir:v "Hay fever" ] ] ) ] ) . # <https://myserver.org/AllergyIntolerance/9d18cddb-8e58-4fbb-82ec-09cc561ac805> a fhir:AllergyIntolerance ; fhir:id [ fhir:v "9d18cddb-8e58-4fbb-82ec-09cc561ac805"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Lactose Intolerance</div>" ] ; # fhir:clinicalStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ] ; fhir:code [ fhir:v "active" ] ] ) ] ; # fhir:verificationStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"^^xsd:anyURI ] ; fhir:code [ fhir:v "confirmed" ] ] ) ] ; # fhir:type [ fhir:v "intolerance"] ; # fhir:category ( [ fhir:v "food"] ) ; # fhir:code [ ( fhir:coding [ a sct:782415009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "782415009" ] ; fhir:display [ fhir:v "Intolerance to lactose" ] ] ) ] ; # fhir:patient [ fhir:reference [ fhir:v "Patient/c154158f-6a43-4ab7-8443-e7f4bf915dd6" ] ; fhir:display [ fhir:v "IPS 1" ] ] ; # fhir:onset [ a fhir:Age ; fhir:value [ fhir:v "1"^^xsd:decimal ] ; fhir:unit [ fhir:v "year" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "a" ] ] ; # fhir:recordedDate [ fhir:v "2009-10-09"^^xsd:date] ; # fhir:reaction ( [ fhir:substance [ ( fhir:coding [ a sct:47703008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "47703008" ] ; fhir:display [ fhir:v "lactose" ] ] ) ] ; ( fhir:manifestation [ ( fhir:coding [ a sct:21522001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "21522001" ] ; fhir:display [ fhir:v "Abdominal pain" ] ] ) ] [ ( fhir:coding [ a sct:116289008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "116289008" ] ; fhir:display [ fhir:v "Abdominal bloating" ] ] ) ] [ ( fhir:coding [ a sct:62315008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "62315008" ] ; fhir:display [ fhir:v "Diarrhea" ] ] ) ] ) ] ) . # <https://myserver.org/Condition/bcc79261-142c-48ec-b032-f3f9af49ec55> a fhir:Condition ; fhir:id [ fhir:v "bcc79261-142c-48ec-b032-f3f9af49ec55"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_bcc79261-142c-48ec-b032-f3f9af49ec55\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition bcc79261-142c-48ec-b032-f3f9af49ec55</b></p><a name=\"bcc79261-142c-48ec-b032-f3f9af49ec55\"> </a><a name=\"hcbcc79261-142c-48ec-b032-f3f9af49ec55\"> </a><a name=\"bcc79261-142c-48ec-b032-f3f9af49ec55-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 9014002}\">Psoriasis</span></p><p><b>subject</b>: <a href=\"Bundle-gravitate-ips-1.html#Patient_c154158f-6a43-4ab7-8443-e7f4bf915dd6\">Maria Gravitate</a></p><p><b>asserter</b>: <a href=\"Bundle-gravitate-ips-1.html#Practitioner_1ece89c5-fda3-4db9-ace6-decbe6c603d5\">Dr. Anna Karlsson</a></p></div>" ] ; # fhir:clinicalStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ; fhir:code [ fhir:v "active" ] ] ) ] ; # fhir:code [ ( fhir:coding [ a sct:9014002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "9014002" ] ; fhir:display [ fhir:v "Psoriasis" ] ] ) ; fhir:text [ fhir:v "Psoriasis" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/c154158f-6a43-4ab7-8443-e7f4bf915dd6" ] ; fhir:display [ fhir:v "Maria Gravitate" ] ] ; # fhir:asserter [ fhir:reference [ fhir:v "Practitioner/1ece89c5-fda3-4db9-ace6-decbe6c603d5" ] ; fhir:display [ fhir:v "Dr. Anna Karlsson" ] ] . # <https://myserver.org/Condition/a4a9d90a-d1b0-4d60-82f0-c52343dc6255> a fhir:Condition ; fhir:id [ fhir:v "a4a9d90a-d1b0-4d60-82f0-c52343dc6255"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Congestive heart failure (2015)</div>" ] ; # fhir:clinicalStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ; fhir:code [ fhir:v "active" ] ] ) ] ; # fhir:code [ ( fhir:coding [ a sct:42343007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "42343007" ] ; fhir:display [ fhir:v "Congestive heart failure" ] ] ) ; fhir:text [ fhir:v "Congestive heart failure" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/c154158f-6a43-4ab7-8443-e7f4bf915dd6" ] ; fhir:display [ fhir:v "Maria Gravitate" ] ] ; # fhir:onset [ fhir:v "2015"^^xsd:gYear] ; # fhir:asserter [ fhir:reference [ fhir:v "Practitioner/1ece89c5-fda3-4db9-ace6-decbe6c603d5" ] ; fhir:display [ fhir:v "Dr. Anna Karlsson" ] ] . # <https://myserver.org/Condition/f06b7cf8-c15c-4288-a0f9-45a1026e5135> a fhir:Condition ; fhir:id [ fhir:v "f06b7cf8-c15c-4288-a0f9-45a1026e5135"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_f06b7cf8-c15c-4288-a0f9-45a1026e5135\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition f06b7cf8-c15c-4288-a0f9-45a1026e5135</b></p><a name=\"f06b7cf8-c15c-4288-a0f9-45a1026e5135\"> </a><a name=\"hcf06b7cf8-c15c-4288-a0f9-45a1026e5135\"> </a><a name=\"f06b7cf8-c15c-4288-a0f9-45a1026e5135-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 38341003}\">Hypertension</span></p><p><b>subject</b>: <a href=\"Bundle-gravitate-ips-1.html#Patient_c154158f-6a43-4ab7-8443-e7f4bf915dd6\">Maria Gravitate</a></p><p><b>onset</b>: 1993</p></div>" ] ; # fhir:clinicalStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ; fhir:code [ fhir:v "active" ] ] ) ] ; # fhir:code [ ( fhir:coding [ a sct:38341003 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "38341003" ] ; fhir:display [ fhir:v "HT - Hypertension" ] ] ) ; fhir:text [ fhir:v "Hypertension" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/c154158f-6a43-4ab7-8443-e7f4bf915dd6" ] ; fhir:display [ fhir:v "Maria Gravitate" ] ] ; # fhir:onset [ fhir:v "1993"^^xsd:gYear] . # <https://myserver.org/MedicationStatement/29074ca4-efcb-4ff4-8446-feed2399a895> a fhir:MedicationStatement ; fhir:id [ fhir:v "29074ca4-efcb-4ff4-8446-feed2399a895"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><thead><tr><th>Brand Name</th><th>MAN</th><th>Active Substance</th><th>Common Name</th><th>ATC</th><th>Strength</th><th>Dose Form</th><th>RoA</th></tr></thead><tbody><tr><td>Skilarence</td><td>EU/1/17/1201/001</td><td>dimethyl fumarate (FO2303MNI2)</td><td>dimethyl fumarate</td><td>L04AX07</td><td>30 mg</td><td>Gastro-resistant tablet</td><td>Oral use</td></tr></tbody></table></div>" ] ; # fhir:status [ fhir:v "active"] ; # fhir:medication [ a fhir:Reference ; fhir:reference [ fhir:v "Medication/b50ae644-e0b7-4007-809f-26f493cbe365" ] ; fhir:display [ fhir:v "Dimethyl fumarate 30 mg Tablet" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/c154158f-6a43-4ab7-8443-e7f4bf915dd6" ] ; fhir:display [ fhir:v "Maria Gravitate" ] ] ; # fhir:dosage ( [ fhir:route [ ( fhir:coding [ fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ; fhir:code [ fhir:v "20053000" ] ; fhir:display [ fhir:v "Oral use" ] ] ) ] ] ) . # <https://myserver.org/MedicationStatement/f6cb1218-f81c-4338-80d8-3c10910f78f5> a fhir:MedicationStatement ; fhir:id [ fhir:v "f6cb1218-f81c-4338-80d8-3c10910f78f5"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationStatement_f6cb1218-f81c-4338-80d8-3c10910f78f5\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement f6cb1218-f81c-4338-80d8-3c10910f78f5</b></p><a name=\"f6cb1218-f81c-4338-80d8-3c10910f78f5\"> </a><a name=\"hcf6cb1218-f81c-4338-80d8-3c10910f78f5\"> </a><a name=\"f6cb1218-f81c-4338-80d8-3c10910f78f5-en-US\"> </a><p><b>status</b>: Active</p><p><b>medication</b>: <a href=\"Bundle-gravitate-ips-1.html#Medication_de131e15-ed13-4b31-b38c-3204a84d99c5\">Irbesartan 75 mg Tablet</a></p><p><b>subject</b>: <a href=\"Bundle-gravitate-ips-1.html#Patient_c154158f-6a43-4ab7-8443-e7f4bf915dd6\">Maria Gravitate</a></p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Route</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://standardterms.edqm.eu 20053000}\">Oral use</span></td></tr></table></div>" ] ; # fhir:status [ fhir:v "active"] ; # fhir:medication [ a fhir:Reference ; fhir:reference [ fhir:v "Medication/de131e15-ed13-4b31-b38c-3204a84d99c5" ] ; fhir:display [ fhir:v "Irbesartan 75 mg Tablet" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/c154158f-6a43-4ab7-8443-e7f4bf915dd6" ] ; fhir:display [ fhir:v "Maria Gravitate" ] ] ; # fhir:dosage ( [ fhir:route [ ( fhir:coding [ fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ; fhir:code [ fhir:v "20053000" ] ; fhir:display [ fhir:v "Oral use" ] ] ) ] ] ) . # <https://myserver.org/MedicationStatement/f26084c9-b1c8-46d9-acb2-1d400ade87b5> a fhir:MedicationStatement ; fhir:id [ fhir:v "f26084c9-b1c8-46d9-acb2-1d400ade87b5"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationStatement_f26084c9-b1c8-46d9-acb2-1d400ade87b5\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement f26084c9-b1c8-46d9-acb2-1d400ade87b5</b></p><a name=\"f26084c9-b1c8-46d9-acb2-1d400ade87b5\"> </a><a name=\"hcf26084c9-b1c8-46d9-acb2-1d400ade87b5\"> </a><a name=\"f26084c9-b1c8-46d9-acb2-1d400ade87b5-en-US\"> </a><p><b>status</b>: Active</p><p><b>medication</b>: <a href=\"Bundle-gravitate-ips-1.html#Medication_9ac3356c-4ea4-4814-84c3-235484f2ef15\">Oxymetazoline hydrochloride 0.05 mg / 1 ml Spray</a></p><p><b>subject</b>: <a href=\"Bundle-gravitate-ips-1.html#Patient_c154158f-6a43-4ab7-8443-e7f4bf915dd6\">Maria Gravitate</a></p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Route</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://standardterms.edqm.eu 20049000}\">Nasal use</span></td></tr></table></div>" ] ; # fhir:status [ fhir:v "active"] ; # fhir:medication [ a fhir:Reference ; fhir:reference [ fhir:v "Medication/9ac3356c-4ea4-4814-84c3-235484f2ef15" ] ; fhir:display [ fhir:v "Oxymetazoline hydrochloride 0.05 mg / 1 ml Spray" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/c154158f-6a43-4ab7-8443-e7f4bf915dd6" ] ; fhir:display [ fhir:v "Maria Gravitate" ] ] ; # fhir:dosage ( [ fhir:route [ ( fhir:coding [ fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ; fhir:code [ fhir:v "20049000" ] ; fhir:display [ fhir:v "Nasal use" ] ] ) ] ] ) . # <https://myserver.org/Medication/b50ae644-e0b7-4007-809f-26f493cbe365> a fhir:Medication ; fhir:id [ fhir:v "b50ae644-e0b7-4007-809f-26f493cbe365"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Medication_b50ae644-e0b7-4007-809f-26f493cbe365\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Medication b50ae644-e0b7-4007-809f-26f493cbe365</b></p><a name=\"b50ae644-e0b7-4007-809f-26f493cbe365\"> </a><a name=\"hcb50ae644-e0b7-4007-809f-26f493cbe365\"> </a><a name=\"b50ae644-e0b7-4007-809f-26f493cbe365-en-US\"> </a><p><b>code</b>: <span title=\"Codes:{https://spor.ema.europa.eu/pmswi EU/1/17/1201/001}, {https://www.who-umc.org/phpid 0x9982CA8A825D4561506CE808982E3B9D}, {http://www.whocc.no/atc L04AX07}\">Skilarence</span></p><p><b>form</b>: <span title=\"Codes:{http://standardterms.edqm.eu 10225000}\">Gastro-resistant tablet</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://fdasis.nlm.nih.gov FO2303MNI2}\">dimethyl fumarate</span></td><td>30 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span>/1 Tablet<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code{tablet} = '{tablet}')</span></td></tr></table></div>" ] ; # fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "https://spor.ema.europa.eu/pmswi"^^xsd:anyURI ] ; fhir:code [ fhir:v "EU/1/17/1201/001" ] ; fhir:display [ fhir:v "Skilarence" ] ] [ fhir:system [ fhir:v "https://www.who-umc.org/phpid"^^xsd:anyURI ] ; fhir:code [ fhir:v "0x9982CA8A825D4561506CE808982E3B9D" ] ; fhir:display [ fhir:v "dimethyl fumarate, 30 mg/ 1 tablet, Gastro-resistant tablet" ] ] [ fhir:system [ fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ] ; fhir:code [ fhir:v "L04AX07" ] ; fhir:display [ fhir:v "dimethyl fumarate" ] ] ) ] ; # fhir:form [ ( fhir:coding [ fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ; fhir:code [ fhir:v "10225000" ] ; fhir:display [ fhir:v "Gastro-resistant tablet" ] ] ) ] ; # fhir:ingredient ( [ fhir:item [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://fdasis.nlm.nih.gov"^^xsd:anyURI ] ; fhir:code [ fhir:v "FO2303MNI2" ] ; fhir:display [ fhir:v "dimethyl fumarate" ] ] ) ; fhir:text [ fhir:v "dimethyl fumarate" ] ] ; fhir:strength [ fhir:numerator [ fhir:value [ fhir:v "30"^^xsd:decimal ] ; fhir:unit [ fhir:v "mg" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mg" ] ] ; fhir:denominator [ fhir:value [ fhir:v "1"^^xsd:decimal ] ; fhir:unit [ fhir:v "Tablet" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "{tablet}" ] ] ] ] ) . # <https://myserver.org/Medication/de131e15-ed13-4b31-b38c-3204a84d99c5> a fhir:Medication ; fhir:id [ fhir:v "de131e15-ed13-4b31-b38c-3204a84d99c5"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Medication_de131e15-ed13-4b31-b38c-3204a84d99c5\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Medication de131e15-ed13-4b31-b38c-3204a84d99c5</b></p><a name=\"de131e15-ed13-4b31-b38c-3204a84d99c5\"> </a><a name=\"hcde131e15-ed13-4b31-b38c-3204a84d99c5\"> </a><a name=\"de131e15-ed13-4b31-b38c-3204a84d99c5-en-US\"> </a><p><b>code</b>: <span title=\"Codes:{https://spor.ema.europa.eu/pmswi EMEA/H/C/000142}, {https://www.who-umc.org/phpid 0x8DFB446EDB3B8AE508AE493827A704E4}, {http://www.whocc.no/atc C09DA04}\">Karvea 75 mg Tablet</span></p><p><b>form</b>: <span title=\"Codes:{http://standardterms.edqm.eu 10219000}\">Tablet</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://fdasis.nlm.nih.gov J0E2756Z7N}\">irbesartan</span></td><td>75 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span>/1 Tablet<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code{tablet} = '{tablet}')</span></td></tr></table></div>" ] ; # fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "https://spor.ema.europa.eu/pmswi"^^xsd:anyURI ] ; fhir:code [ fhir:v "EMEA/H/C/000142" ] ; fhir:display [ fhir:v "Karvea 75 mg Tablet" ] ] [ fhir:system [ fhir:v "https://www.who-umc.org/phpid"^^xsd:anyURI ] ; fhir:code [ fhir:v "0x8DFB446EDB3B8AE508AE493827A704E4" ] ; fhir:display [ fhir:v "Irbesartan, 75 mg/ 1 tablet, Tablet" ] ] [ fhir:system [ fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ] ; fhir:code [ fhir:v "C09DA04" ] ; fhir:display [ fhir:v "irbesartan and diuretics" ] ] ) ] ; # fhir:form [ ( fhir:coding [ fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ; fhir:code [ fhir:v "10219000" ] ; fhir:display [ fhir:v "Tablet" ] ] ) ] ; # fhir:ingredient ( [ fhir:item [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://fdasis.nlm.nih.gov"^^xsd:anyURI ] ; fhir:code [ fhir:v "J0E2756Z7N" ] ; fhir:display [ fhir:v "irbesartan" ] ] ) ; fhir:text [ fhir:v "irbesartan" ] ] ; fhir:strength [ fhir:numerator [ fhir:value [ fhir:v "75"^^xsd:decimal ] ; fhir:unit [ fhir:v "mg" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mg" ] ] ; fhir:denominator [ fhir:value [ fhir:v "1"^^xsd:decimal ] ; fhir:unit [ fhir:v "Tablet" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "{tablet}" ] ] ] ] ) . # <https://myserver.org/Medication/9ac3356c-4ea4-4814-84c3-235484f2ef15> a fhir:Medication ; fhir:id [ fhir:v "9ac3356c-4ea4-4814-84c3-235484f2ef15"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Medication_9ac3356c-4ea4-4814-84c3-235484f2ef15\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Medication 9ac3356c-4ea4-4814-84c3-235484f2ef15</b></p><a name=\"9ac3356c-4ea4-4814-84c3-235484f2ef15\"> </a><a name=\"hc9ac3356c-4ea4-4814-84c3-235484f2ef15\"> </a><a name=\"9ac3356c-4ea4-4814-84c3-235484f2ef15-en-US\"> </a><p><b>code</b>: <span title=\"Codes:{https://www.gravitatehealth.eu/sid/man 16028/0049}, {https://www.who-umc.org/phpid 0xF79CABF272B6A7EEF104DDDA44E82716}, {http://www.whocc.no/atc R01AA05}\">Boots Decongestant 0.05% w/v Nasal spray</span></p><p><b>form</b>: <span title=\"Codes:\">Nasal spray, solution</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://fdasis.nlm.nih.gov K89MJ0S5VY}\">oxymetazoline hydrochloride</span></td><td>0.05 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span>/1 ml<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeml = 'ml')</span></td></tr></table></div>" ] ; # fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "https://www.gravitatehealth.eu/sid/man"^^xsd:anyURI ] ; fhir:code [ fhir:v "16028/0049" ] ; fhir:display [ fhir:v "Boots Decongestant 0.05% w/v Nasal spray" ] ] [ fhir:system [ fhir:v "https://www.who-umc.org/phpid"^^xsd:anyURI ] ; fhir:code [ fhir:v "0xF79CABF272B6A7EEF104DDDA44E82716" ] ; fhir:display [ fhir:v "Oxymetazoline hydrochloride, 0.5 mg/ 1 ml, Nasal spray, solution" ] ] [ fhir:system [ fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ] ; fhir:code [ fhir:v "R01AA05" ] ; fhir:display [ fhir:v "oxymetazoline" ] ] ) ] ; # fhir:form [ fhir:text [ fhir:v "Nasal spray, solution" ] ] ; # fhir:ingredient ( [ fhir:item [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://fdasis.nlm.nih.gov"^^xsd:anyURI ] ; fhir:code [ fhir:v "K89MJ0S5VY" ] ; fhir:display [ fhir:v "oxymetazoline hydrochloride" ] ] ) ; fhir:text [ fhir:v "oxymetazoline hydrochloride" ] ] ; fhir:strength [ fhir:numerator [ fhir:value [ fhir:v "0.05"^^xsd:decimal ] ; fhir:unit [ fhir:v "mg" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mg" ] ] ; fhir:denominator [ fhir:value [ fhir:v "1"^^xsd:decimal ] ; fhir:unit [ fhir:v "ml" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "ml" ] ] ] ] ) . #
IG © 2021+ . Package hl7.eu.fhir.gh-ips#0.1.0 based on FHIR 4.0.1. Generated 2024-10-01
This joint undertaking receives support from the EU H2020 research and innovation programme and EFPIA.