RIVO Noord Zorgviewer MVP2 Implementation Guide
0.2.1 - CI build Netherlands flag

RIVO Noord Zorgviewer MVP2 Implementation Guide - Local Development build (v0.2.1). See the Directory of published versions

: Chipsoft Patient Example - 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 "9819C39260647B5DE61609CDF1FA1C434552D65014AFDEA2EB877A576B055DF1"] ; # 
  fhir:meta [
    ( fhir:profile [ fhir:v "http://fhir.nl/fhir/StructureDefinition/nl-core-patient"^^xsd:anyURI ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Johan Johan J. XXX_Helleman_Afblijven </b> male, DoB: 1964-07-25 ( id: 999911120)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td>false</td><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td><span title=\"Codes: {http://hl7.org/fhir/v3/MaritalStatus M}\">Married</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Known multipleBirth status of Patient\">Multiple Birth:</td><td colspan=\"3\">false</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Details:</td><td colspan=\"3\"><ul><li><a href=\"tel:+31612345678\">+31612345678</a></li><li><a href=\"mailto:XXX_Helleman@hotmail.com\">XXX_Helleman@hotmail.com</a></li><li>Knolweg 1000 STITSWERD 9999XA NL (HOME)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient contact\">Contact</td><td colspan=\"3\"><ul><li>Jannie J.P.M van Putten Helleman </li><li>Relationships: <span title=\"Codes: {http://hl7.org/fhir/v3/RoleCode WIFE}\">Echtgenote</span>, <span title=\"Codes: {urn:oid:2.16.840.1.113883.2.4.3.11.22.472 1}\">Eerste relatie/contactpersoon</span></li><li>Knolweg 1000 STITSWERD 9999XA NL </li><li><a href=\"tel:+31612345678\">+31612345678</a></li><li><a href=\"mailto:XXX_Helleman@hotmail.com\">XXX_Helleman@hotmail.com</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>General Practitioner: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.2.8&amp;canonical=https://simplifier.net/packages/nictiz.fhir.nl.stu3.zib2017/2.2.8/Practitioner/efc2bedd-0501-48be-a487-8e133f3b7884\">Practitioner/efc2bedd-0501-48be-a487-8e133f3b7884: Practitioner with name: 'Huisarts Onbekend'.</a></li></ul></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://fhir.nl/fhir/NamingSystem/bsn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "999911120" ]
  ] ) ; # 
  fhir:name ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order"^^xsd:anyURI ] ;
fhir:value [ fhir:v "NL1" ]     ] ) ;
fhir:family [
fhir:v "XXX_Helleman_Afblijven" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-own-name"^^xsd:anyURI ] ;
fhir:value [ fhir:v "XXX_Helleman_Afblijven" ]       ] )     ] ;
    ( fhir:given [
fhir:v "Johan" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "BR" ]       ] )     ] [
fhir:v "Johan" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "CL" ]       ] )     ] [
fhir:v "J." ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "IN" ]       ] )     ] )
  ] ) ; # 
  fhir:telecom ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/v3/AddressUse"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MC" ] ;
fhir:display [ fhir:v "Mobile Phone" ]         ] ) ;
fhir:text [ fhir:v "Mobile Phone" ]       ]     ] ) ;
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+31612345678" ] ;
fhir:use [ fhir:v "mobile" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "XXX_Helleman@hotmail.com" ]
  ] ) ; # 
  fhir:gender [
fhir:v "male" ;
    ( fhir:extension [
fhir:url [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/code-specification"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/v3/AdministrativeGender"^^xsd:anyURI ] ;
fhir:code [ fhir:v "M" ] ;
fhir:display [ fhir:v "Male" ]         ] ) ;
fhir:text [ fhir:v "Male" ]       ]     ] )
  ] ; # 
  fhir:birthDate [ fhir:v "1964-07-25"^^xsd:date] ; # 
  fhir:deceased [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:address ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/zib-AddressInformation-AddressType"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/v3/AddressUse"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HP" ] ;
fhir:display [ fhir:v "Primary Home" ]         ] ) ;
fhir:text [ fhir:v "Primary Home" ]       ]     ] ) ;
fhir:use [ fhir:v "home" ] ;
    ( fhir:line [
fhir:v "Knolweg 1000" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Knolweg" ]       ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1000" ]       ] )     ] ) ;
fhir:city [ fhir:v "STITSWERD" ] ;
fhir:district [ fhir:v "HET HOGELAND" ] ;
fhir:postalCode [ fhir:v "9999XA" ] ;
fhir:country [
fhir:v "NL" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/code-specification"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
          ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NL" ] ;
fhir:display [ fhir:v "Netherlands (the)" ]           ] ) ;
fhir:text [ fhir:v "Netherlands (the)" ]         ]       ] )     ]
  ] ) ; # 
  fhir:maritalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/v3/MaritalStatus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "M" ] ;
fhir:display [ fhir:v "Married" ]     ] ) ;
fhir:text [ fhir:v "Married" ]
  ] ; # 
  fhir:multipleBirth [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:contact ( [
    ( fhir:relationship [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/v3/RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "WIFE" ] ;
fhir:display [ fhir:v "Wife" ]       ] ) ;
fhir:text [ fhir:v "Echtgenote" ]     ] [
      ( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.4.3.11.22.472"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Eerste relatie/contactpersoon" ]       ] ) ;
fhir:text [ fhir:v "Eerste relatie/contactpersoon" ]     ] ) ;
fhir:name [
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order"^^xsd:anyURI ] ;
fhir:value [ fhir:v "NL4" ]       ] ) ;
fhir:family [
fhir:v "van Putten Helleman" ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix"^^xsd:anyURI ] ;
fhir:value [ fhir:v "van" ]         ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-own-name"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Putten" ]         ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-partner-name"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Helleman" ]         ] )       ] ;
      ( fhir:given [
fhir:v "Jannie" ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "BR" ]         ] )       ] [
fhir:v "J.P.M" ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "IN" ]         ] )       ] )     ] ;
    ( fhir:telecom [
      ( fhir:extension [
fhir:url [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
          ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/v3/AddressUse"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MC" ] ;
fhir:display [ fhir:v "Mobile Phone" ]           ] ) ;
fhir:text [ fhir:v "Mobile Phone" ]         ]       ] ) ;
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+31612345678" ] ;
fhir:use [ fhir:v "mobile" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "XXX_Helleman@hotmail.com" ] ;
fhir:use [ fhir:v "home" ]     ] ) ;
fhir:address [
      ( fhir:line [
fhir:v "Knolweg 1000" ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Knolweg" ]         ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1000" ]         ] )       ] ) ;
fhir:city [ fhir:v "STITSWERD" ] ;
fhir:district [ fhir:v "HET HOGELAND" ] ;
fhir:postalCode [ fhir:v "9999XA" ] ;
fhir:country [
fhir:v "NL" ;
        ( fhir:extension [
fhir:url [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/code-specification"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
            ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NL" ] ;
fhir:display [ fhir:v "Netherlands (the)" ]             ] ) ;
fhir:text [ fhir:v "Netherlands (the)" ]           ]         ] )       ]     ]
  ] ) ; # 
  fhir:generalPractitioner ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/practitionerrole-reference"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "PractitionerRole/BBB541253D6EB35B0D3641B1D6797B988CDB2B5FAD52C1C8BAC39480D7E44274" ] ;
fhir:display [ fhir:v "Practitioner role with function: 'primary care physician'." ]       ]     ] ) ;
fhir:reference [ fhir:v "Practitioner/efc2bedd-0501-48be-a487-8e133f3b7884" ] ;
fhir:display [ fhir:v "Practitioner with name: 'Huisarts Onbekend'." ]
  ] ) . #