Монгол Улсын үндэсний цөм 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
: Лабораторийн үр дүнгийн Subscription - 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:Subscription ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "LabResultSubscription"] ; #
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: Subscription LabResultSubscription</b></p><a name=\"LabResultSubscription\"> </a><a name=\"hcLabResultSubscription\"> </a><p><b>status</b>: Requested</p><p><b>contact</b>: <a href=\"mailto:lab-admin@fhir.mn\">lab-admin@fhir.mn</a></p><p><b>reason</b>: Лабораторийн үр дүн бэлэн болоход автоматаар мэдэгдэл авах</p><p><b>criteria</b>: DiagnosticReport?category=LAB&status=final</p><h3>Channels</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Endpoint</b></td><td><b>Payload</b></td><td><b>Header</b></td></tr><tr><td style=\"display: none\">*</td><td>Rest Hook</td><td><a href=\"https://fhir.mn/webhook/lab-results\">https://fhir.mn/webhook/lab-results</a></td><td>application/fhir+json</td><td>Authorization: Bearer {{token}}</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "requested"] ; #
fhir:contact ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "lab-admin@fhir.mn" ]
] ) ; #
fhir:reason [ fhir:v "Лабораторийн үр дүн бэлэн болоход автоматаар мэдэгдэл авах"] ; #
fhir:criteria [ fhir:v "DiagnosticReport?category=LAB&status=final"] ; #
fhir:channel [
fhir:type [ fhir:v "rest-hook" ] ;
fhir:endpoint [
fhir:v "https://fhir.mn/webhook/lab-results"^^xsd:anyURI ;
fhir:l <https://fhir.mn/webhook/lab-results> ] ;
fhir:payload [ fhir:v "application/fhir+json" ] ;
( fhir:header [ fhir:v "Authorization: Bearer {{token}}" ] )
] . #