Inera Core Implementation Guide
0.2.0 - ci-build Sweden

Inera Core Implementation Guide - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Region V??stra G??taland - 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 "caregiver-0000"] ; # 
  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 caregiver-0000</b></p><a name=\"caregiver-0000\"> </a><a name=\"hccaregiver-0000\"> </a><p><b>identifier</b>: <code>https://hsaid.se</code>/SE2321000016-0000</p><p><b>type</b>: <span title=\"Codes:{https://inera.se/fhir/core/CodeSystem/organization-type-se vardgivare}\">Vårdgivare</span></p><p><b>name</b>: Region Västra Götaland</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:system [
fhir:v "https://hsaid.se"^^xsd:anyURI ;
fhir:l <https://hsaid.se>     ] ;
fhir:value [ fhir:v "SE2321000016-0000" ]
  ] ) ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [
fhir:v "https://inera.se/fhir/core/CodeSystem/organization-type-se"^^xsd:anyURI ;
fhir:l <https://inera.se/fhir/core/CodeSystem/organization-type-se>       ] ;
fhir:code [ fhir:v "vardgivare" ] ;
fhir:display [ fhir:v "Vårdgivare" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Region Västra Götaland"] . #