@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://interop.esante.gouv.fr/ig/fhir/mesures/Observation/b7a049e3-c07e-4e1c-95a5-909da37f75ce> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "b7a049e3-c07e-4e1c-95a5-909da37f75ce"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://interop.esante.gouv.fr/ig/fhir/mesures/StructureDefinition/mesures-observation-cholesterol-total"^^xsd:anyURI ;
       fhir:l <https://interop.esante.gouv.fr/ig/fhir/mesures/StructureDefinition/mesures-observation-cholesterol-total>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : Observation b7a049e3-c07e-4e1c-95a5-909da37f75ce</b></p><a name=\"b7a049e3-c07e-4e1c-95a5-909da37f75ce\"> </a><a name=\"hcb7a049e3-c07e-4e1c-95a5-909da37f75ce\"> </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\">Profil: <a href=\"StructureDefinition-mesures-observation-cholesterol-total.html\">Cholestérol - total</a></p></div><blockquote><p><b>Valeur originale</b></p><ul><li>has-been-converted: true</li><li>original-code: <span title=\"Codes :{http://loinc.org 2093-3}\">Cholestérol [Masse/Volume] Sérum/Plasma ; Numérique</span></li><li>original-value: 0.155 g/L<span style=\"background: LightGoldenRodYellow\"> (Détails : code UCUMg/L = 'g/L')</span></li></ul></blockquote><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes :{http://loinc.org 2093-3}\">Cholestérol [Masse/Volume] Sérum/Plasma ; Numérique</span></p><p><b>subject</b>: <a href=\"Patient-example-mes-fr-patient-001.html\">Pierre Durand</a></p><p><b>effective</b>: 2024-10-15</p><p><b>value</b>: 0.4 mmol/L<span style=\"background: LightGoldenRodYellow\"> (Détails : code UCUMmmol/L = 'mmol/L')</span></p><p><b>method</b>: <span title=\"Codes :{https://smt.esante.gouv.fr/terminologie-tccr DEG}\">DEG</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style=\"display: none\">*</td><td>2.8 mmol/L<span style=\"background: LightGoldenRodYellow\"> (Détails : code UCUMmmol/L = 'mmol/L')</span></td><td>11.1 mmol/L<span style=\"background: LightGoldenRodYellow\"> (Détails : code UCUMmmol/L = 'mmol/L')</span></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:extension ( [
       fhir:url [
         fhir:v "has-been-converted"^^xsd:anyURI ;
         fhir:l fhir:has-been-converted
       ] ;
       fhir:value [
         a fhir:Boolean ;
         fhir:v true
       ]
     ] [
       fhir:url [
         fhir:v "original-code"^^xsd:anyURI ;
         fhir:l fhir:original-code
       ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           a loinc:2093-3 ;
           fhir:system [
             fhir:v "http://loinc.org"^^xsd:anyURI ;
             fhir:l <http://loinc.org>
           ] ;
           fhir:code [ fhir:v "2093-3" ] ;
           fhir:display [ fhir:v "Cholestérol [Masse/Volume] Sérum/Plasma ; Numérique" ]
         ] )
       ]
     ] [
       fhir:url [
         fhir:v "original-value"^^xsd:anyURI ;
         fhir:l fhir:original-value
       ] ;
       fhir:value [
         a fhir:Quantity ;
         fhir:value [ fhir:v 0.155 ] ;
         fhir:unit [ fhir:v "g/L" ] ;
         fhir:system [
           fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
           fhir:l <http://unitsofmeasure.org>
         ] ;
         fhir:code [ fhir:v "g/L" ]
       ]
     ] ) ;
     fhir:url [
       fhir:v "https://interop.esante.gouv.fr/ig/fhir/mesures/StructureDefinition/mesures-original-data"^^xsd:anyURI ;
       fhir:l <https://interop.esante.gouv.fr/ig/fhir/mesures/StructureDefinition/mesures-original-data>
     ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
     fhir:coding ( [
       a loinc:2093-3 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "2093-3" ] ;
       fhir:display [ fhir:v "Cholestérol [Masse/Volume] Sérum/Plasma ; Numérique" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <https://interop.esante.gouv.fr/ig/fhir/mesures/Patient/example-mes-fr-patient-001> ;
     fhir:reference [ fhir:v "Patient/example-mes-fr-patient-001" ] ;
     fhir:type [
       fhir:v "Patient"^^xsd:anyURI ;
       fhir:l fhir:Patient
     ] ;
     fhir:display [ fhir:v "Pierre Durand" ]
  ] ; # 
  fhir:effective [
     a fhir:DateTime ;
     fhir:v "2024-10-15"^^xsd:date
  ] ; # 
  fhir:value [
     a fhir:Quantity ;
     fhir:value [ fhir:v 0.4 ] ;
     fhir:unit [ fhir:v "mmol/L" ] ;
     fhir:system [
       fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
       fhir:l <http://unitsofmeasure.org>
     ] ;
     fhir:code [ fhir:v "mmol/L" ]
  ] ; # 
  fhir:method [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://smt.esante.gouv.fr/terminologie-tccr"^^xsd:anyURI ;
         fhir:l <https://smt.esante.gouv.fr/terminologie-tccr>
       ] ;
       fhir:code [ fhir:v "DEG" ]
     ] )
  ] ; # 
  fhir:referenceRange ( [
     fhir:low [
       fhir:value [ fhir:v 2.8 ] ;
       fhir:unit [ fhir:v "mmol/L" ] ;
       fhir:system [
         fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
         fhir:l <http://unitsofmeasure.org>
       ] ;
       fhir:code [ fhir:v "mmol/L" ]
     ] ;
     fhir:high [
       fhir:value [ fhir:v 11.1 ] ;
       fhir:unit [ fhir:v "mmol/L" ] ;
       fhir:system [
         fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
         fhir:l <http://unitsofmeasure.org>
       ] ;
       fhir:code [ fhir:v "mmol/L" ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

