0.1.0 - ci-build

FastaKontakter - Lokal utvecklingsbygge (v0.1.0) byggt av FHIR (HL7® FHIR® Standard) Build Tools. Se katalogen över publicerade versioner

: Exempel vårdenhet - TTL Representation

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 -------------------------------------------------------------------

<http://hl7.org/fhir/Organization/ExampleOrganization> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleOrganization"] ; # 
  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>Genererad berättande text: Organization ExampleOrganization</b></p><a name=\"ExampleOrganization\"> </a><a name=\"hcExampleOrganization\"> </a><p><b>identifier</b>: <code>urn:oid:1.2.752.29.4.19</code>/SE2321000016-VC123</p><p><b>name</b>: Vårdcentralen Solrosen</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Address</b></td></tr><tr><td style=\"display: none\">*</td><td>Storgatan 12 Stockholm 12345 SE (work)</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "urn:oid:1.2.752.29.4.19"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "SE2321000016-VC123" ]
  ] ) ; # 
  fhir:name [ fhir:v "Vårdcentralen Solrosen"] ; # 
  fhir:contact ( [
     fhir:address [
       fhir:use [ fhir:v "work" ] ;
       fhir:type [ fhir:v "physical" ] ;
       fhir:line ( [ fhir:v "Storgatan 12" ] ) ;
       fhir:city [ fhir:v "Stockholm" ] ;
       fhir:postalCode [ fhir:v "12345" ] ;
       fhir:country [ fhir:v "SE" ]
     ]
  ] ) . #