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
: eOrders Organization Other Filler - 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 "67904f84-aeac-44e5-a9ec-51bbb1087977"] ; #
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 67904f84-aeac-44e5-a9ec-51bbb1087977</b></p><a name=\"67904f84-aeac-44e5-a9ec-51bbb1087977\"> </a><a name=\"hc67904f84-aeac-44e5-a9ec-51bbb1087977\"> </a><a name=\"67904f84-aeac-44e5-a9ec-51bbb1087977-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/8003626900565377</p><p><b>active</b>: true</p><p><b>name</b>: Other Pathology</p><p><b>telecom</b>: ph: 0733778123(Work), <a href=\"mailto:doctors_services@otherpathology.com.au\">doctors_services@otherpathology.com.au</a></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 "8003626900565377" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:name [ fhir:v "Other Pathology"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0733778123" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "doctors_services@otherpathology.com.au" ] ;
fhir:use [ fhir:v "work" ]
] ) . #