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

: MaximalPatient - 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 "MaximalPatient"] ; # 
  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\"><p class=\"res-header-id\"><b>Generated Narrative: Patient MaximalPatient</b></p><a name=\"MaximalPatient\"> </a><a name=\"hcMaximalPatient\"> </a><a name=\"MaximalPatient-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Max Maximus(official) Female, DoB: 2001-06-11 ( urn:oid:1.2.752.129.2.1.3.1#200106116783)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>0781-341212</li><li>Mixvägen 23 4e våningen Portkod 5677 Bjuv 231 18 Sverige (home)</li><li>Ferievägen 100 Lgh 1120 Kod 6789 Karlskrona 345 53 Sverige (temp)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Also see: <a href=\"RelatedPerson-MaximalRelatedPersonNOK.html\">RelatedPerson Kalle Kusin(official)</a></li><li>Also see: <a href=\"RelatedPerson-MaximalRelatedPersonGUARD.html\">RelatedPerson Mamma Maximus(official)</a></li></ul></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:1.2.752.129.2.1.3.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "200106116783" ]
  ] ) ; # 
  fhir:name ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/extMiddleName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Midi" ]     ] ) ;
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "Max Maximus" ] ;
fhir:family [ fhir:v "Maximus" ] ;
    ( fhir:given [ fhir:v "Max" ] ) ;
fhir:period [
fhir:start [ fhir:v "2001-06-11T14:14:12.000Z"^^xsd:dateTime ]     ]
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "sms" ] ;
fhir:value [ fhir:v "0781-341212" ]
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "2001-06-11"^^xsd:date] ; # 
  fhir:address ( [
fhir:use [ fhir:v "home" ] ;
    ( fhir:line [ fhir:v "Mixvägen 23" ] [ fhir:v "4e våningen" ] [ fhir:v "Portkod 5677" ] ) ;
fhir:city [ fhir:v "Bjuv" ] ;
fhir:district [ fhir:v "Skåne" ] ;
fhir:postalCode [ fhir:v "231 18" ] ;
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 ]     ]
  ] [
fhir:use [ fhir:v "temp" ] ;
    ( fhir:line [ fhir:v "Ferievägen 100" ] [ fhir:v "Lgh 1120" ] [ fhir:v "Kod 6789" ] ) ;
fhir:city [ fhir:v "Karlskrona" ] ;
fhir:district [ fhir:v "Blekinge" ] ;
fhir:postalCode [ fhir:v "345 53" ] ;
fhir:country [ fhir:v "Sverige" ] ;
fhir:period [
fhir:start [ fhir:v "2024-06-30"^^xsd:date ] ;
fhir:end [ fhir:v "2024-09-30"^^xsd:date ]     ]
  ] ) ; # 
  fhir:link ( [
fhir:other [
fhir:reference [ fhir:v "RelatedPerson/MaximalRelatedPersonNOK" ]     ] ;
fhir:type [ fhir:v "seealso" ]
  ] [
fhir:other [
fhir:reference [ fhir:v "RelatedPerson/MaximalRelatedPersonGUARD" ]     ] ;
fhir:type [ fhir:v "seealso" ]
  ] ) . #