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

: HospitalDischargeReport Example - Bundle - TTL Representation

Raw ttl | Download

@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 "69208519"] ; # 
  fhir:type [ fhir:v "collection"] ; # 
  fhir:timestamp [ fhir:v "2022-05-31T11:15:49.708+02:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "http://interopEHRate.eu/fhir-resource/Composition/69208519"^^xsd:anyURI ] ;
    ( fhir:resource <http://interopEHRate.eu/fhir-resource/Composition/69208519> )
  ] [
fhir:fullUrl [ fhir:v "http://interopEHRate.eu/fhir-resource/Patient/3466"^^xsd:anyURI ] ;
    ( fhir:resource <http://interopEHRate.eu/fhir-resource/Patient/3466> )
  ] [
fhir:fullUrl [ fhir:v "http://interopEHRate.eu/fhir-resource/Organization/34432"^^xsd:anyURI ] ;
    ( fhir:resource <http://interopEHRate.eu/fhir-resource/Organization/34432> )
  ] [
fhir:fullUrl [ fhir:v "http://interopEHRate.eu/fhir-resource/Practitioner/21"^^xsd:anyURI ] ;
    ( fhir:resource <http://interopEHRate.eu/fhir-resource/Practitioner/21> )
  ] [
fhir:fullUrl [ fhir:v "http://interopEHRate.eu/fhir-resource/MedicationRequest/69208519"^^xsd:anyURI ] ;
    ( fhir:resource <http://interopEHRate.eu/fhir-resource/MedicationRequest/69208519> )
  ] [
fhir:fullUrl [ fhir:v "http://interopEHRate.eu/fhir-resource/Observation/69208519"^^xsd:anyURI ] ;
    ( fhir:resource <http://interopEHRate.eu/fhir-resource/Observation/69208519> )
  ] [
fhir:fullUrl [ fhir:v "http://interopEHRate.eu/fhir-resource/Condition/69208519"^^xsd:anyURI ] ;
    ( fhir:resource <http://interopEHRate.eu/fhir-resource/Condition/69208519> )
  ] [
fhir:fullUrl [ fhir:v "http://interopEHRate.eu/fhir-resource/Provenance/16"^^xsd:anyURI ] ;
    ( fhir:resource <http://interopEHRate.eu/fhir-resource/Provenance/16> )
  ] ) . # 

<http://interopEHRate.eu/fhir-resource/Composition/69208519> a fhir:Composition ;
  fhir:id [ fhir:v "69208519"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://interopehrate.eu/fhir/StructureDefinition/Composition-HospitalDischargeReport-IEHR"^^xsd:anyURI ;
fhir:link <http://interopehrate.eu/fhir/StructureDefinition/Composition-HospitalDischargeReport-IEHR>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Composition_69208519\"> </a><p><b>Generated Narrative: Composition</b><a name=\"69208519\"> </a><a name=\"hc69208519\"> </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 Composition &quot;69208519&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Composition-HospitalDischargeReport-IEHR.html\">HospitalDischargeReport-IEHR</a></p></div><p><b>ProvenanceExtension-IEHR</b>: See on this page: Provenance/16</p><p><b>status</b>: final</p><p><b>type</b>: Discharge Sum C-CDA R2.1 Sections <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#81218-0)</span></p><p><b>date</b>: 2022-05-31 11:16:01+0200</p><p><b>author</b>: See on this page: Practitioner/21</p><p><b>title</b>: Hospital discharge summary</p></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/16" ]     ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
    ( fhir:coding [
a loinc:81218-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "81218-0" ] ;
fhir:display [ fhir:v "Discharge Sum C-CDA R2.1 Sections" ]     ] )
  ] ; # 
  fhir:date [ fhir:v "2022-05-31T11:16:01+02:00"^^xsd:dateTime] ; # 
  fhir:author ( [
fhir:reference [ fhir:v "Practitioner/21" ]
  ] ) ; # 
  fhir:title [ fhir:v "Hospital discharge summary"] ; # 
  fhir:section ( [
fhir:title [ fhir:v "Hospital Admission Dx" ] ;
fhir:code [
      ( fhir:coding [
a loinc:46241-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "46241-6" ] ;
fhir:display [ fhir:v "Hospital admission Dx Reported" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">This is the Hospital Admission section</div>"     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Condition/69208519" ]     ] )
  ] [
fhir:title [ fhir:v "Hospital Admission History And Physical Note" ] ;
fhir:code [
      ( fhir:coding [
a loinc:47039-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "47039-3" ] ;
fhir:display [ fhir:v "Hosp Admit H&P note" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">This is the Hospital Admission History section</div>"     ]
  ] [
fhir:title [ fhir:v "History General" ] ;
fhir:code [
      ( fhir:coding [
a loinc:11329-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11329-0" ] ;
fhir:display [ fhir:v "Hx general Reported" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">This is the general history section</div>"     ]
  ] [
fhir:title [ fhir:v "Physical Examination" ] ;
fhir:code [
      ( fhir:coding [
a loinc:29545-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "29545-1" ] ;
fhir:display [ fhir:v "Phys find" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">This is the physical examination section</div>"     ]
  ] [
fhir:title [ fhir:v "Medications On Admission" ] ;
fhir:code [
      ( fhir:coding [
a loinc:42346-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "42346-7" ] ;
fhir:display [ fhir:v "Medications on admission (narrative)" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">This is the medications on admission section</div>"     ]
  ] [
fhir:title [ fhir:v "Hospital Course" ] ;
fhir:code [
      ( fhir:coding [
a loinc:8648-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8648-8" ] ;
fhir:display [ fhir:v "Hospital course" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">This is the hospital course section</div>"     ]
  ] [
fhir:title [ fhir:v "Relevant Diagnostic Tests And/Or Laboratory Data" ] ;
fhir:code [
      ( fhir:coding [
a loinc:30954-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "30954-2" ] ;
fhir:display [ fhir:v "Relevant Dx tests/lab data" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">This is the laboratory data section</div>"     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Observation/69208519" ]     ] )
  ] [
fhir:title [ fhir:v "Hospital Discharge Studies Summary" ] ;
fhir:code [
      ( fhir:coding [
a loinc:11493-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11493-4" ] ;
fhir:display [ fhir:v "Hospital discharge studies summary" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">This is the studies summary section</div>"     ]
  ] [
fhir:title [ fhir:v "Selected Medicine Administered During Hospitalization" ] ;
fhir:code [
      ( fhir:coding [
a loinc:8677-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8677-7" ] ;
fhir:display [ fhir:v "Hx of Medication use" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">This is the medicine administered during hospitalisation section</div>"     ]
  ] [
fhir:title [ fhir:v "Hospital Discharge Dx" ] ;
fhir:code [
      ( fhir:coding [
a loinc:11535-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11535-2" ] ;
fhir:display [ fhir:v "Hospital discharge Dx" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">This is the hospital discharge Dx section</div>"     ]
  ] [
fhir:title [ fhir:v "Discharge Medications" ] ;
fhir:code [
      ( fhir:coding [
a loinc:10183-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10183-2" ] ;
fhir:display [ fhir:v "Hospital discharge medications" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">This is the discharge medications section</div>"     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "MedicationRequest/69208519" ]     ] )
  ] [
fhir:title [ fhir:v "Treatment Plan" ] ;
fhir:code [
      ( fhir:coding [
a loinc:18776-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "18776-5" ] ;
fhir:display [ fhir:v "Plan of care note" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">This is the treatment plan section</div>"     ]
  ] [
fhir:title [ fhir:v "Allergies" ] ;
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 &or adverse reactions Doc" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">This is the allergy section</div>"     ]
  ] ) . # 

<http://interopEHRate.eu/fhir-resource/Patient/3466> a fhir:Patient ;
  fhir:id [ fhir:v "3466"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://interopehrate.eu/fhir/StructureDefinition/Patient-IEHR"^^xsd:anyURI ;
fhir:link <http://interopehrate.eu/fhir/StructureDefinition/Patient-IEHR>     ] )
  ] ; # 
  fhir:language [ fhir:v "it-IT"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"it-IT\" lang=\"it-IT\"><a name=\"Patient_3466\"> </a><p><b>Generated Narrative: Patient</b><a name=\"3466\"> </a><a name=\"hc3466\"> </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 Patient &quot;3466&quot;  (Language &quot;it-IT&quot;) </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Patient-IEHR.html\">Patient-IEHR</a></p></div><p><b>identifier</b>: <code>http://interopEHRate.eu/fhir-resource/</code>/Patient/MS01</p><p><b>name</b>: Markus Smith </p><p><b>gender</b>: male</p><p><b>birthDate</b>: 2013-12-05</p><p><b>address</b>: Rome ITA (home)</p><p><b>generalPractitioner</b>: See on this page: Practitioner/21</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://interopEHRate.eu/fhir-resource/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Patient/MS01" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Smith" ] ;
    ( fhir:given [ fhir:v "Markus" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "2013-12-05"^^xsd:date] ; # 
  fhir:address ( [
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "physical" ] ;
fhir:city [ fhir:v "Rome" ] ;
fhir:country [ fhir:v "ITA" ]
  ] ) ; # 
  fhir:generalPractitioner ( [
fhir:reference [ fhir:v "Practitioner/21" ]
  ] ) . # 

<http://interopEHRate.eu/fhir-resource/Organization/34432> a fhir:Organization ;
  fhir:id [ fhir:v "34432"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/ips/StructureDefinition/Organization-uv-ips"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/ips/StructureDefinition/Organization-uv-ips>     ] )
  ] ; # 
  fhir:language [ fhir:v "it-IT"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"it-IT\" lang=\"it-IT\"><a name=\"Organization_34432\"> </a><p><b>Generated Narrative: Organization</b><a name=\"34432\"> </a><a name=\"hc34432\"> </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 Organization &quot;34432&quot;  (Language &quot;it-IT&quot;) </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/uv/ips/STU1/StructureDefinition-Organization-uv-ips.html\">Organization (IPS)</a></p></div><p><b>identifier</b>: <code>http://interopEHRate.eu/fhir-resource/</code>/Organization/FTGM01</p><p><b>name</b>: Fondazione Gabriele Monasterio</p><p><b>address</b>: Via Giuseppe Moruzzi 1 Pisa IT </p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://interopEHRate.eu/fhir-resource/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Organization/FTGM01" ]
  ] ) ; # 
  fhir:name [ fhir:v "Fondazione Gabriele Monasterio"] ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "Via Giuseppe Moruzzi 1" ] ) ;
fhir:city [ fhir:v "Pisa" ] ;
fhir:country [ fhir:v "IT" ]
  ] ) . # 

<http://interopEHRate.eu/fhir-resource/Practitioner/21> a fhir:Practitioner ;
  fhir:id [ fhir:v "21"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/ips/StructureDefinition/Practitioner-uv-ips"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/ips/StructureDefinition/Practitioner-uv-ips>     ] )
  ] ; # 
  fhir:language [ fhir:v "it-IT"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"it-IT\" lang=\"it-IT\"><a name=\"Practitioner_21\"> </a><p><b>Generated Narrative: Practitioner</b><a name=\"21\"> </a><a name=\"hc21\"> </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 Practitioner &quot;21&quot;  (Language &quot;it-IT&quot;) </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/uv/ips/STU1/StructureDefinition-Practitioner-uv-ips.html\">Practitioner (IPS)</a></p></div><p><b>identifier</b>: <code>http://interopEHRate.eu/fhir-resource/</code>/Practitioner/MA01</p><p><b>name</b>: Mark Antonio </p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://interopEHRate.eu/fhir-resource/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Practitioner/MA01" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Antonio" ] ;
    ( fhir:given [ fhir:v "Mark" ] )
  ] ) . # 

<http://interopEHRate.eu/fhir-resource/MedicationRequest/69208519> a fhir:MedicationRequest ;
  fhir:id [ fhir:v "69208519"] ; # 
  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:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_69208519\"> </a><p><b>Generated Narrative: MedicationRequest</b><a name=\"69208519\"> </a><a name=\"hc69208519\"> </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;69208519&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/16</p><p><b>identifier</b>: <code>http://interopEHRate.eu/fhir-resource/</code>/MR1</p><p><b>status</b>: active</p><p><b>intent</b>: plan</p><p><b>category</b>: Outpatient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-medicationrequest-category.html\">MedicationRequest Category Codes</a>#outpatient)</span></p><p><b>medication</b>: Azacyclonol <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#3142009)</span></p><p><b>subject</b>: See on this page: Patient/3466</p><p><b>authoredOn</b>: 2022-05-31 11:16:00+0200</p><p><b>requester</b>: See on this page: Practitioner/21</p><blockquote><p><b>dosageInstruction</b></p><p><b>timing</b>: Code: BID, 2 per 1 days</p><blockquote><p><b>doseAndRate</b></p></blockquote><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/16" ]     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://interopEHRate.eu/fhir-resource/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MR1" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/medicationrequest-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "outpatient" ] ;
fhir:display [ fhir:v "Outpatient" ]     ] )
  ] ) ; # 
  fhir:medication [
a fhir:CodeableConcept ;
    ( fhir:coding [
a sct:3142009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "3142009" ] ;
fhir:display [ fhir:v "Azacyclonol" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/3466" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2022-05-31T11:16:00+02:00"^^xsd:dateTime] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Practitioner/21" ]
  ] ; # 
  fhir:dosageInstruction ( [
fhir:timing [
fhir:repeat [
fhir:frequency [ fhir:v "2"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ] ;
        ( fhir:timeOfDay [ fhir:v "08:00:00"^^xsd:time ] [ fhir:v "16:00:00"^^xsd:time ] )       ] ;
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BID" ] ;
fhir:display [ fhir:v "BID" ]         ] )       ]     ] ;
    ( 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 "3"^^xsd:decimal ] ;
fhir:unit [ fhir:v "milliliter" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mL" ]       ]     ] [
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" ]         ] )       ]     ] )
  ] ) . # 

<http://interopEHRate.eu/fhir-resource/Observation/69208519> a fhir:Observation ;
  fhir:id [ fhir:v "69208519"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://interopehrate.eu/fhir/StructureDefinition/Observation-BioSignal-IEHR"^^xsd:anyURI ;
fhir:link <http://interopehrate.eu/fhir/StructureDefinition/Observation-BioSignal-IEHR>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_69208519\"> </a><p><b>Generated Narrative: Observation</b><a name=\"69208519\"> </a><a name=\"hc69208519\"> </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 Observation &quot;69208519&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Observation-BioSignal-IEHR.html\">BioSignal-IEHR</a></p></div><p><b>ProvenanceExtension-IEHR</b>: See on this page: Provenance/16</p><p><b>identifier</b>: <code>http://interopEHRate.eu/fhir-resource/</code>/O1</p><p><b>status</b>: final</p><p><b>code</b>: Cardiac echo study Procedure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#18106-5)</span></p><p><b>subject</b>: See on this page: Patient/3466</p><p><b>effective</b>: 2011-06-25 06:30:00+0000</p><p><b>performer</b>: See on this page: Organization/34432</p><p><b>interpretation</b>: Normal <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ObservationInterpretation.html\">ObservationInterpretation</a>#N)</span></p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Left ventricular End systolic volume <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#75989-4)</span></td><td>50 mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mL = 'mL')</span></td></tr></table></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/16" ]     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://interopEHRate.eu/fhir-resource/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "O1" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:18106-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "18106-5" ] ;
fhir:display [ fhir:v "Cardiac echo study Procedure" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/3466" ]
  ] ; # 
  fhir:effective [ fhir:v "2011-06-25T06:30:00Z"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Organization/34432" ]
  ] ) ; # 
  fhir:interpretation ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N" ]     ] )
  ] ) ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
a loinc:75989-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "75989-4" ] ;
fhir:display [ fhir:v "Left ventricular End systolic volume" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "50"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mL" ]     ]
  ] ) . # 

<http://interopEHRate.eu/fhir-resource/Condition/69208519> a fhir:Condition ;
  fhir:id [ fhir:v "69208519"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://interopehrate.eu/fhir/StructureDefinition/Condition-IEHR"^^xsd:anyURI ;
fhir:link <http://interopehrate.eu/fhir/StructureDefinition/Condition-IEHR>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_69208519\"> </a><p><b>Generated Narrative: Condition</b><a name=\"69208519\"> </a><a name=\"hc69208519\"> </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 Condition &quot;69208519&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Condition-IEHR.html\">Condition-IEHR</a></p></div><p><b>ProvenanceExtension-IEHR</b>: See on this page: Provenance/16</p><p><b>identifier</b>: <code>http://interopEHRate.eu/fhir-resource/</code>/C1</p><p><b>clinicalStatus</b>: Inactive <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-condition-clinical.html\">Condition Clinical Status Codes</a>#inactive)</span></p><p><b>verificationStatus</b>: Confirmed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-condition-ver-status.html\">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>code</b>: Alopecia areata, unspecified <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-icd10.html\">ICD-10</a>#L63.9)</span></p><p><b>subject</b>: See on this page: Patient/3466</p><p><b>onset</b>: 2012-12-05</p><p><b>abatement</b>: 2013-01-14</p></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/16" ]     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://interopEHRate.eu/fhir-resource/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "C1" ]
  ] ) ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "inactive" ] ;
fhir:display [ fhir:v "Inactive" ]     ] )
  ] ; # 
  fhir:verificationStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "confirmed" ] ;
fhir:display [ fhir:v "Confirmed" ]     ] )
  ] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ] ;
fhir:code [ fhir:v "L63.9" ] ;
fhir:display [ fhir:v "Alopecia areata, unspecified" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/3466" ]
  ] ; # 
  fhir:onset [ fhir:v "2012-12-05"^^xsd:date] ; # 
  fhir:abatement [ fhir:v "2013-01-14"^^xsd:date] . # 

<http://interopEHRate.eu/fhir-resource/Provenance/16> a fhir:Provenance ;
  fhir:id [ fhir:v "16"] ; # 
  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_16\"> </a><p><b>Generated Narrative: Provenance</b><a name=\"16\"> </a><a name=\"hc16\"> </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;16&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: Composition/69208519</p><p><b>recorded</b>: May 31, 2022, 9:15:49 AM</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>: See on this page: Practitioner/21</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>: See on this page: Practitioner/21</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>: May 31, 2022, 9:15:49 AM</p><p><b>who</b>: See on this page: Practitioner/21</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 "Composition/69208519" ]
  ] ) ; # 
  fhir:recorded [ fhir:v "2022-05-31T11:15:49.726+02: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 "2022-05-31T11:15:49.727+02: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 ]
  ] ) . #