STARS Implementation Guide
0.1.0 - ci-build

STARS Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: DPIRD - TTL Representation

Raw ttl | Download


@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:id [ fhir:v "DPIRD"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/StructureDefinition/csiro-stars-organization"^^xsd:anyURI ;
fhir:link <https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/StructureDefinition/csiro-stars-organization>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"DPIRD\"> </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;DPIRD&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-csiro-stars-organization.html\">CSIRO STARS Organization Profile</a></p></div><p><b>identifier</b>: id: 710</p><p><b>active</b>: true</p><p><b>type</b>: Government <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-organization-type.html\">Organization type</a>#govt)</span></p><p><b>name</b>: DPRID - Diagnostics and Laboratory Services (DDLS)</p><p><b>alias</b>: Department of Primary Industries &amp; Regional Development</p><blockquote><p><b>contact</b></p><p><b>telecom</b>: <a href=\"mailto:example@dpird.wa.gov.au\">example@dpird.wa.gov.au</a>, ph: 1300 374 731</p><p><b>address</b>: Department of Primary Industries and Regional Development (DPIRD) 3 Baron-Hay Court Perth WA 6151 Australia </p></blockquote><blockquote><p><b>contact</b></p><p><b>purpose</b>: Billing <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-contactentity-type.html\">Contact entity type</a>#BILL)</span></p><p><b>name</b>: John Smith </p><p><b>telecom</b>: <a href=\"mailto:john.smith@dpird.wa.gov.au\">john.smith@dpird.wa.gov.au</a>, ph: 08 1234 5678, fax: 08 5678 1234</p></blockquote><blockquote><p><b>contact</b></p><p><b>purpose</b>: Report <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-legacy-contactentitytype-code-system.html\">STARS Legacy Contact Entity Type Code System</a>#REPORT)</span></p><p><b>name</b>: Jane Doe </p><p><b>telecom</b>: <a href=\"mailto:jane.doe@dpird.wa.gov.au\">jane.doe@dpird.wa.gov.au</a>, ph: 08 1234 5679, fax: 08 5679 1234</p></blockquote></div>"
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "710" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "govt" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "DPRID - Diagnostics and Laboratory Services (DDLS)"] ; # 
  fhir:alias ( [ fhir:v "Department of Primary Industries & Regional Development"] ) ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "example@dpird.wa.gov.au" ]     ] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "1300 374 731" ]     ] ) ;
fhir:address [
      ( fhir:line [ fhir:v "Department of Primary Industries and Regional Development (DPIRD)" ] [ fhir:v "3 Baron-Hay Court" ] ) ;
fhir:city [ fhir:v "Perth" ] ;
fhir:state [ fhir:v "WA" ] ;
fhir:postalCode [ fhir:v "6151" ] ;
fhir:country [ fhir:v "Australia" ]     ]
  ] [
fhir:purpose [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/contactentity-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BILL" ]       ] )     ] ;
fhir:name [
fhir:family [ fhir:v "Smith" ] ;
      ( fhir:given [ fhir:v "John" ] )     ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "john.smith@dpird.wa.gov.au" ]     ] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "08 1234 5678" ]     ] [
fhir:system [ fhir:v "fax" ] ;
fhir:value [ fhir:v "08 5678 1234" ]     ] )
  ] [
fhir:purpose [
      ( fhir:coding [
fhir:system [ fhir:v "https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/legacy-contactentitytype-code-system"^^xsd:anyURI ] ;
fhir:code [ fhir:v "REPORT" ]       ] )     ] ;
fhir:name [
fhir:family [ fhir:v "Doe" ] ;
      ( fhir:given [ fhir:v "Jane" ] )     ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "jane.doe@dpird.wa.gov.au" ]     ] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "08 1234 5679" ]     ] [
fhir:system [ fhir:v "fax" ] ;
fhir:value [ fhir:v "08 5679 1234" ]     ] )
  ] ) . #