@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://aphp.github.io/IG-fhir-dm/Observation/alat-cas-9> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "alat-cas-9"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://aphp.github.io/IG-fhir-dm/StructureDefinition/DMObservationLaboratoryALAT"^^xsd:anyURI ;
       fhir:l <https://aphp.github.io/IG-fhir-dm/StructureDefinition/DMObservationLaboratoryALAT>
     ] )
  ] ; # 
  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>Narratif généré : Observation alat-cas-9</b></p><a name=\"alat-cas-9\"> </a><a name=\"hcalat-cas-9\"> </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-DMObservationLaboratoryALAT.html\">Alanine aminotransférase (ALAT)</a></p></div><p><b>identifier</b>: <code>https://test.fr/biologieId</code>/19</p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes :{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes :{http://loinc.org 1743-4}\">Alanine aminotransférase [Catalytique/Volume] Sérum/Plasma ; Numérique ; Avec phosphate de pyridoxal</span></p><p><b>subject</b>: <a href=\"Patient-cas-9.html\">Isabelle Blanc  Female, Date de Naissance :1978-05-06 ( National Health Plan Identifier)</a></p><p><b>encounter</b>: <a href=\"Encounter-sejour-cas-9.html\">Encounter : identifier = Visit Number: 9; status = finished; class = inpatient encounter (ActCode#IMP); period = 2024-01-13 --&gt; 2024-10-14</a></p><p><b>effective</b>: 2024-01-13 08:30:00+0100</p><p><b>performer</b>: Laboratoire Beaujon</p><p><b>value</b>: 38 [IU]/L<span style=\"background: LightGoldenRodYellow\"> (Détails : code UCUM[IU]/L = '[IU]/L')</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>6 [IU]/L<span style=\"background: LightGoldenRodYellow\"> (Détails : code UCUM[IU]/L = '[IU]/L')</span></td><td>25 [IU]/L<span style=\"background: LightGoldenRodYellow\"> (Détails : code UCUM[IU]/L = '[IU]/L')</span></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "https://test.fr/biologieId"^^xsd:anyURI ;
       fhir:l <https://test.fr/biologieId>
     ] ;
     fhir:value [ fhir:v "19" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/observation-category>
       ] ;
       fhir:code [ fhir:v "laboratory" ]
     ] )
  ] ) ; # 
  fhir:code [
     fhir:coding ( [
       a loinc:1743-4 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "1743-4" ] ;
       fhir:display [ fhir:v "Alanine aminotransférase [Catalytique/Volume] Sérum/Plasma ; Numérique ; Avec phosphate de pyridoxal" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <https://aphp.github.io/IG-fhir-dm/Patient/cas-9> ;
     fhir:reference [ fhir:v "Patient/cas-9" ]
  ] ; # 
  fhir:encounter [
     fhir:l <https://aphp.github.io/IG-fhir-dm/Encounter/sejour-cas-9> ;
     fhir:reference [ fhir:v "Encounter/sejour-cas-9" ]
  ] ; # 
  fhir:effective [
     a fhir:DateTime ;
     fhir:v "2024-01-13T08:30:00+01:00"^^xsd:dateTime
  ] ; # 
  fhir:performer ( [
     fhir:display [ fhir:v "Laboratoire Beaujon" ]
  ] ) ; # 
  fhir:value [
     a fhir:Quantity ;
     fhir:value [ fhir:v "38"^^xsd:decimal ] ;
     fhir:unit [ fhir:v "[IU]/L" ] ;
     fhir:system [
       fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
       fhir:l <http://unitsofmeasure.org>
     ] ;
     fhir:code [ fhir:v "[IU]/L" ]
  ] ; # 
  fhir:referenceRange ( [
     fhir:low [
       fhir:value [ fhir:v "6"^^xsd:decimal ] ;
       fhir:unit [ fhir:v "[IU]/L" ] ;
       fhir:system [
         fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
         fhir:l <http://unitsofmeasure.org>
       ] ;
       fhir:code [ fhir:v "[IU]/L" ]
     ] ;
     fhir:high [
       fhir:value [ fhir:v "25"^^xsd:decimal ] ;
       fhir:unit [ fhir:v "[IU]/L" ] ;
       fhir:system [
         fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
         fhir:l <http://unitsofmeasure.org>
       ] ;
       fhir:code [ fhir:v "[IU]/L" ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

