Aged Care Clinical Note - Local Development build (v0.1.0-preview) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Organization - Sunshine Aged Care Home - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ex-organization-sunshine-acrh"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://ns.electronichealth.net.au/fhir/cn/StructureDefinition/au-aged-care-clin-note-organization"^^xsd:anyURI ;
fhir:l <http://ns.electronichealth.net.au/fhir/cn/StructureDefinition/au-aged-care-clin-note-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 ex-organization-sunshine-acrh</b></p><a name=\"ex-organization-sunshine-acrh\"> </a><a name=\"hcex-organization-sunshine-acrh\"> </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-au-aged-care-clin-note-organization.html\">AU Aged Care Clinical Note - Organization</a></p></div><p><b>identifier</b>: National Organisation Identifier/8003626566707032</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 257652008}\">Aged care facility</span></p><p><b>name</b>: Sunshine Aged Care Home</p><p><b>telecom</b>: ph: (03) 5550 4075, <a href=\"mailto:reception-sunshine@example.com.au\">reception-sunshine@example.com.au</a></p><p><b>address</b>: 123 Sunshine Blvd Brisbane QLD 4000 </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:l <http://terminology.hl7.org.au/CodeSystem/v2-0203>         ] ;
fhir:code [ fhir:v "NOI" ]       ] )     ] ;
fhir:system [
fhir:v "http://ns.electronichealth.net.au/id/hi/hpio/1.0"^^xsd:anyURI ;
fhir:l <http://ns.electronichealth.net.au/id/hi/hpio/1.0>     ] ;
fhir:value [ fhir:v "8003626566707032" ]
  ] ) ; # 
  fhir:type ( [
    ( fhir:coding [
a sct:257652008 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>       ] ;
fhir:code [ fhir:v "257652008" ] ;
fhir:display [ fhir:v "Aged care facility" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Sunshine Aged Care Home"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(03) 5550 4075" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "reception-sunshine@example.com.au" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address ( [
fhir:type [ fhir:v "physical" ] ;
    ( fhir:line [ fhir:v "123 Sunshine Blvd" ] ) ;
fhir:city [ fhir:v "Brisbane" ] ;
fhir:state [ fhir:v "QLD" ] ;
fhir:postalCode [ fhir:v "4000" ]
  ] ) . #