@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://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 -------------------------------------------------------------------

<https://gematik.de/fhir/isik/Observation/Linksventrikulaerer-Druck> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "Linksventrikulaerer-Druck"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-linksventrikulaerer-druck" ;
       fhir:index 0 ;
       fhir:link <https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-linksventrikulaerer-druck>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation Linksventrikulaerer-Druck</b></p><a name=\"Linksventrikulaerer-Druck\"> </a><a name=\"hcLinksventrikulaerer-Druck\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-sd-mii-icu-linksventrikulaerer-druck.html\">SD MII ICU Linksventrikulaerer Druck</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 75367002}, {http://snomed.info/sct 276769008}, {urn:iso:std:iso:11073:10101 150100}\">Left ventricular pressure</span></p><p><b>subject</b>: <a href=\"Patient-PatientinMusterfrau.html\">Erika Fürstin von Musterfrau (official) Female, DoB: 1964-08-12 ( Private Krankenversicherung (use: secondary, ))</a></p><p><b>effective</b>: 2019-12-23 09:30:10+0100</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8478-0}, {urn:iso:std:iso:11073:10101 150103}, {http://loinc.org 8404-6}\">Mean left ventricular pressure</span></p><p><b>value</b>: 40 millimeter Mercury column<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8480-6}, {urn:iso:std:iso:11073:10101 150101}, {http://loinc.org 8430-1}, {http://snomed.info/sct 276780008}\">Systolic left ventricular pressure</span></p><p><b>value</b>: 120 millimeter Mercury column<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8462-4}, {urn:iso:std:iso:11073:10101 150102}, {http://loinc.org 8375-8}\">Diastolic left ventricular pressure</span></p><p><b>value</b>: 10 millimeter Mercury column<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemm[Hg] = 'mm[Hg]')</span></p></blockquote></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:75367002 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "75367002" ]
     ], [
       fhir:index 1 ;
       a sct:276769008 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "276769008" ] ;
       fhir:Coding.display [ fhir:value "Left ventricular pressure" ]
     ], [
       fhir:index 2 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ] ;
       fhir:Coding.code [ fhir:value "150100" ] ;
       fhir:Coding.display [ fhir:value "MDC_PRESS_BLD_VENT_LEFT" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <https://gematik.de/fhir/isik/Patient/PatientinMusterfrau> ;
     fhir:Reference.reference [ fhir:value "Patient/PatientinMusterfrau" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2019-12-23T09:30:10+01:00"^^xsd:dateTime] ;
  fhir:Observation.component [
     fhir:index 0 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a loinc:8478-0 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "8478-0" ]
       ], [
         fhir:index 1 ;
         fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ] ;
         fhir:Coding.code [ fhir:value "150103" ] ;
         fhir:Coding.display [ fhir:value "Mean left ventricular pressure" ]
       ], [
         fhir:index 2 ;
         a loinc:8404-6 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "8404-6" ] ;
         fhir:Coding.display [ fhir:value "Left ventricular Intrachamber mean pressure" ]
       ]
     ] ;
     fhir:Observation.component.valueQuantity [
       fhir:Quantity.value [ fhir:value "40"^^xsd:decimal ] ;
       fhir:Quantity.unit [ fhir:value "millimeter Mercury column" ] ;
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
       fhir:Quantity.code [ fhir:value "mm[Hg]" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a loinc:8480-6 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "8480-6" ]
       ], [
         fhir:index 1 ;
         fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ] ;
         fhir:Coding.code [ fhir:value "150101" ] ;
         fhir:Coding.display [ fhir:value "Systolic left ventricular pressure" ]
       ], [
         fhir:index 2 ;
         a loinc:8430-1 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "8430-1" ] ;
         fhir:Coding.display [ fhir:value "Left ventricular Intrachamber systolic pressure" ]
       ], [
         fhir:index 3 ;
         a sct:276780008 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "276780008" ] ;
         fhir:Coding.display [ fhir:value "Left ventricular systolic pressure" ]
       ]
     ] ;
     fhir:Observation.component.valueQuantity [
       fhir:Quantity.value [ fhir:value "120"^^xsd:decimal ] ;
       fhir:Quantity.unit [ fhir:value "millimeter Mercury column" ] ;
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
       fhir:Quantity.code [ fhir:value "mm[Hg]" ]
     ]
  ], [
     fhir:index 2 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a loinc:8462-4 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "8462-4" ]
       ], [
         fhir:index 1 ;
         fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ] ;
         fhir:Coding.code [ fhir:value "150102" ] ;
         fhir:Coding.display [ fhir:value "Diastolic left ventricular pressure" ]
       ], [
         fhir:index 2 ;
         a loinc:8375-8 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "8375-8" ] ;
         fhir:Coding.display [ fhir:value "Left ventricular Intrachamber diastolic pressure" ]
       ]
     ] ;
     fhir:Observation.component.valueQuantity [
       fhir:Quantity.value [ fhir:value "10"^^xsd:decimal ] ;
       fhir:Quantity.unit [ fhir:value "millimeter Mercury column" ] ;
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
       fhir:Quantity.code [ fhir:value "mm[Hg]" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<https://gematik.de/fhir/isik/Observation/Linksventrikulaerer-Druck.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

