This page is part of the FHIR Implementation Guide for ABDM (v6.5.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: Organization/example-01 - 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-01"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization"^^xsd:anyURI ;
fhir:link <https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization> ] )
] ; #
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: Organization example-01</b></p><a name=\"example-01\"> </a><a name=\"hcexample-01\"> </a><a name=\"example-01-hi-IN\"> </a><p><b>identifier</b>: Provider number/4567878</p><p><b>name</b>: XYZ Lab Pvt.Ltd.</p><p><b>telecom</b>: <a href=\"tel:+9124326341234\">+91 243 2634 1234</a>, <a href=\"mailto:contact@labs.xyz.org\">contact@labs.xyz.org</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PRN" ] ;
fhir:display [ fhir:v "Provider number" ] ] ) ] ;
fhir:system [ fhir:v "https://facility.ndhm.gov.in"^^xsd:anyURI ] ;
fhir:value [ fhir:v "4567878" ]
] ) ; #
fhir:name [ fhir:v "XYZ Lab Pvt.Ltd."] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+91 243 2634 1234" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "contact@labs.xyz.org" ] ;
fhir:use [ fhir:v "work" ]
] ) . #