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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "gravitate-example-testing-scenario-bundle"] ; #
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 "example-test-scenario-ips-1" ]
] ; #
fhir:type [ fhir:v "document"] ; #
fhir:timestamp [ fhir:v "2021-04-18T09:22:00+02:00"^^xsd:dateTime] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "https://myserver.org/Composition/gravitate-example-testing-scenario-composition"^^xsd:anyURI ] ;
( fhir:resource <https://myserver.org/Composition/gravitate-example-testing-scenario-composition> )
] [
fhir:fullUrl [ fhir:v "https://myserver.org/Patient/gravitate-example-testing-scenario-patient"^^xsd:anyURI ] ;
( fhir:resource <https://myserver.org/Patient/gravitate-example-testing-scenario-patient> )
] [
fhir:fullUrl [ fhir:v "https://myserver.org/MedicationStatement/gravitate-example-testing-scenario-medstat1"^^xsd:anyURI ] ;
( fhir:resource <https://myserver.org/MedicationStatement/gravitate-example-testing-scenario-medstat1> )
] [
fhir:fullUrl [ fhir:v "https://myserver.org/MedicationStatement/gravitate-example-testing-scenario-medstat2"^^xsd:anyURI ] ;
( fhir:resource <https://myserver.org/MedicationStatement/gravitate-example-testing-scenario-medstat2> )
] ) . #
<https://myserver.org/Composition/gravitate-example-testing-scenario-composition> a fhir:Composition ;
fhir:id [ fhir:v "gravitate-example-test-scenario"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/ips/StructureDefinition/Composition-uv-ips"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/ips/StructureDefinition/Composition-uv-ips> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Composition_gravitate-example-test-scenario\"> </a>\n \n\n \n <b>Id:</b>\n gravitate-example-test-scenario\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/>\n \n\n <br/>\n <b>Sections:</b>\n <br/>\n\n <ul>\n \n <li>\n\n Medication Summary\n\n </li>\n <ul>\n\n \n\n <li>\n\n Humalog Mix50 Insulin KwikPen, 3ml pre-fill\n\n </li>\n \n\n <li>\n\n Monuril 3 g granules for oral solution\n\n </li>\n \n </ul>\n\n \n <li>\n\n Allergies and Intolerances\n\n </li>\n <ul>\n\n \n </ul>\n\n \n <li>\n\n Problem List\n\n </li>\n <ul>\n\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/gravitate-example-testing-scenario-patient" ]
] ; #
fhir:date [ fhir:v "2018-07-10T15:22:00+02:00"^^xsd:dateTime] ; #
fhir:author ( [
fhir:display [ fhir:v "Gravitate-Health" ]
] ) ; #
fhir:title [ fhir:v "International Patient Summary"] ; #
fhir:confidentiality [ fhir:v "N"] ; #
fhir:section ( [
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: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>Humalog Mix50 Insulin KwikPen, 3ml pre-fill</td><td>EU/1/96/007/035</td><td>insulin lispro (GFX7QIS1II)</td><td>insulin lispro</td><td>A10AD04</td><td>100 U/ml</td><td>Suspension for injection</td><td>Subcutaneous use</td></tr><tr><td>Monuril 3 g granules for oral solution</td><td>PL31654/0006</td><td>FOSFOMYCIN (2N81MY12TE)</td><td>fosfomycin</td><td>J01XX01</td><td>3 g (as trometamol: 5.631g/sachet)</td><td>Granules for oral solution</td><td>Oral use</td></tr></tbody></table></div>" ] ;
( fhir:entry [
fhir:reference [ fhir:v "MedicationStatement/gravitate-example-testing-scenario-medstat1" ] ;
fhir:display [ fhir:v "Humalog Mix50 Insulin KwikPen, 3ml pre-fill" ] ] [
fhir:reference [ fhir:v "MedicationStatement/gravitate-example-testing-scenario-medstat2" ] ;
fhir:display [ fhir:v "Monuril 3 g granules for oral solution" ] ] )
] [
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:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en-NZ\" xml:lang=\"en-NZ\">There is no information available regarding the subject's allergy conditions.</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:display [ fhir:v "Unavailable" ] ] ) ;
fhir:text [ fhir:v "No information available" ] ]
] [
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:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en-NZ\" xml:lang=\"en-NZ\">There is no information available about the subject's health problems or disabilities.</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:display [ fhir:v "Unavailable" ] ] ) ;
fhir:text [ fhir:v "No information available" ] ]
] ) . #
<https://myserver.org/Patient/gravitate-example-testing-scenario-patient> a fhir:Patient ;
fhir:id [ fhir:v "gravitate-example-testing-scenario-patient"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Example Test Scenario Gravitate, Female, 75 years old (1946-05-05)</div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://www.gravitatehealth.eu/sid/doc"^^xsd:anyURI ] ;
fhir:value [ fhir:v "example-test-scenario-1" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:name ( [
fhir:family [ fhir:v "Gravitate" ] ;
( fhir:given [ fhir:v "Example Test Scenario" ] )
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "1946-05-05"^^xsd:date] . #
<https://myserver.org/MedicationStatement/gravitate-example-testing-scenario-medstat1> a fhir:MedicationStatement ;
fhir:id [ fhir:v "gravitate-example-testing-scenario-medstat1"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationStatement_gravitate-example-testing-scenario-medstat1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement gravitate-example-testing-scenario-medstat1</b></p><a name=\"gravitate-example-testing-scenario-medstat1\"> </a><a name=\"hcgravitate-example-testing-scenario-medstat1\"> </a><a name=\"gravitate-example-testing-scenario-medstat1-en-US\"> </a><p><b>status</b>: Active</p><p><b>medication</b>: <a href=\"Bundle-gravitate-Pedro.html#Medication_9d7be868-8264-4d94-ad04-ef04ecc92e52\">Dovato 50 mg/300 mg (Dolutegravir/ Lamivudine) tablets</a></p><p><b>subject</b>: <a href=\"Bundle-gravitate-example-testing-scenario-bundle.html#Patient_gravitate-example-testing-scenario-patient\">Example Test Scenario 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/9d7be868-8264-4d94-ad04-ef04ecc92e52" ] ;
fhir:display [ fhir:v "Dovato 50 mg/300 mg (Dolutegravir/ Lamivudine) tablets" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/gravitate-example-testing-scenario-patient" ] ;
fhir:display [ fhir:v "Example Test Scenario 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/gravitate-example-testing-scenario-medstat2> a fhir:MedicationStatement ;
fhir:id [ fhir:v "gravitate-example-testing-scenario-medstat2"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationStatement_gravitate-example-testing-scenario-medstat2\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement gravitate-example-testing-scenario-medstat2</b></p><a name=\"gravitate-example-testing-scenario-medstat2\"> </a><a name=\"hcgravitate-example-testing-scenario-medstat2\"> </a><a name=\"gravitate-example-testing-scenario-medstat2-en-US\"> </a><p><b>status</b>: Active</p><p><b>medication</b>: <a href=\"Bundle-gravitate-Alicia.html#Medication_9d7be868-8264-4d94-ad04-ef04ecc92i99\">BIKTARVY Bictegravir/Emtricitabine/Tenofovir Alafenamide 1 t QD</a></p><p><b>subject</b>: <a href=\"Bundle-gravitate-example-testing-scenario-bundle.html#Patient_gravitate-example-testing-scenario-patient\">Example Test Scenario 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/9d7be868-8264-4d94-ad04-ef04ecc92i99" ] ;
fhir:display [ fhir:v "BIKTARVY Bictegravir/Emtricitabine/Tenofovir Alafenamide 1 t QD" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/gravitate-example-testing-scenario-patient" ] ;
fhir:display [ fhir:v "Example Test Scenario 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" ] ] ) ]
] ) . #
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.