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

: MaximalRelatedPersonNOK - 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:RelatedPerson ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "MaximalRelatedPersonNOK"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/CommunicationRelatedPerson"^^xsd:anyURI ;
fhir:link <http://bki.skane.se/invanartjanster/fhir/StructureDefinition/CommunicationRelatedPerson>     ] )
  ] ; # 
  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: RelatedPerson MaximalRelatedPersonNOK</b></p><a name=\"MaximalRelatedPersonNOK\"> </a><a name=\"hcMaximalRelatedPersonNOK\"> </a><a name=\"MaximalRelatedPersonNOK-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:1.2.752.129.2.1.3.1</code>/197207048536</p><p><b>patient</b>: <a href=\"Patient-MaximalPatient.html\">Max Maximus(official) Female, DoB: 2001-06-11 ( urn:oid:1.2.752.129.2.1.3.1#200106116783)</a></p><p><b>relationship</b>: <span title=\"Codes:\">NOK</span></p><p><b>name</b>: Kalle Kusin(Official)</p><p><b>telecom</b>: 0732-228821</p><p><b>address</b>: </p><ul><li>Husstigen 5 Göteborg 45 612 Sverige (home)</li><li>Ferievägen 100 Lgh 1120 Kod 6789 Karlskrona 345 53 Sverige (temp)</li></ul></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:1.2.752.129.2.1.3.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "197207048536" ]
  ] ) ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/MaximalPatient" ]
  ] ; # 
  fhir:relationship ( [
    ( fhir:coding [
fhir:code [ fhir:v "NOK" ]     ] )
  ] ) ; # 
  fhir:name ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/extMiddleName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Mellansson" ]     ] ) ;
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "Kalle Kusin" ] ;
fhir:family [ fhir:v "Kusin" ] ;
    ( fhir:given [ fhir:v "Kalle" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "sms" ] ;
fhir:value [ fhir:v "0732-228821" ]
  ] ) ; # 
  fhir:address ( [
fhir:use [ fhir:v "home" ] ;
    ( fhir:line [ fhir:v "Husstigen 5" ] ) ;
fhir:city [ fhir:v "Göteborg" ] ;
fhir:district [ fhir:v "Västra Götaland" ] ;
fhir:postalCode [ fhir:v "45 612" ] ;
fhir:country [ fhir:v "Sverige" ] ;
fhir:period [
fhir:start [ fhir:v "1998-03-31"^^xsd:date ] ;
fhir:end [ fhir:v "2024-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 ]     ]
  ] ) . #