Cross Border Data Exchange IG
1.0.0 - CI Build International flag

Cross Border Data Exchange IG, published by IEHR-Workgroup. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/InteropEHRate-project/cross-border-data-exchange/ and changes regularly. See the Directory of published versions

: MedicationRequest Example - Prescription - 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 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 "30356"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://interopehrate.eu/fhir/StructureDefinition/Bundle-IEHR"^^xsd:anyURI ;
fhir:link <http://interopehrate.eu/fhir/StructureDefinition/Bundle-IEHR>     ] )
  ] ; # 
  fhir:language [ fhir:v "it-IT"] ; # 
  fhir:type [ fhir:v "collection"] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "http://interopEHRate.eu/fhir-resource/MedicationRequest/3"^^xsd:anyURI ] ;
    ( fhir:resource <http://interopEHRate.eu/fhir-resource/MedicationRequest/3> )
  ] [
fhir:fullUrl [ fhir:v "http://interopEHRate.eu/fhir-resource/Provenance/40"^^xsd:anyURI ] ;
    ( fhir:resource <http://interopEHRate.eu/fhir-resource/Provenance/40> )
  ] ) . # 

<http://interopEHRate.eu/fhir-resource/MedicationRequest/3> a fhir:MedicationRequest ;
  fhir:id [ fhir:v "3"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://interopehrate.eu/fhir/StructureDefinition/MedicationRequest-prescription-IEHR"^^xsd:anyURI ;
fhir:link <http://interopehrate.eu/fhir/StructureDefinition/MedicationRequest-prescription-IEHR>     ] )
  ] ; # 
  fhir:language [ fhir:v "it-IT"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"it-IT\" lang=\"it-IT\"><a name=\"MedicationRequest_3\"> </a><p><b>Generated Narrative: MedicationRequest</b><a name=\"3\"> </a><a name=\"hc3\"> </a></p><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\">Resource MedicationRequest &quot;3&quot;  (Language &quot;it-IT&quot;) </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MedicationRequest-prescription-IEHR.html\">MedicationRequestPrescription-IEHR</a></p></div><p><b>ProvenanceExtension-IEHR</b>: See on this page: Provenance/40</p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>medication</b>: Teofillina 200mg <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#320422006 &quot;Theophylline 200mg m/r tablet&quot;)</span></p><p><b>subject</b>: <a href=\"Patient-3466.html\">Patient/3466</a> &quot; SMITH&quot;</p><p><b>authoredOn</b>: 2019-03-01</p><p><b>requester</b>: <a href=\"Practitioner-21.html\">Practitioner/21</a> &quot; ANTONIO&quot;</p><p><b>reasonCode</b>: Gestione dell'Asma' <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><blockquote><p><b>dosageInstruction</b></p><p><b>additionalInstruction</b>: Assumere durante i pasti <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>timing</b>: Starting 2020-01-16, 2 per 1 days, Until 2020-01-20</p><p><b>route</b>: Oral administration of treatment <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#394899003)</span></p><blockquote><p><b>doseAndRate</b></p></blockquote></blockquote></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://interopehrate.eu/fhir/StructureDefinition/ProvenanceExtension-IEHR"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Provenance/40" ]     ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:medication [
a fhir:CodeableConcept ;
    ( fhir:coding [
a sct:320422006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "320422006" ] ;
fhir:display [ fhir:v "Theophylline 200mg m/r tablet" ]     ] ) ;
fhir:text [ fhir:v "Teofillina 200mg" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/3466" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2019-03-01"^^xsd:date] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Practitioner/21" ]
  ] ; # 
  fhir:reasonCode ( [
fhir:text [ fhir:v "Gestione dell'Asma'" ]
  ] ) ; # 
  fhir:dosageInstruction ( [
    ( fhir:additionalInstruction [
fhir:text [ fhir:v "Assumere durante i pasti" ]     ] ) ;
fhir:timing [
fhir:repeat [
fhir:bounds [
a fhir:Period ;
fhir:start [ fhir:v "2020-01-16"^^xsd:date ] ;
fhir:end [ fhir:v "2020-01-20"^^xsd:date ]         ] ;
fhir:frequency [ fhir:v "2"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ]       ]     ] ;
fhir:route [
      ( fhir:coding [
a sct:394899003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "394899003" ] ;
fhir:display [ fhir:v "Oral administration of treatment" ]       ] )     ] ;
    ( fhir:doseAndRate [
fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/dose-rate-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ordered" ] ;
fhir:display [ fhir:v "Ordered" ]         ] )       ] ;
fhir:dose [
a fhir:Quantity ;
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 "U2" ]       ]     ] )
  ] ) . # 

<http://interopEHRate.eu/fhir-resource/Provenance/40> a fhir:Provenance ;
  fhir:id [ fhir:v "40"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://interopehrate.eu/fhir/StructureDefinition/Provenance-IEHR"^^xsd:anyURI ;
fhir:link <http://interopehrate.eu/fhir/StructureDefinition/Provenance-IEHR>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Provenance_40\"> </a><p><b>Generated Narrative: Provenance</b><a name=\"40\"> </a><a name=\"hc40\"> </a></p><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\">Resource Provenance &quot;40&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Provenance-IEHR.html\">Provenance-IEHR</a></p></div><p><b>target</b>: See on this page: MedicationRequest/3</p><p><b>recorded</b>: Feb 28, 2019, 11:00:00 PM</p><blockquote><p><b>agent</b></p><p><b>type</b>: Author <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-provenance-participant-type.html\">Provenance participant type</a>#author)</span></p><p><b>who</b>: <a href=\"Practitioner-21.html\">Practitioner/21</a> &quot; ANTONIO&quot;</p></blockquote><blockquote><p><b>agent</b></p><p><b>type</b>: Custodian <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-provenance-participant-type.html\">Provenance participant type</a>#custodian)</span></p><p><b>who</b>: <a href=\"Practitioner-21.html\">Practitioner/21</a> &quot; ANTONIO&quot;</p></blockquote><blockquote><p><b>signature</b></p><blockquote><p><b>id</b></p>Signature/04012022</blockquote><p><b>type</b>: Verification Signature (Details: urn:iso-astm:E1762-95:2013 code 1.2.840.10065.1.12.1.5 = 'Verification Signature', stated as 'Verification Signature')</p><p><b>when</b>: Feb 28, 2019, 11:00:00 PM</p><p><b>who</b>: <a href=\"Practitioner-21.html\">Practitioner/21</a> &quot; ANTONIO&quot;</p><p><b>targetFormat</b>: json</p><p><b>sigFormat</b>: application/jose</p><p><b>data</b>: (base64 data - 5 bytes)</p></blockquote></div>"
  ] ; # 
  fhir:target ( [
fhir:reference [ fhir:v "MedicationRequest/3" ]
  ] ) ; # 
  fhir:recorded [ fhir:v "2019-03-01T00:00:00.000+01:00"^^xsd:dateTime] ; # 
  fhir:agent ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/provenance-participant-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "author" ] ;
fhir:display [ fhir:v "Author" ]       ] )     ] ;
fhir:who [
fhir:reference [ fhir:v "Practitioner/21" ]     ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/provenance-participant-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "custodian" ] ;
fhir:display [ fhir:v "Custodian" ]       ] )     ] ;
fhir:who [
fhir:reference [ fhir:v "Practitioner/21" ]     ]
  ] ) ; # 
  fhir:signature ( [
fhir:id [ fhir:v "Signature/04012022" ] ;
    ( fhir:type [
fhir:system [ fhir:v "urn:iso-astm:E1762-95:2013"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1.2.840.10065.1.12.1.5" ] ;
fhir:display [ fhir:v "Verification Signature" ]     ] ) ;
fhir:when [ fhir:v "2019-03-01T00:00:00.000+01:00"^^xsd:dateTime ] ;
fhir:who [
fhir:reference [ fhir:v "Practitioner/21" ]     ] ;
fhir:targetFormat [ fhir:v "json" ] ;
fhir:sigFormat [ fhir:v "application/jose" ] ;
fhir:data [ fhir:v "ZW1wdHk="^^xsd:base64Binary ]
  ] ) . #