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

HL7® FHIR® Malaysia Core (MY Core) Implementation Guide - Local Development build (v2.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Patient NHSI - 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:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-patient-NHSI"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "2" ] ;
fhir:lastUpdated [ fhir:v "2023-01-11T06:13:55.147+08:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "http://peka40.moh.gov.my"^^xsd:anyURI ] ;
    ( fhir:profile [
fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/Patient-my-core"^^xsd:anyURI ;
fhir:link <http://fhir.hie.moh.gov.my/StructureDefinition/Patient-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: Patient example-patient-NHSI</b></p><a name=\"example-patient-NHSI\"> </a><a name=\"hcexample-patient-NHSI\"> </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: 2023-01-11 06:13:55+0800; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://peka40.moh.gov.my\">http://peka40.moh.gov.my</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Patient-my-core.html\">Patient (MY Core)</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">NAMA  Male, DoB: 1992-10-05 ( http://fhir.hie.moh.gov.my/sid/my-kad-no#921005146671)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td>true</td><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td>false</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}\">Married</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 014454120318(Mobile)</li><li><a href=\"mailto:hieperson@gmail.com\">hieperson@gmail.com</a></li><li>No. 1, Jalan Bangsar 7/3 Laman Pelangi 02196 MYS (home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Contact person\">Contact person:</td><td colspan=\"3\"><ul><li>Fatimah Azzahra Binti Saalam</li><li>ph: 01527893031(Mobile)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization/PH\">Organization/PH</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extension about the general category of an individual's education level.\"><a href=\"StructureDefinition-education-level-my-core.html\">ExtensionEducationLevel (MY Core)</a></td><td colspan=\"3\"><span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/education-level-my-core 4}\">tertiary</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extension to classify the ethnicity of an individual.\"><a href=\"StructureDefinition-ethnic-my-core.html\">ExtensionEthnic (MY Core)</a></td><td colspan=\"3\"><span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/ethnic-code-my-core 01}\">Melayu</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extension about the individual's religious affiliation.\"><a href=\"StructureDefinition-religion-my-core.html\">ExtensionReligion (MY Core)</a></td><td colspan=\"3\"><span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/religion-my-core 1}\">Islam</span></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/education-level-my-core"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/education-level-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "tertiary" ]       ] )     ]
  ] [
fhir:url [ fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/religion-my-core"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/religion-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Islam" ]       ] )     ]
  ] [
fhir:url [ fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/ethnic-my-core"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/ethnic-code-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "Melayu" ]       ] )     ]
  ] ) ; # 
  fhir:identifier ( [
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] ; # 
  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 "L001" ] ;
fhir:display [ fhir:v "Encik" ]         ] )       ]     ] ) ;
    ( fhir:given [ fhir:v "NAMA" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "014454120318" ] ;
fhir:use [ fhir:v "mobile" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "hieperson@gmail.com" ] ;
fhir:use [ fhir:v "home" ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1992-10-05"^^xsd:date] ; # 
  fhir:deceased [
a fhir:boolean ;
fhir:v false
  ] ; # 
  fhir:address ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/address-district-my-core"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/district-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "0505" ]         ] )       ]     ] [
fhir:url [ fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/address-state-my-core"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/state-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "05" ]         ] )       ]     ] ) ;
fhir:use [ fhir:v "home" ] ;
    ( fhir:line [ fhir:v "No. 1, Jalan Bangsar 7/3" ] ) ;
fhir:city [ fhir:v "Laman Pelangi" ] ;
fhir:postalCode [ fhir:v "02196" ] ;
fhir:country [ fhir:v "MYS" ]
  ] ) ; # 
  fhir:maritalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "M" ] ;
fhir:display [ fhir:v "Married" ]     ] )
  ] ; # 
  fhir:contact ( [
    ( fhir:relationship [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0131"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C" ] ;
fhir:display [ fhir:v "Contact person" ]       ] )     ] ) ;
fhir:name [
fhir:use [ fhir:v "usual" ] ;
fhir:text [ fhir:v "Fatimah Azzahra Binti Saalam" ]     ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "01527893031" ] ;
fhir:use [ fhir:v "mobile" ]     ] )
  ] ) ; # 
  fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/PH" ]
  ] . #