Provider Connect Australia (PCA) FHIR Implementation Guide 2.4.0

This is release 2.4.0 of Provider Connect Australia (PCA) FHIR Implementation Guide. It is based on FHIR version 4.0.1. See the Directory of published versions.

Organization-example0

Formats: Narrative, XML, JSON, Turtle

Raw ttl


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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:Resource.id [ fhir:value "example0"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://pca.digitalhealth.gov.au/fhir/4.0/StructureDefinition/pca-organization";
       fhir:index 0;
       fhir:link <http://pca.digitalhealth.gov.au/fhir/4.0/StructureDefinition/pca-organization>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"example0\"> </a></p><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\">Resource Organization &quot;example0&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-pca-organization.html\">PCA Organization</a></p></div><p><b>identifier</b>: ABN: 90602935820, PCA Organization Identifier (PCA-OI): fdd12dff00184a76ab4c561f8a88aed3</p><p><b>active</b>: true</p><p><b>type</b>: Legal Entity Organisation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-pca-organization-type.html\">PCA Organization Type</a>#LEO)</span>, Participating publishing organisation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-pca-organization-type.html\">PCA Organization Type</a>#PPO)</span></p><p><b>name</b>: MYHEALTH SYDNEY CBD PTY LTD</p><p><b>telecom</b>: <a href=\"mailto:[email protected]\">[email protected]</a>, ph: 02 8197 3388(WORK), fax: 02 8197 1988(WORK)</p><p><b>address</b>: Shop 8 147-153 Castlereagh Street SYDNEY NSW 2000 AU (WORK)</p></div>"
  ];
  fhir:Organization.identifier [
     fhir:index 0;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
         fhir:Coding.code [ fhir:value "XX" ]       ];
       fhir:CodeableConcept.text [ fhir:value "ABN" ]     ];
     fhir:Identifier.system [ fhir:value "http://hl7.org.au/id/abn" ];
     fhir:Identifier.value [ fhir:value "90602935820" ]
  ], [
     fhir:index 1;
     fhir:Identifier.type [
       fhir:CodeableConcept.text [ fhir:value "PCA Organization Identifier (PCA-OI)" ]     ];
     fhir:Identifier.system [ fhir:value "http://pca.digitalhealth.gov.au/id/pca-organization" ];
     fhir:Identifier.value [ fhir:value "fdd12dff00184a76ab4c561f8a88aed3" ]
  ];
  fhir:Organization.active [ fhir:value "true"^^xsd:boolean];
  fhir:Organization.type [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://pca.digitalhealth.gov.au/fhir/4.0/CodeSystem/pca-organization-type" ];
       fhir:Coding.code [ fhir:value "LEO" ];
       fhir:Coding.display [ fhir:value "Legal Entity Organisation" ]     ]
  ], [
     fhir:index 1;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://pca.digitalhealth.gov.au/fhir/4.0/CodeSystem/pca-organization-type" ];
       fhir:Coding.code [ fhir:value "PPO" ];
       fhir:Coding.display [ fhir:value "Participating publishing organisation" ]     ]
  ];
  fhir:Organization.name [ fhir:value "MYHEALTH SYDNEY CBD PTY LTD"];
  fhir:Organization.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "email" ];
     fhir:ContactPoint.value [ fhir:value "[email protected]" ];
     fhir:ContactPoint.use [ fhir:value "work" ]
  ], [
     fhir:index 1;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "02 8197 3388" ];
     fhir:ContactPoint.use [ fhir:value "work" ]
  ], [
     fhir:index 2;
     fhir:ContactPoint.system [ fhir:value "fax" ];
     fhir:ContactPoint.value [ fhir:value "02 8197 1988" ];
     fhir:ContactPoint.use [ fhir:value "work" ]
  ];
  fhir:Organization.address [
     fhir:index 0;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/address-identifier" ];
       fhir:Extension.valueIdentifier [
         fhir:Identifier.type [
           fhir:CodeableConcept.coding [
             fhir:index 0;
             fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/v2-0203" ];
             fhir:Coding.code [ fhir:value "GNAF" ];
             fhir:Coding.display [ fhir:value "Geocoded National Address File Identifier" ]           ];
           fhir:CodeableConcept.text [ fhir:value "G-NAF" ]         ];
         fhir:Identifier.system [ fhir:value "http://hl7.org.au/id/gnafidentifier" ];
         fhir:Identifier.value [ fhir:value "GANSW718473771" ]       ]     ];
     fhir:Address.use [ fhir:value "work" ];
     fhir:Address.line [
       fhir:value "Shop 8";
       fhir:index 0     ], [
       fhir:value "147-153 Castlereagh Street";
       fhir:index 1     ];
     fhir:Address.city [ fhir:value "SYDNEY" ];
     fhir:Address.state [ fhir:value "NSW" ];
     fhir:Address.postalCode [ fhir:value "2000" ];
     fhir:Address.country [ fhir:value "AU" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.