Amakomaya Nepal FHIR Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Task - Simple Reminder for Pregnant Patient - 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 -------------------------------------------------------------------
<http://hl7.org/fhir/Task/SimpleReminderTask> a fhir:Task ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "SimpleReminderTask"] ; #
fhir:meta [
fhir:profile ( [
fhir:v "https://fhir.amakomaya.com/StructureDefinition/reminder-task"^^xsd:anyURI ;
fhir:l <https://fhir.amakomaya.com/StructureDefinition/reminder-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 SimpleReminderTask</b></p><a name=\"SimpleReminderTask\"> </a><a name=\"hcSimpleReminderTask\"> </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-reminder-task.html\">Reminder Task</a></p></div><p><b>status</b>: Draft</p><p><b>intent</b>: plan</p><p><b>description</b>: </p><div><p>Reminder for upcoming ANC visit.</p>\n</div><p><b>executionPeriod</b>: 2025-12-05 09:00:00+0545 --> 2025-12-05 09:05:00+0545</p><p><b>authoredOn</b>: 2025-12-01 08:00:00+0545</p><p><b>requester</b>: <a href=\"Patient-patient-pregnant.html\">Sita Sharma Female, DoB: 1998-04-15 ( https://api.amakomaya.com/NamingSystem/nepal-telecom-subscriber#Nepal Telecome Subscriber Identifier Namespace#9851341921 (use: official, ))</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:\">collected-specimen</span></td><td>Once per 1 day</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:intent [ fhir:v "plan"] ; #
fhir:description [ fhir:v "Reminder for upcoming ANC visit."] ; #
fhir:executionPeriod [
fhir:start [ fhir:v "2025-12-05T09:00:00+05:45"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2025-12-05T09:05:00+05:45"^^xsd:dateTime ]
] ; #
fhir:authoredOn [ fhir:v "2025-12-01T08:00:00+05:45"^^xsd:dateTime] ; #
fhir:requester [
fhir:l <http://hl7.org/fhir/Patient/patient-pregnant> ;
fhir:reference [ fhir:v "Patient/patient-pregnant" ]
] ; #
fhir:input ( [
fhir:type [
fhir:coding ( [
fhir:code [ fhir:v "collected-specimen" ]
] )
] ;
fhir:value [
a fhir:Timing ;
fhir:repeat [
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ]
]
]
] ) . #
<http://hl7.org/fhir/Patient/patient-pregnant> a fhir:Patient .