@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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://www.medizininformatik-initiative.de/fhir/ext/modul-mtb/Observation/PatientKimMusterperson-Observation-16> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PatientKimMusterperson-Observation-16"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation PatientKimMusterperson-Observation-16</b></p><a name=\"PatientKimMusterperson-Observation-16\"> </a><a name=\"hcPatientKimMusterperson-Observation-16\"> </a><p><b>partOf</b>: <a href=\"Procedure-PatientKimMusterperson-Procedure-4.html\">Procedure Computertomographie [CT], nativ</a></p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 255314001}\">Progredienter Aszites</span></p><p><b>value</b>: 700 ml<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemL = 'mL')</span></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:partOf ( [
     fhir:l <https://www.medizininformatik-initiative.de/fhir/ext/modul-mtb/Procedure/PatientKimMusterperson-Procedure-4> ;
     fhir:reference [ fhir:v "Procedure/PatientKimMusterperson-Procedure-4" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
     fhir:coding ( [
       a sct:255314001 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "255314001" ] ;
       fhir:display [ fhir:v "Progressive" ]
     ] ) ;
     fhir:text [ fhir:v "Progredienter Aszites" ]
  ] ; # 
  fhir:value [
     a fhir:Quantity ;
     fhir:value [ fhir:v "700"^^xsd:decimal ] ;
     fhir:unit [ fhir:v "ml" ] ;
     fhir:system [
       fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
       fhir:l <http://unitsofmeasure.org>
     ] ;
     fhir:code [ fhir:v "mL" ]
  ] . # 

# -------------------------------------------------------------------------------------

