@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 -------------------------------------------------------------------

<http://digitalhealth.gov.au/fhir/hcpd/Organization/example-healthconnect-organization-2> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-healthconnect-organization-2"] ; # 
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2025-09-15T14:20:00Z"^^xsd:dateTime ] ;
     fhir:profile ( [
       fhir:v "http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hcpd-organization"^^xsd:anyURI ;
       fhir:link <http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hcpd-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 example-healthconnect-organization-2</b></p><a name=\"example-healthconnect-organization-2\"> </a><a name=\"hcexample-healthconnect-organization-2\"> </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\">Last updated: 2025-09-15 14:20:00+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hcpd-organization.html\">HCPD Organization</a></p></div><p><b>identifier</b>: <code>http://ns.electronichealth.net.au/id/hi/hspo/1.0</code>/8003641000000001, ABN/98765432109, ACN/987654321</p><p><b>active</b>: true</p><p><b>name</b>: Caring Hands Home Support</p><p><b>alias</b>: CHHS</p><p><b>telecom</b>: ph: (02) 9555 1200(Work), ph: (02) 9555 1201(Work), <a href=\"mailto:admin@caringhands.com.au\">admin@caringhands.com.au</a>, <a href=\"mailto:support@caringhands.com.au\">support@caringhands.com.au</a>, <a href=\"https://www.caringhands.com.au\">https://www.caringhands.com.au</a>, fax: +61 2 9555 1299(Work)</p><p><b>address</b>: Suite 15, 88 Liverpool Street Sydney NSW 2000 AU </p><p><b>partOf</b>: <a href=\"Organization-example-healthconnect-organization-1.html\">Organization Example Aged Care Facility</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:extension ( [
       fhir:url [ fhir:v "http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hi-org-classification"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [ fhir:v "http://digitalhealth.gov.au/fhir/hcpd/CodeSystem/hi-org-classification-cs"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "seed" ] ;
           fhir:display [ fhir:v "Seed" ]
         ] )
       ]
     ] ) ;
     fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/hspo/1.0"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "8003641000000001" ]
  ] [
     fhir:type [
       fhir:text [ fhir:v "ABN" ]
     ] ;
     fhir:system [ fhir:v "http://hl7.org.au/id/abn"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "98765432109" ]
  ] [
     fhir:type [
       fhir:text [ fhir:v "ACN" ]
     ] ;
     fhir:system [ fhir:v "http://hl7.org.au/id/acn"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "987654321" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:name [ fhir:v "Caring Hands Home Support"] ; # 
  fhir:alias ( [ fhir:v "CHHS"] ) ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "(02) 9555 1200" ] ;
     fhir:use [ fhir:v "work" ]
  ] [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "(02) 9555 1201" ] ;
     fhir:use [ fhir:v "work" ]
  ] [
     fhir:system [ fhir:v "email" ] ;
     fhir:value [ fhir:v "admin@caringhands.com.au" ] ;
     fhir:use [ fhir:v "work" ]
  ] [
     fhir:system [ fhir:v "email" ] ;
     fhir:value [ fhir:v "support@caringhands.com.au" ] ;
     fhir:use [ fhir:v "work" ]
  ] [
     fhir:system [ fhir:v "url" ] ;
     fhir:value [ fhir:v "https://www.caringhands.com.au" ] ;
     fhir:use [ fhir:v "work" ]
  ] [
     fhir:system [ fhir:v "fax" ] ;
     fhir:value [ fhir:v "+61 2 9555 1299" ] ;
     fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address ( [
     fhir:type [ fhir:v "physical" ] ;
     fhir:line ( [ fhir:v "Suite 15, 88 Liverpool Street" ] ) ;
     fhir:city [ fhir:v "Sydney" ] ;
     fhir:state [ fhir:v "NSW" ] ;
     fhir:postalCode [ fhir:v "2000" ] ;
     fhir:country [ fhir:v "AU" ]
  ] ) ; # 
  fhir:partOf [
     fhir:link <http://digitalhealth.gov.au/fhir/hcpd/Organization/example-healthconnect-organization-1> ;
     fhir:reference [ fhir:v "Organization/example-healthconnect-organization-1" ]
  ] . # 

# -------------------------------------------------------------------------------------

