Nictiz FHIR NL STU3 Zib2017
1.3.15 - CI Build

Nictiz FHIR NL STU3 Zib2017 - Local Development build (v1.3.15) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: null - 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 "nl-core-releatedperson-02"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "3" ] ;
fhir:lastUpdated [ fhir:v "2016-12-08T14:07:59.978+00:00"^^xsd:dateTime ] ;
    ( fhir:profile [ fhir:v "http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson"^^xsd:anyURI ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <div>Henk de Haas</div>\n            <div>\n                <a href=\"tel:0612345990\">0612345990</a> (Tel Werk), <a href=\"mailto:dehaas@work.com\">dehaas@work.com</a> (E-mail Werk)</div>\n            <div>Straatweg 12bII, 1200AA Woonplaats, NLD (officieel Privé Post/Bezoek)</div>\n            <div>\n                <span title=\"husband (HUSB - v3/RoleCode)\">husband</span> van <a href=\"Patient/nl-core-patient-03\">Irma Jongeneel-de Haas</a>\n            </div>\n        </div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson-role"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( 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:patient [
fhir:reference [ fhir:v "Patient/nl-core-patient-03" ] ;
fhir:display [ fhir:v "Irma Jongeneel-de Haas" ]
  ] ; # 
  fhir:relationship [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/v3/RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HUSB" ] ;
fhir:display [ fhir:v "husband" ]     ] )
  ] ; # 
  fhir:name ( [
fhir:family [
fhir:v "de Haas" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix"^^xsd:anyURI ] ;
fhir:value [ fhir:v "de " ]       ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-own-name"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Haas" ]       ] )     ] ;
    ( fhir:given [ fhir:v "Henk" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [
fhir:v "phone" ;
      ( 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/AddressUse"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MC" ] ;
fhir:display [ fhir:v "Mobiel telefoonnummer" ]           ] )         ]       ] )     ] ;
fhir:value [ fhir:v "0612345990" ] ;
fhir:use [
fhir:v "work" ;
      ( 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/AddressUse"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MC" ] ;
fhir:display [ fhir:v "Mobiel telefoonnummer" ]           ] )         ]       ] )     ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "dehaas@work.com" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://fhir.nl/fhir/StructureDefinition/nl-core-address-official"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] ) ;
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "both" ] ;
    ( fhir:line [
fhir:v "Straatweg 12bII" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Straatweg" ]       ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12" ]       ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-buildingNumberSuffix"^^xsd:anyURI ] ;
fhir:value [ fhir:v "bII" ]       ] )     ] ) ;
fhir:city [ fhir:v "Woonplaats" ] ;
fhir:postalCode [ fhir:v "1200AA" ] ;
fhir:country [
fhir:v "NLD" ;
      ( 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:oid:2.16.840.1.113883.2.4.4.16.34"^^xsd:anyURI ] ;
fhir:code [ fhir:v "6030" ] ;
fhir:display [ fhir:v "Nederland" ]           ] )         ]       ] )     ]
  ] ) . #