@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/Systemischer-vaskulaerer-Widerstandsindex> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "Systemischer-vaskulaerer-Widerstandsindex"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-systemischer-vaskulaerer-widerstandsindex" ;
       fhir:index 0 ;
       fhir:link <https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-systemischer-vaskulaerer-widerstandsindex>
     ]
  ] ;
  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 Systemischer-vaskulaerer-Widerstandsindex</b></p><a name=\"Systemischer-vaskulaerer-Widerstandsindex\"> </a><a name=\"hcSystemischer-vaskulaerer-Widerstandsindex\"> </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-systemischer-vaskulaerer-widerstandsindex.html\">SD MII ICU Systemischer Vaskulaerer Widerstandsindex</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 276900001}, {http://loinc.org 8837-7}, {urn:iso:std:iso:11073:10101 149760}\">Systemic vascular resistance index</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 --&gt; 2019-12-23 10:30:10+0100</p><p><b>value</b>: 2000 dyne second per centimeter5 and square meter<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codedyn.s/cm5/m2 = 'dyn.s/cm5/m2')</span></p></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ] ;
       fhir:Coding.code [ fhir:value "vital-signs" ]
     ]
  ] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:276900001 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "276900001" ] ;
       fhir:Coding.display [ fhir:value "Systemic vascular resistance index" ]
     ], [
       fhir:index 1 ;
       a loinc:8837-7 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "8837-7" ] ;
       fhir:Coding.display [ fhir:value "Systemic vascular Resistance index" ]
     ], [
       fhir:index 2 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ] ;
       fhir:Coding.code [ fhir:value "149760" ] ;
       fhir:Coding.display [ fhir:value "Systemic vascular resistance indexed" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <https://gematik.de/fhir/isik/Patient/PatientinMusterfrau> ;
     fhir:Reference.reference [ fhir:value "Patient/PatientinMusterfrau" ]
  ] ;
  fhir:Observation.effectivePeriod [
     fhir:Period.start [ fhir:value "2019-12-23T09:30:10+01:00"^^xsd:dateTime ] ;
     fhir:Period.end [ fhir:value "2019-12-23T10:30:10+01:00"^^xsd:dateTime ]
  ] ;
  fhir:Observation.valueQuantity [
     fhir:Quantity.value [ fhir:value "2000"^^xsd:decimal ] ;
     fhir:Quantity.unit [ fhir:value "dyne second per centimeter5 and square meter" ] ;
     fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
     fhir:Quantity.code [ fhir:value "dyn.s/cm5/m2" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://gematik.de/fhir/isik/Observation/Systemischer-vaskulaerer-Widerstandsindex.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

