Amakomaya Nepal FHIR Implementation Guide - Local Development build (v1.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: HAMS Hospital 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 "organization-hams-hospital"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.amakomaya.com/StructureDefinition/amk-organization"^^xsd:anyURI ;
fhir:link <https://fhir.amakomaya.com/StructureDefinition/amk-organization> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization organization-hams-hospital</b></p><a name=\"organization-hams-hospital\"> </a><a name=\"hcorganization-hams-hospital\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-amk-organization.html\">AMK Organization</a></p></div><p><b>identifier</b>: <code>https://nhfr.mohp.gov.np</code>/3060804272</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: HAMS Hospital</p><p><b>description</b>: </p><div><p>Hospital for Advanced Medicine and Surgery (HAMS), providing tertiary healthcare services including surgery, diagnostics, and specialty care.</p>\n</div><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>HAMS Hospital Administration</td><td><a href=\"tel:+977-1-4377404\">+977-1-4377404</a>, <a href=\"mailto:info@hams.com.np\">info@hams.com.np</a></td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://nhfr.mohp.gov.np"^^xsd:anyURI ] ;
fhir:value [ fhir:v "3060804272" ]
] ) ; #
fhir:active [ fhir:v true] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "prov" ] ;
fhir:display [ fhir:v "Healthcare Provider" ] ] )
] ) ; #
fhir:name [ fhir:v "HAMS Hospital"] ; #
fhir:description [ fhir:v "Hospital for Advanced Medicine and Surgery (HAMS), providing tertiary healthcare services including surgery, diagnostics, and specialty care."] ; #
fhir:contact ( [
( fhir:name [
fhir:text [ fhir:v "HAMS Hospital Administration" ] ] ) ;
( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+977-1-4377404" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@hams.com.np" ] ] )
] ) . #