AddCommunication Implementation Guide
2.2 - version 2.2

This page is part of the Release of AddCommunication IG (v2.2: Release) based on FHIR (HL7® FHIR® Standard) v5.0.0. . For a full list of available versions, see the Directory of published versions

: MinimalHealthcareService - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:HealthcareService ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "MinimalHealthcareService"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/CommunicationHealthCareService"^^xsd:anyURI ;
fhir:link <http://bki.skane.se/invanartjanster/fhir/StructureDefinition/CommunicationHealthCareService>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService MinimalHealthcareService</b></p><a name=\"MinimalHealthcareService\"> </a><a name=\"hcMinimalHealthcareService\"> </a><a name=\"MinimalHealthcareService-en-US\"> </a><p><b>location</b>: <a href=\"Location-MaximalInvitationLocation.html\">Location</a></p><p><b>name</b>: Psykiatri Lund</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Telecom</b></td></tr><tr><td style=\"display: none\">*</td><td>ph: 040-1234567</td></tr></table></div>"
  ] ; # 
  fhir:location ( [
fhir:reference [ fhir:v "Location/MaximalInvitationLocation" ] ;
fhir:display [ fhir:v "Location" ]
  ] ) ; # 
  fhir:name [ fhir:v "Psykiatri Lund"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "040-1234567" ]     ] )
  ] ) . #