WOF Connect
0.1.3 - stable [WIP]

This page is part of the WOF Connect Implementation Guide (v0.1.3: Pre-Release Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: 48e428b0-fb37-4224-84df-5783a301a9da-test - 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 -------------------------------------------------------------------

 a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "48e428b0-fb37-4224-84df-5783a301a9da-test"] ; # 
  fhir:meta [
fhir:source [
fhir:v "frenda"^^xsd:anyURI ;
fhir:l fhir:frenda     ] ;
    ( fhir:profile [
fhir:v "http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/wof-connect-billing-organization"^^xsd:anyURI ;
fhir:l <http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/wof-connect-billing-organization>     ] [
fhir:v "http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/wof-connect-economy-organization"^^xsd:anyURI ;
fhir:l <http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/wof-connect-economy-organization>     ] ) ;
    ( fhir:tag [
fhir:system [
fhir:v "http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/pms-system"^^xsd:anyURI ;
fhir:l <http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/pms-system>       ] ;
fhir:code [ fhir:v "frenda" ]     ] )
  ] ; # 
  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 48e428b0-fb37-4224-84df-5783a301a9da-test</b></p><a name=\"48e428b0-fb37-4224-84df-5783a301a9da-test\"> </a><a name=\"hc48e428b0-fb37-4224-84df-5783a301a9da-test\"> </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\">Information Source: frenda</p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"StructureDefinition-wof-connect-billing-organization.html\">Wof Connect Economy Organization</a>, <code>http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/wof-connect-economy-organization</code></p><p style=\"margin-bottom: 0px\">Tag: Frenda (Details: WOF-Connect PMS System code frenda = 'Frenda')</p></div><p><b>identifier</b>: <code>urn:oid:1.2.752.129.2.1.4.1</code>/SE1234567890-GXDV</p><p><b>name</b>: Södertandläkarna Gränden</p><p><b>telecom</b>: ph: 08-4421160(Work), <a href=\"mailto:Granden@sodertandlakarna.se\">Granden@sodertandlakarna.se</a></p><p><b>address</b>: Västgötagränd 9 Stockholm 11828 SE (work)</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:system [
fhir:v "urn:oid:1.2.752.129.2.1.4.1"^^xsd:anyURI ;
fhir:l <urn:oid:1.2.752.129.2.1.4.1>     ] ;
fhir:value [ fhir:v "SE1234567890-GXDV" ]
  ] ) ; # 
  fhir:name [ fhir:v "Södertandläkarna Gränden"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "08-4421160" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "Granden@sodertandlakarna.se" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address ( [
fhir:use [ fhir:v "work" ] ;
fhir:type [ fhir:v "postal" ] ;
    ( fhir:line [ fhir:v "Västgötagränd 9" ] ) ;
fhir:city [ fhir:v "Stockholm" ] ;
fhir:postalCode [ fhir:v "11828" ] ;
fhir:country [ fhir:v "SE" ]
  ] ) . #