MHR AU Patient Summary Consultation - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Organization MHR operator - TTL Representation

Page standards status: Informative

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 "au-ps-organization-1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org.au/fhir/ps/StructureDefinition/au-ps-organization"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/ps/StructureDefinition/au-ps-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 au-ps-organization-1</b></p><a name=\"au-ps-organization-1\"> </a><a name=\"hcau-ps-organization-1\"> </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=\"https://build.fhir.org/ig/hl7au/au-fhir-ps/StructureDefinition-au-ps-organization.html\">AU PS Organization</a></p></div><p><b>identifier</b>: Australian Business Number (ABN)/84425496912</p><p><b>name</b>: My Health Record system operator</p><p><b>telecom</b>: <a href=\"mailto:help@digitalhealth.gov.au\">help@digitalhealth.gov.au</a>, ph: 1300 901 001(Work)</p><p><b>address</b>: Level 25, 175 Liverpool Street Sydney NSW 2000 Australia </p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "XX" ]       ] ) ;
fhir:text [ fhir:v "Australian Business Number (ABN)" ]     ] ;
fhir:system [ fhir:v "http://hl7.org.au/id/abn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "84425496912" ]
  ] ) ; # 
  fhir:name [ fhir:v "My Health Record system operator"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "help@digitalhealth.gov.au" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "1300 901 001" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "Level 25, 175 Liverpool Street" ] ) ;
fhir:city [ fhir:v "Sydney" ] ;
fhir:state [ fhir:v "NSW" ] ;
fhir:postalCode [ fhir:v "2000" ] ;
fhir:country [ fhir:v "Australia" ]
  ] ) . #