Монгол Улсын үндэсний цөм FHIR удирдамж (Mongolian National Core IG) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Биохимийн шинжилгээний үр дүн - TTL Representation
Raw ttl | Download
@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 -------------------------------------------------------------------
a fhir:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "LabDiagnosticReportExample"] ; #
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: DiagnosticReport LabDiagnosticReportExample</b></p><a name=\"LabDiagnosticReportExample\"> </a><a name=\"hcLabDiagnosticReportExample\"> </a><h2><span title=\"Codes:{http://loinc.org 2160-0}\">Биохимийн шинжилгээ</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 LAB}\">Laboratory</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Намсрай Сүх Male, DoB: 1980-01-01 ( http://fhir.mn/sid/national-id#MongolianNationalId#УУ80010155)</td></tr><tr><td>When For</td><td>2026-05-10 10:30:00+0800</td></tr><tr><td>Reported</td><td>2026-05-10 11:00:00+0800</td></tr><tr><td>Performer</td><td> <a href=\"Organization-ExampleOrganizationEMM3.html\">Organization Сүхбаатар дүүргийн Эрүүл мэндийн төв</a></td></tr></table><p><b>Report Details</b></p><p>Үр дүн хэвийн хүрээнд байна.</p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:basedOn ( [
fhir:l fhir:ServiceRequest/LabServiceRequestExample ;
fhir:reference [ fhir:v "ServiceRequest/LabServiceRequestExample" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0074> ] ;
fhir:code [ fhir:v "LAB" ] ;
fhir:display [ fhir:v "Laboratory" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:2160-0 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "2160-0" ] ;
fhir:display [ fhir:v "Creatinine [Mass/volume] in Serum or Plasma" ] ] ) ;
fhir:text [ fhir:v "Биохимийн шинжилгээ" ]
] ; #
fhir:subject [
fhir:l fhir:Patient/ExampleMongolianPatientEMM3 ;
fhir:reference [ fhir:v "Patient/ExampleMongolianPatientEMM3" ]
] ; #
fhir:effective [
a fhir:DateTime ;
fhir:v "2026-05-10T10:30:00+08:00"^^xsd:dateTime
] ; #
fhir:issued [ fhir:v "2026-05-10T11:00:00+08:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:l fhir:Organization/ExampleOrganizationEMM3 ;
fhir:reference [ fhir:v "Organization/ExampleOrganizationEMM3" ]
] ) ; #
fhir:conclusion [ fhir:v "Үр дүн хэвийн хүрээнд байна."] . #