Koppelmij Implementation Guide
0.1.0 - ci-build

Koppelmij Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ProviderTasks-Patient-De-Groot - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/Patient/ProviderTasks-Patient-De-Groot> a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ProviderTasks-Patient-De-Groot"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient" ;
       fhir:index 0 ;
       fhir:link <http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "empty" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">No human-readable text provided in this case.</div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "code" ] ;
       fhir:Extension.valueCodeableConcept [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.2.4.4.16.32" ] ;
           fhir:Coding.code [ fhir:value "0001" ] ;
           fhir:Coding.display [ fhir:value "Nederlandse" ]
         ]
       ]
     ] ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/patient-nationality" ]
  ] ;
  fhir:Patient.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "http://fhir.nl/fhir/NamingSystem/bsn" ] ;
     fhir:Identifier.value [
       fhir:Element.extension [
         fhir:index 0 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/data-absent-reason" ] ;
         fhir:Extension.valueCode [ fhir:value "masked" ]
       ]
     ]
  ] ;
  fhir:Patient.name [
     fhir:index 0 ;
     fhir:HumanName.use [ fhir:value "official" ] ;
     fhir:HumanName.text [ fhir:value "Koos de Groot" ] ;
     fhir:HumanName.family [
       fhir:value "de Groot" ;
       fhir:Element.extension [
         fhir:index 0 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix" ] ;
         fhir:Extension.valueString [ fhir:value "de" ]
       ], [
         fhir:index 1 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/humanname-own-name" ] ;
         fhir:Extension.valueString [ fhir:value "Groot" ]
       ]
     ] ;
     fhir:HumanName.given [
       fhir:value "Koos" ;
       fhir:index 0 ;
       fhir:Element.extension [
         fhir:index 0 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier" ] ;
         fhir:Extension.valueCode [ fhir:value "BR" ]
       ]
     ]
  ], [
     fhir:index 1 ;
     fhir:HumanName.use [ fhir:value "usual" ] ;
     fhir:HumanName.given [
       fhir:value "Koos" ;
       fhir:index 0
     ]
  ] ;
  fhir:Patient.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [
       fhir:value "phone" ;
       fhir:Element.extension [
         fhir:index 0 ;
         fhir:Extension.url [ fhir:value "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification" ] ;
         fhir:Extension.valueCodeableConcept [
           fhir:CodeableConcept.coding [
             fhir:index 0 ;
             fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-AddressUse" ] ;
             fhir:Coding.code [ fhir:value "MC" ] ;
             fhir:Coding.display [ fhir:value "mobile contact" ]
           ]
         ]
       ]
     ] ;
     fhir:ContactPoint.value [ fhir:value "+31612345611" ]
  ], [
     fhir:index 1 ;
     fhir:ContactPoint.system [ fhir:value "email" ] ;
     fhir:ContactPoint.value [ fhir:value "koosdegrootn@koos.com" ] ;
     fhir:ContactPoint.use [ fhir:value "home" ]
  ] ;
  fhir:Patient.gender [
     fhir:value "male" ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification" ] ;
       fhir:Extension.valueCodeableConcept [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender" ] ;
           fhir:Coding.code [ fhir:value "M" ] ;
           fhir:Coding.display [ fhir:value "Male" ]
         ]
       ]
     ]
  ] ;
  fhir:Patient.birthDate [ fhir:value "1972-09-20"^^xsd:date] ;
  fhir:Patient.deceasedBoolean [ fhir:value "false"^^xsd:boolean] ;
  fhir:Patient.address [
     fhir:index 0 ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "http://nictiz.nl/fhir/StructureDefinition/ext-AddressInformation.AddressType" ] ;
       fhir:Extension.valueCodeableConcept [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-AddressUse" ] ;
           fhir:Coding.code [ fhir:value "HP" ] ;
           fhir:Coding.display [ fhir:value "primary home" ]
         ]
       ]
     ] ;
     fhir:Address.use [ fhir:value "home" ] ;
     fhir:Address.type [ fhir:value "both" ] ;
     fhir:Address.line [
       fhir:value "Spui 70" ;
       fhir:index 0 ;
       fhir:Element.extension [
         fhir:index 0 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName" ] ;
         fhir:Extension.valueString [ fhir:value "Spui" ]
       ], [
         fhir:index 1 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber" ] ;
         fhir:Extension.valueString [ fhir:value "70" ]
       ]
     ] ;
     fhir:Address.city [ fhir:value "Den Haag" ] ;
     fhir:Address.postalCode [ fhir:value "2511 BT" ] ;
     fhir:Address.country [
       fhir:value "Nederland" ;
       fhir:Element.extension [
         fhir:index 0 ;
         fhir:Extension.url [ fhir:value "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification" ] ;
         fhir:Extension.valueCodeableConcept [
           fhir:CodeableConcept.coding [
             fhir:index 0 ;
             fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
             fhir:Coding.code [ fhir:value "NL" ] ;
             fhir:Coding.display [ fhir:value "Netherlands" ]
           ]
         ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Patient/ProviderTasks-Patient-De-Groot.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Patient/ProviderTasks-Patient-De-Groot.ttl> .