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-organization - 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:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-organization"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "4" ] ;
fhir:lastUpdated [ fhir:v "2022-10-15T04:29:04.551+08:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "http://provider.hie.moh.gov.my#IiWczSvNeRunbwmI"^^xsd:anyURI ] ;
    ( fhir:profile [
fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/Organization-my-core"^^xsd:anyURI ;
fhir:link <http://fhir.hie.moh.gov.my/StructureDefinition/Organization-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 "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization example-organization</b></p><a name=\"example-organization\"> </a><a name=\"hcexample-organization\"> </a><a name=\"example-organization-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: 4; Last updated: 2022-10-15 04:29:04+0800; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://provider.hie.moh.gov.my#IiWczSvNeRunbwmI\">http://provider.hie.moh.gov.my#IiWczSvNeRunbwmI</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Organization-my-core.html\">Organization (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>ExtensionOrganizationCategory (MY Core)</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/organization-category-my-core MNS}\">Minor Specialist Hospital (Kkm)</span></p><p><b>my/StructureDefinition/organization-category-public-my-core</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/organization-category-my-core STH}\">Hospital</span></p><p><b>ExtensionClusterFacility (MY Core)</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/cluster-facility-my-core 1}\">Non Lead</span></p><p><b>ExtensionSystemTenant (MY Core)</b>: false</p><p><b>identifier</b>: <code>http://fhir.hie.moh.gov.my/sid/organization-id</code>/11-05040012</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/organization-type-my-core 1}\">Government (KKM)</span></p><p><b>name</b>: Hospital Port Dickson</p><p><b>alias</b>: Hosp. Port Dickson</p><p><b>telecom</b>: ph: 06-6626333, fax: 06-6625003, <a href=\"mailto:hpd@moh.gov.my\">hpd@moh.gov.my</a></p><p><b>address</b>: KM 11, Jalan Pantai, Sirusa Port Dickson Negeri Sembilan 71050 MYS (work)</p><p><b>partOf</b>: <a href=\"Organization/11-05060009\">Organization/11-05060009</a></p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td style=\"display: none\">*</td><td>Dr. Hjh Zuraini Bt Zainal</td><td>ph: 06-6626333</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/organization-category-my-core"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/organization-category-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MNS" ] ;
fhir:display [ fhir:v "Minor Specialist Hospital (Kkm)" ]       ] )     ]
  ] [
fhir:url [ fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/organization-category-public-my-core"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/organization-category-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "STH" ] ;
fhir:display [ fhir:v "Hospital" ]       ] )     ]
  ] [
fhir:url [ fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/cluster-facility-my-core"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/cluster-facility-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Non Lead" ]       ] )     ]
  ] [
fhir:url [ fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/system-tenant-my-core"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v "false"^^xsd:boolean     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/sid/organization-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "11-05040012" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/organization-type-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Government (KKM)" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Hospital Port Dickson"] ; # 
  fhir:alias ( [ fhir:v "Hosp. Port Dickson"] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "06-6626333" ]
  ] [
fhir:system [ fhir:v "fax" ] ;
fhir:value [ fhir:v "06-6625003" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "hpd@moh.gov.my" ]
  ] ) ; # 
  fhir:address ( [
    ( fhir:extension [
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:display [ fhir:v "Negeri Sembilan" ]         ] )       ]     ] [
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 "0503" ] ;
fhir:display [ fhir:v "Port Dickson" ]         ] )       ]     ] ) ;
fhir:use [ fhir:v "work" ] ;
fhir:type [ fhir:v "physical" ] ;
    ( fhir:line [ fhir:v "KM 11, Jalan Pantai, Sirusa" ] ) ;
fhir:city [ fhir:v "Port Dickson" ] ;
fhir:district [ fhir:v "Port Dickson" ] ;
fhir:state [ fhir:v "Negeri Sembilan" ] ;
fhir:postalCode [ fhir:v "71050" ] ;
fhir:country [ fhir:v "MYS" ]
  ] ) ; # 
  fhir:partOf [
fhir:reference [ fhir:v "Organization/11-05060009" ]
  ] ; # 
  fhir:contact ( [
fhir:name [
fhir:text [ fhir:v "Dr. Hjh Zuraini Bt Zainal" ]     ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "06-6626333" ]     ] )
  ] ) . #