Монгол Улсын үндэсний цөм FHIR удирдамж (Mongolian National Core IG)
0.1.0 - draft Mongolia

Монгол Улсын үндэсний цөм 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

: Дууссан лабораторийн Task жишээ - TTL Representation

Raw ttl | Download


@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Task ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "LabTaskCompletedExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.mn/fhir/StructureDefinition/mn-core-task"^^xsd:anyURI ;
fhir:l <http://fhir.mn/fhir/StructureDefinition/mn-core-task>     ] )
  ] ; # 
  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: Task LabTaskCompletedExample</b></p><a name=\"LabTaskCompletedExample\"> </a><a name=\"hcLabTaskCompletedExample\"> </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-mn-core-task.html\">Монгол улсын үндсэн Task профайл</a></p></div><p><b>status</b>: Completed</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:\">Лабораторийн шинжилгээ гүйцэтгэх</span></p><p><b>for</b>: <a href=\"Patient-ExampleMongolianPatientEMM3.html\">Намсрай Сүх  Male, DoB: 1980-01-01 ( http://fhir.mn/sid/national-id#MongolianNationalId#УУ80010155)</a></p><p><b>authoredOn</b>: 2026-05-10 08:00:00+0800</p><p><b>requester</b>: <a href=\"Organization-ExampleOrganizationEMM3.html\">Organization Сүхбаатар дүүргийн Эрүүл мэндийн төв</a></p><p><b>owner</b>: <a href=\"Organization-ExampleOrganizationEMM3.html\">Organization Сүхбаатар дүүргийн Эрүүл мэндийн төв</a></p><h3>Inputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">ServiceRequest</span></td><td><a href=\"ServiceRequest-LabServiceRequestExample.html\">ServiceRequest Creatinine [Mass/volume] in Serum or Plasma</a></td></tr></table><h3>Outputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">DiagnosticReport</span></td><td><a href=\"DiagnosticReport-LabDiagnosticReportExample.html\">Diagnostic Report for 'Creatinine [Mass/volume] in Serum or Plasma' for '-&gt;Намсрай Сүх  Male, DoB: 1980-01-01 ( http://fhir.mn/sid/national-id#MongolianNationalId#УУ80010155)'</a></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:code [
fhir:text [ fhir:v "Лабораторийн шинжилгээ гүйцэтгэх" ]
  ] ; # 
  fhir:for [
fhir:l fhir:Patient/ExampleMongolianPatientEMM3 ;
fhir:reference [ fhir:v "Patient/ExampleMongolianPatientEMM3" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2026-05-10T08:00:00+08:00"^^xsd:dateTime] ; # 
  fhir:requester [
fhir:l fhir:Organization/ExampleOrganizationEMM3 ;
fhir:reference [ fhir:v "Organization/ExampleOrganizationEMM3" ]
  ] ; # 
  fhir:owner [
fhir:l fhir:Organization/ExampleOrganizationEMM3 ;
fhir:reference [ fhir:v "Organization/ExampleOrganizationEMM3" ]
  ] ; # 
  fhir:input ( [
fhir:type [
fhir:text [ fhir:v "ServiceRequest" ]     ] ;
fhir:value [
a fhir:Reference ;
fhir:l fhir:ServiceRequest/LabServiceRequestExample ;
fhir:reference [ fhir:v "ServiceRequest/LabServiceRequestExample" ]     ]
  ] ) ; # 
  fhir:output ( [
fhir:type [
fhir:text [ fhir:v "DiagnosticReport" ]     ] ;
fhir:value [
a fhir:Reference ;
fhir:l fhir:DiagnosticReport/LabDiagnosticReportExample ;
fhir:reference [ fhir:v "DiagnosticReport/LabDiagnosticReportExample" ]     ]
  ] ) . #