HL7 FHIR Malaysia Core (MY Core) Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: example-careplan - 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:CarePlan ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-careplan"] ; #
fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2022-06-22T08:43:47.456+08:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "http://provider.hie.moh.gov.my"^^xsd:anyURI ] ;
( fhir:profile [
fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/CarePlan-my-core"^^xsd:anyURI ;
fhir:link <http://fhir.hie.moh.gov.my/StructureDefinition/CarePlan-my-core> ] ) ;
( fhir:tag [
fhir:system [ fhir:v "https://smilecdr.com/fhir/NamingSystem/tags"^^xsd:anyURI ] ;
fhir:code [ fhir:v "validation_failed_with_warning" ] ;
fhir:display [ fhir:v "Validation Failed with Warning" ] ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan example-careplan</b></p><a name=\"example-careplan\"> </a><a name=\"hcexample-careplan\"> </a><a name=\"example-careplan-en-US\"> </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\">version: 1; Last updated: 2022-06-22 08:43:47+0800; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://provider.hie.moh.gov.my\">http://provider.hie.moh.gov.my</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-CarePlan-my-core.html\">CarePlan (MY Core)</a></p><p style=\"margin-bottom: 0px\">Tag: Validation Failed with Warning (Details: tags code validation_failed_with_warning = 'Validation Failed with Warning')</p></div><p><b>status</b>: Completed</p><p><b>intent</b>: Plan</p><p><b>subject</b>: <a href=\"Patient/HIE-2200000107\">Patient/HIE-2200000107</a></p><p><b>encounter</b>: <a href=\"Encounter/HTP-ENC-2206000070\">Encounter/HTP-ENC-2206000070</a></p><p><b>period</b>: 2022-06-22 16:00:00+0800 --> 2022-07-22 17:00:00+0800</p><p><b>created</b>: 2022-06-22 16:00:00+0800</p><p><b>author</b>: <a href=\"PractitionerRole/example-practitionerrole-01\">PractitionerRole/example-practitionerrole-01</a></p><p><b>note</b>: This is where user will key in entry for now as free text. will be expanded later during stage 2 hopefully</p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:intent [ fhir:v "plan"] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/HIE-2200000107" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/HTP-ENC-2206000070" ]
] ; #
fhir:period [
fhir:start [ fhir:v "2022-06-22T16:00:00.000+08:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2022-07-22T17:00:00.000+08:00"^^xsd:dateTime ]
] ; #
fhir:created [ fhir:v "2022-06-22T16:00:00.000+08:00"^^xsd:dateTime] ; #
fhir:author [
fhir:reference [ fhir:v "PractitionerRole/example-practitionerrole-01" ]
] ; #
fhir:note ( [
fhir:text [ fhir:v "This is where user will key in entry for now as free text. will be expanded later during stage 2 hopefully" ]
] ) . #