Монгол Улсын үндэсний цөм 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
: ЭММ-3 үзлэг - 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:Encounter ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleEncounterEMM3"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.mn/fhir/StructureDefinition/mn-core-encounter"^^xsd:anyURI ;
fhir:l <http://fhir.mn/fhir/StructureDefinition/mn-core-encounter> ] )
] ; #
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: Encounter ExampleEncounterEMM3</b></p><a name=\"ExampleEncounterEMM3\"> </a><a name=\"hcExampleEncounterEMM3\"> </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-encounter.html\">Монгол улсын үндсэн Encounter профайл</a></p></div><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode: AMB</a> (Амбулатори)</p><p><b>subject</b>: <a href=\"Patient-ExampleMongolianPatientEMM3.html\">Намсрай Сүх Male, DoB: 1980-01-01 ( http://fhir.mn/sid/national-id#MongolianNationalId#УУ80010155)</a></p><p><b>episodeOfCare</b>: <a href=\"EpisodeOfCare-ExampleEpisodeOfCareCancerScreening.html\">EpisodeOfCare: status = active; type = Home and Community Care; period = 2026-05-15 --> (ongoing)</a></p><p><b>period</b>: 2026-05-15 10:00:00+0000 --> (ongoing)</p><p><b>serviceProvider</b>: <a href=\"Organization-ExampleOrganizationEMM3.html\">Organization Сүхбаатар дүүргийн Эрүүл мэндийн төв</a></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "finished"] ; #
fhir:class [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActCode> ] ;
fhir:code [ fhir:v "AMB" ] ;
fhir:display [ fhir:v "Амбулатори" ]
] ; #
fhir:subject [
fhir:l fhir:Patient/ExampleMongolianPatientEMM3 ;
fhir:reference [ fhir:v "Patient/ExampleMongolianPatientEMM3" ]
] ; #
fhir:episodeOfCare ( [
fhir:l fhir:EpisodeOfCare/ExampleEpisodeOfCareCancerScreening ;
fhir:reference [ fhir:v "EpisodeOfCare/ExampleEpisodeOfCareCancerScreening" ]
] ) ; #
fhir:period [
fhir:start [ fhir:v "2026-05-15T10:00:00Z"^^xsd:dateTime ]
] ; #
fhir:serviceProvider [
fhir:l fhir:Organization/ExampleOrganizationEMM3 ;
fhir:reference [ fhir:v "Organization/ExampleOrganizationEMM3" ]
] . #