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-practitioner - 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:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-practitioner"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "2" ] ;
fhir:lastUpdated [ fhir:v "2022-09-20T13:56:24.034+08:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#gEMvOh7Ox0Q9oTpE"^^xsd:anyURI ] ;
    ( fhir:profile [
fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/Practitioner-my-core"^^xsd:anyURI ;
fhir:link <http://fhir.hie.moh.gov.my/StructureDefinition/Practitioner-my-core>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner example-practitioner</b></p><a name=\"example-practitioner\"> </a><a name=\"hcexample-practitioner\"> </a><a name=\"example-practitioner-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: 2; Last updated: 2022-09-20 13:56:24+0800; </p><p style=\"margin-bottom: 0px\">Information Source: #gEMvOh7Ox0Q9oTpE</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Practitioner-my-core.html\">Practitioner (MY Core)</a></p></div><blockquote><p><b>ExtensionAudit (MY Core)</b></p><ul><li>recorder: <a href=\"PractitionerRole/null\">AWAL DANIAL</a></li><li>recordedDate: 2022-09-20 13:53:58+0800</li><li>lastUpdater: <a href=\"PractitionerRole/null\">null</a></li></ul></blockquote><p><b>identifier</b>: <code>http://fhir.hie.moh.gov.my/sid/professional-no</code>/81751, <code>http://fhir.hie.moh.gov.my/sid/my-kad-no</code>/921005146671</p><p><b>active</b>: true</p><p><b>name</b>: SAIFULDAULAH BIN MOHD HAFIZ NGOO</p><p><b>telecom</b>: ph: -unknown-(Work), <a href=\"mailto:saifuldaulah@mhn.asia\">saifuldaulah@mhn.asia</a></p><p><b>address</b>: MYS </p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1992-10-05</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
    ( fhir:extension [
fhir:url [ fhir:v "recorder"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "PractitionerRole/null" ] ;
fhir:display [ fhir:v "AWAL DANIAL" ]       ]     ] [
fhir:url [ fhir:v "recordedDate"^^xsd:anyURI ] ;
fhir:value [
a fhir:dateTime ;
fhir:v "2022-09-20T13:53:58+08:00"^^xsd:dateTime       ]     ] [
fhir:url [ fhir:v "lastUpdater"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "PractitionerRole/null" ] ;
fhir:display [ fhir:v "null" ]       ]     ] ) ;
fhir:url [ fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/audit-my-core"^^xsd:anyURI ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/sid/professional-no"^^xsd:anyURI ] ;
fhir:value [ fhir:v "81751" ]
  ] [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/sid/my-kad-no"^^xsd:anyURI ] ;
fhir:value [ fhir:v "921005146671" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/person-title-my-core"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/person-title-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C040" ] ;
fhir:display [ fhir:v "Doktor" ]         ] ) ;
fhir:text [ fhir:v "S" ]       ]     ] ) ;
fhir:text [ fhir:v "SAIFULDAULAH BIN MOHD HAFIZ NGOO" ]
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "saifuldaulah@mhn.asia" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address ( [
fhir:country [ fhir:v "MYS" ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1992-10-05"^^xsd:date] . #