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
: MaximalInvitationLocation - 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:Location ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "MaximalInvitationLocation"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/CommunicationLocation"^^xsd:anyURI ;
fhir:link <http://bki.skane.se/invanartjanster/fhir/StructureDefinition/CommunicationLocation> ] )
] ; #
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: Location MaximalInvitationLocation</b></p><a name=\"MaximalInvitationLocation\"> </a><a name=\"hcMaximalInvitationLocation\"> </a><a name=\"MaximalInvitationLocation-en-US\"> </a><p><b>address</b>: Lasarettgatan 1 Byggnad B Plan 8 Lund 221 23 Sverige </p></div>"
] ; #
fhir:address [
( fhir:line [ fhir:v "Lasarettgatan 1" ] [ fhir:v "Byggnad B" ] [ fhir:v "Plan 8" ] ) ;
fhir:city [ fhir:v "Lund" ] ;
fhir:district [ fhir:v "Skåne" ] ;
fhir:postalCode [ fhir:v "221 23" ] ;
fhir:country [ fhir:v "Sverige" ] ;
fhir:period [
fhir:start [ fhir:v "2015-02-03"^^xsd:date ] ;
fhir:end [ fhir:v "2029-09-30"^^xsd:date ] ]
] . #