@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 -------------------------------------------------------------------

<http://fhir.hl7.org.vn/core/Observation/ExampleObservationLabUrinalysis> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleObservationLabUrinalysis"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-observation-lab"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-observation-lab>
     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  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 ExampleObservationLabUrinalysis</b></p><a name=\"ExampleObservationLabUrinalysis\"> </a><a name=\"hcExampleObservationLabUrinalysis\"> </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-vn-core-observation-lab.html\">Xét nghiệm VN Core — VN Core Observation Laboratory Profile</a></p></div><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 24356-8}\">Tổng phân tích nước tiểu (10 thông số)</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>encounter</b>: <a href=\"Encounter-ExampleEncounterOutpatient.html\">Encounter: extension = Khám chữa bệnh ban đầu; status = finished; class = ambulatory (ActCode#AMB); period = 2026-03-19 08:30:00+0700 --&gt; 2026-03-19 11:00:00+0700; reasonCode = </a></p><p><b>effective</b>: 2026-04-20 09:00:00+0700</p><p><b>performer</b>: <a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS CKII Nguyễn Thị Lan</a></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation N}\">Normal</span></p><p><b>note</b>: </p><blockquote><div><p>Tổng phân tích nước tiểu 10 thông số — tất cả trong giới hạn bình thường. Không có protein niệu, glucose niệu. Bạch cầu niệu 1–2/HPF — không gợi ý nhiễm trùng đường tiết niệu.</p>\n</div></blockquote><p><b>specimen</b>: <a href=\"Specimen-ExampleSpecimenUrineMidstream.html\">Mẫu nước tiểu giữa dòng</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 2756-5}\">pH nước tiểu</span></p><p><b>value</b>: 6 [pH]<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code[pH] = '[pH]')</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>5 [pH]<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code[pH] = '[pH]')</span></td><td>8 [pH]<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code[pH] = '[pH]')</span></td><td>5.0 – 8.0</td></tr></table></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 2965-2}\">Tỷ trọng nước tiểu</span></p><p><b>value</b>: 1.020</p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>1.005 – 1.030</td></tr></table></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 2888-6}\">Protein niệu</span></p><p><b>value</b>: Âm tính (negative)</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 2349-9}\">Glucose niệu</span></p><p><b>value</b>: Âm tính (negative)</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 5821-4}\">Bạch cầu niệu (WBC/HPF)</span></p><p><b>value</b>: 1 – 2 / HPF (bình thường)</p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  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:display [ fhir:v "Laboratory" ]
     ] )
  ] ) ; # 
  fhir:code [
     fhir:coding ( [
       a loinc:24356-8 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "24356-8" ] ;
       fhir:display [ fhir:v "Urinalysis complete panel - Urine" ]
     ] ) ;
     fhir:text [ fhir:v "Tổng phân tích nước tiểu (10 thông số)" ]
  ] ; # 
  fhir:subject [
     fhir:l <http://fhir.hl7.org.vn/core/Patient/ExamplePatientNguyenVanAn> ;
     fhir:reference [ fhir:v "Patient/ExamplePatientNguyenVanAn" ] ;
     fhir:display [ fhir:v "Nguyễn Văn An" ]
  ] ; # 
  fhir:encounter [
     fhir:l <http://fhir.hl7.org.vn/core/Encounter/ExampleEncounterOutpatient> ;
     fhir:reference [ fhir:v "Encounter/ExampleEncounterOutpatient" ]
  ] ; # 
  fhir:effective [
     a fhir:DateTime ;
     fhir:v "2026-04-20T09:00:00+07:00"^^xsd:dateTime
  ] ; # 
  fhir:performer ( [
     fhir:l <http://fhir.hl7.org.vn/core/Practitioner/ExamplePractitionerBSCKII> ;
     fhir:reference [ fhir:v "Practitioner/ExamplePractitionerBSCKII" ] ;
     fhir:display [ fhir:v "BS CKII Nguyễn Thị Lan" ]
  ] ) ; # 
  fhir:interpretation ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation>
       ] ;
       fhir:code [ fhir:v "N" ] ;
       fhir:display [ fhir:v "Normal" ]
     ] )
  ] ) ; # 
  fhir:note ( [
     fhir:text [ fhir:v "Tổng phân tích nước tiểu 10 thông số — tất cả trong giới hạn bình thường. Không có protein niệu, glucose niệu. Bạch cầu niệu 1–2/HPF — không gợi ý nhiễm trùng đường tiết niệu." ]
  ] ) ; # 
  fhir:specimen [
     fhir:l <http://fhir.hl7.org.vn/core/Specimen/ExampleSpecimenUrineMidstream> ;
     fhir:reference [ fhir:v "Specimen/ExampleSpecimenUrineMidstream" ] ;
     fhir:display [ fhir:v "Mẫu nước tiểu giữa dòng" ]
  ] ; # 
  fhir:component ( [
     fhir:code [
       fhir:coding ( [
         a loinc:2756-5 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "2756-5" ] ;
         fhir:display [ fhir:v "pH of Urine" ]
       ] ) ;
       fhir:text [ fhir:v "pH nước tiểu" ]
     ] ;
     fhir:value [
       a fhir:Quantity ;
       fhir:value [ fhir:v "6"^^xsd:decimal ] ;
       fhir:unit [ fhir:v "[pH]" ] ;
       fhir:system [
         fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
         fhir:l <http://unitsofmeasure.org>
       ] ;
       fhir:code [ fhir:v "[pH]" ]
     ] ;
     fhir:referenceRange ( [
       fhir:low [
         fhir:value [ fhir:v "5"^^xsd:decimal ] ;
         fhir:unit [ fhir:v "[pH]" ] ;
         fhir:system [
           fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
           fhir:l <http://unitsofmeasure.org>
         ] ;
         fhir:code [ fhir:v "[pH]" ]
       ] ;
       fhir:high [
         fhir:value [ fhir:v "8"^^xsd:decimal ] ;
         fhir:unit [ fhir:v "[pH]" ] ;
         fhir:system [
           fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
           fhir:l <http://unitsofmeasure.org>
         ] ;
         fhir:code [ fhir:v "[pH]" ]
       ] ;
       fhir:text [ fhir:v "5.0 – 8.0" ]
     ] )
  ] [
     fhir:code [
       fhir:coding ( [
         a loinc:2965-2 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "2965-2" ] ;
         fhir:display [ fhir:v "Specific gravity of Urine" ]
       ] ) ;
       fhir:text [ fhir:v "Tỷ trọng nước tiểu" ]
     ] ;
     fhir:value [
       a fhir:String ;
       fhir:v "1.020"
     ] ;
     fhir:referenceRange ( [
       fhir:text [ fhir:v "1.005 – 1.030" ]
     ] )
  ] [
     fhir:code [
       fhir:coding ( [
         a loinc:2888-6 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "2888-6" ] ;
         fhir:display [ fhir:v "Protein [Mass/volume] in Urine" ]
       ] ) ;
       fhir:text [ fhir:v "Protein niệu" ]
     ] ;
     fhir:value [
       a fhir:String ;
       fhir:v "Âm tính (negative)"
     ]
  ] [
     fhir:code [
       fhir:coding ( [
         a loinc:2349-9 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "2349-9" ] ;
         fhir:display [ fhir:v "Glucose [Presence] in Urine" ]
       ] ) ;
       fhir:text [ fhir:v "Glucose niệu" ]
     ] ;
     fhir:value [
       a fhir:String ;
       fhir:v "Âm tính (negative)"
     ]
  ] [
     fhir:code [
       fhir:coding ( [
         a loinc:5821-4 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "5821-4" ] ;
         fhir:display [ fhir:v "Leukocytes [#/area] in Urine sediment by Microscopy high power field" ]
       ] ) ;
       fhir:text [ fhir:v "Bạch cầu niệu (WBC/HPF)" ]
     ] ;
     fhir:value [
       a fhir:String ;
       fhir:v "1 – 2 / HPF (bình thường)"
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

