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

: Medicinkliniken, Sahlgrenska - 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 "unit-a001"] ; # 
  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 unit-a001</b></p><a name=\"unit-a001\"> </a><a name=\"hcunit-a001\"> </a><p><b>identifier</b>: <code>https://hsaid.se</code>/SE2321000016-A001</p><p><b>type</b>: <span title=\"Codes:{https://inera.se/fhir/core/CodeSystem/organization-type-se vardenhet}\">Vårdenhet</span></p><p><b>name</b>: Medicinkliniken, Sahlgrenska</p><p><b>partOf</b>: <a href=\"Organization-caregiver-0000.html\">Organization Region Västra Götaland</a></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-A001" ]
  ] ) ; # 
  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 "vardenhet" ] ;
fhir:display [ fhir:v "Vårdenhet" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Medicinkliniken, Sahlgrenska"] ; # 
  fhir:partOf [
fhir:l fhir:Organization/caregiver-0000 ;
fhir:reference [ fhir:v "Organization/caregiver-0000" ]
  ] . #