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 Practitioner 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:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "b5160776-43dc-43e1-9bb7-a6e3edf8e63d"] ; # 
  fhir:meta [
    ( fhir:profile [ fhir:v "http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner"^^xsd:anyURI ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>Practitioner resource:</h3><ul><li><p><strong>Identification:</strong> &#x27; 2.16.840.1.113883.2.4.6.1, 03123456&#x27;</p></li><li><p><strong>Name:</strong> &#x27;Lisette (L.) van Cruijningen de Winter&#x27;</p></li><li><p><strong>Phone number:</strong> &#x27;&#x2B;3120&#x27;</p></li><li><p><strong>Address</strong> &#x27;Tt.Melissaweg 1033SP Amsterdam (AMSTERDAM)&#x27;</p></li></ul></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://fhir.nl/fhir/NamingSystem/agb-z"^^xsd:anyURI ] ;
fhir:value [ fhir:v "03123456" ]
  ] ) ; # 
  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 Cruijningen de Winter" ;
      ( 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 "Cruijningen" ]       ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix"^^xsd:anyURI ] ;
fhir:value [ fhir:v "de" ]       ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-partner-name"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Winter" ]       ] )     ] ;
    ( fhir:given [
fhir:v "Lisette" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "CL" ]       ] )     ] [
fhir:v "L." ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "IN" ]       ] )     ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+3120" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  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 "DIR" ] ;
fhir:display [ fhir:v "Work Place" ]         ] ) ;
fhir:text [ fhir:v "Work Place" ]       ]     ] ) ;
fhir:use [ fhir:v "work" ] ;
    ( fhir:line [
fhir:v "Tt.Melissaweg" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Tt.Melissaweg" ]       ] )     ] ) ;
fhir:city [ fhir:v "Amsterdam" ] ;
fhir:district [ fhir:v "AMSTERDAM" ] ;
fhir:postalCode [ fhir:v "1033SP" ]
  ] ) . #