@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://fhir.medirecords.com/Organization/2b5627f9-5fea-4dcf-9978-9d4bcf5c1616> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "2b5627f9-5fea-4dcf-9978-9d4bcf5c1616"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.medirecords.com/StructureDefinition/mr-organisation-serviceprovider"^^xsd:anyURI ;
       fhir:link <https://fhir.medirecords.com/StructureDefinition/mr-organisation-serviceprovider>
     ] )
  ] ; # 
  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 2b5627f9-5fea-4dcf-9978-9d4bcf5c1616</b></p><a name=\"2b5627f9-5fea-4dcf-9978-9d4bcf5c1616\"> </a><a name=\"hc2b5627f9-5fea-4dcf-9978-9d4bcf5c1616\"> </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-mr-organisation-serviceprovider.html\">MR Organisation Service Provider</a></p></div><p><b>identifier</b>: HPI-O/8003627500000328</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 309950003}\">Pathology department</span></p><p><b>name</b>: Western Pathology</p><p><b>telecom</b>: ph: 1300103903(Work), fax: 0251242892(Work), <a href=\"https://www.canberrahealthservices.act.gov.au/services-and-clinics/services/pathology\">https://www.canberrahealthservices.act.gov.au/services-and-clinics/services/pathology</a></p><p><b>address</b>: 627 Pacific HWY St Leonards NSW 2065 AU </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:display [ fhir:v "National Organisation Identifier" ]
       ] ) ;
       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 "8003627500000328" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:type ( [
     fhir:coding ( [
       a sct:309950003 ;
       fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "309950003" ] ;
       fhir:display [ fhir:v "Pathology department" ]
     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Western Pathology"] ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "1300103903" ] ;
     fhir:use [ fhir:v "work" ]
  ] [
     fhir:system [ fhir:v "fax" ] ;
     fhir:value [ fhir:v "0251242892" ] ;
     fhir:use [ fhir:v "work" ]
  ] [
     fhir:system [ fhir:v "url" ] ;
     fhir:value [ fhir:v "https://www.canberrahealthservices.act.gov.au/services-and-clinics/services/pathology" ] ;
     fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address ( [
     fhir:line ( [ fhir:v "627 Pacific HWY" ] ) ;
     fhir:city [ fhir:v "St Leonards" ] ;
     fhir:state [ fhir:v "NSW" ] ;
     fhir:postalCode [ fhir:v "2065" ] ;
     fhir:country [ fhir:v "AU" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

