Монгол Улсын үндэсний цөм 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 "LabTaskExample"] ; #
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 LabTaskExample</b></p><a name=\"LabTaskExample\"> </a><a name=\"hcLabTaskExample\"> </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>: Requested</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/CodeSystem/task-code fulfill}\">Лабораторийн шинжилгээ гүйцэтгэх</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><p><b>reasonCode</b>: <span title=\"Codes:\">Биохимийн шинжилгээ (захиалга)</span></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></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "requested"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:code [
( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/CodeSystem/task-code"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/CodeSystem/task-code> ] ;
fhir:code [ fhir:v "fulfill" ] ;
fhir:display [ fhir:v "Fulfill the focal request" ] ] ) ;
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:reasonCode [
fhir:text [ fhir:v "Биохимийн шинжилгээ (захиалга)" ]
] ; #
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" ] ]
] ) . #