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

: CommunicationPatient - 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:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CommunicationPatient"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/CommunicationPatient"^^xsd:anyURI ;
fhir:link <http://bki.skane.se/invanartjanster/fhir/StructureDefinition/CommunicationPatient>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">CommunicationPatient</div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:1.2.752.129.2.1.3.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "191905121233" ]
  ] ) ; # 
  fhir:name ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/extMiddleName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Mellanman" ]     ] ) ;
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "Ture Testman" ] ;
fhir:family [ fhir:v "Testman" ] ;
    ( fhir:given [ fhir:v "Ture" ] ) ;
fhir:period [
fhir:start [ fhir:v "2019-12-26T14:14:12.000Z"^^xsd:dateTime ]     ]
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "sms" ] ;
fhir:value [ fhir:v "0589-234321" ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1905-05-12"^^xsd:date] ; # 
  fhir:address ( [
fhir:use [ fhir:v "home" ] ;
    ( fhir:line [ fhir:v "Testgatan 12" ] [ fhir:v "Våning 4" ] [ fhir:v "C/O Nisse Testman" ] ) ;
fhir:city [ fhir:v "Lund" ] ;
fhir:district [ fhir:v "Skåne" ] ;
fhir:postalCode [ fhir:v "222 63" ] ;
fhir:country [ fhir:v "Sverige" ]
  ] [
fhir:use [ fhir:v "temp" ] ;
    ( fhir:line [ fhir:v "Feriegatan 12" ] ) ;
fhir:city [ fhir:v "Varberg" ] ;
fhir:district [ fhir:v "Halland" ] ;
fhir:postalCode [ fhir:v "234 52" ] ;
fhir:country [ fhir:v "Sverige" ]
  ] ) ; # 
  fhir:link ( [
fhir:other [
fhir:reference [ fhir:v "RelatedPerson/CommunicationRelatedPerson" ]     ] ;
fhir:type [ fhir:v "seealso" ]
  ] ) . #