HL7 FHIR Malaysia Core (MY Core) Implementation Guide
2.0.0 - ci-build

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-flag - 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:Flag ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-flag"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "3" ] ;
fhir:lastUpdated [ fhir:v "2022-09-23T17:13:11.954+08:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "http://provider.hie.moh.gov.my#vXzRR9wjxUxg0eRc"^^xsd:anyURI ] ;
    ( fhir:profile [
fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/Flag-my-core"^^xsd:anyURI ;
fhir:link <http://fhir.hie.moh.gov.my/StructureDefinition/Flag-my-core>     ] )
  ] ; # 
  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: Flag example-flag</b></p><a name=\"example-flag\"> </a><a name=\"hcexample-flag\"> </a><a name=\"example-flag-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: 3; Last updated: 2022-09-23 17:13:11+0800; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://provider.hie.moh.gov.my#vXzRR9wjxUxg0eRc\">http://provider.hie.moh.gov.my#vXzRR9wjxUxg0eRc</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Flag-my-core.html\">Flag (MY Core)</a></p></div><p><b>status</b>: Active</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/flag-category behavioral}\">Behavioral</span></p><p><b>code</b>: <span title=\"Codes:\">Test</span></p><p><b>subject</b>: <a href=\"Patient/f92c383f-68de-46c1-8cde-970efa2d0f15\">Patient/f92c383f-68de-46c1-8cde-970efa2d0f15</a></p><p><b>author</b>: <a href=\"PractitionerRole/ed71b734-2c43-491c-ad83-bb11ab0154b5/_history/3\">AHMAD AL AMIN</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/flag-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "behavioral" ] ;
fhir:display [ fhir:v "Behavioral" ]     ] )
  ] ) ; # 
  fhir:code [
fhir:text [ fhir:v "Test" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/f92c383f-68de-46c1-8cde-970efa2d0f15" ]
  ] ; # 
  fhir:author [
fhir:reference [ fhir:v "PractitionerRole/ed71b734-2c43-491c-ad83-bb11ab0154b5/_history/3" ] ;
fhir:display [ fhir:v "AHMAD AL AMIN" ]
  ] . #