Magentus Practice Management FHIR Implementation Guide - Local Development build (v1.2.35) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: ReferralRequesterOrganization - 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 "ReferralRequesterOrganization"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.geniesolutions.io/StructureDefinition/gs-organization"^^xsd:anyURI ;
fhir:link <http://fhir.geniesolutions.io/StructureDefinition/gs-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 ReferralRequesterOrganization</b></p><a name=\"ReferralRequesterOrganization\"> </a><a name=\"hcReferralRequesterOrganization\"> </a><a name=\"ReferralRequesterOrganization-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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-gs-organization.html\">Genie Organization</a></p></div><p><b>identifier</b>: HPI-O/8003621566684455</p><p><b>active</b>: true</p><p><b>name</b>: Jonathanport Medical Centre</p><p><b>telecom</b>: ph: (02) 3999 1220(Work), fax: (02) 3999 1221(Work), <a href=\"mailto:mosesmichele@example.org\">mosesmichele@example.org</a></p><p><b>address</b>: 44 Bridges Mount Jonathanport ACT 2025 (work)</p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NOI" ] ] ) ;
fhir:text [ fhir:v "HPI-O" ] ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/hpio/1.0"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8003621566684455" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:name [ fhir:v "Jonathanport Medical Centre"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(02) 3999 1220" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "fax" ] ;
fhir:value [ fhir:v "(02) 3999 1221" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mosesmichele@example.org" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:address ( [
fhir:use [ fhir:v "work" ] ;
fhir:type [ fhir:v "physical" ] ;
( fhir:line [ fhir:v "44 Bridges Mount" ] ) ;
fhir:city [ fhir:v "Jonathanport" ] ;
fhir:state [ fhir:v "ACT" ] ;
fhir:postalCode [ fhir:v "2025" ]
] ) . #