HL7 Europe Laboratory Report
2.0.0 - ci-build 150

HL7 Europe Laboratory Report, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/laboratory/ and changes regularly. See the Directory of published versions

: Patient: Dutch complete name - 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/nl-core-NameInformation-complete> a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "nl-core-NameInformation-complete"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient nl-core-NameInformation-complete</b></p><a name=\"nl-core-NameInformation-complete\"> </a><a name=\"hcnl-core-NameInformation-complete\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Jo  (no stated gender), DoB Unknown</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Alternate names (see the one above)\">Alt. Name:</td><td colspan=\"3\">Johanna Petronella Maria (Jo) van der Giessen-van Putten(Official)</td></tr></table></div>"
  ] ;
  fhir:Patient.name [
     fhir:index 0 ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order" ] ;
       fhir:Extension.valueCode [ fhir:value "NL3" ]
     ] ;
     fhir:HumanName.use [ fhir:value "official" ] ;
     fhir:HumanName.text [ fhir:value "Johanna Petronella Maria (Jo) van der Giessen-van Putten" ] ;
     fhir:HumanName.family [
       fhir:value "van der Giessen-van Putten" ;
       fhir:Element.extension [
         fhir:index 0 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix" ] ;
         fhir:Extension.valueString [ fhir:value "van" ]
       ], [
         fhir:index 1 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/humanname-own-name" ] ;
         fhir:Extension.valueString [ fhir:value "Putten" ]
       ], [
         fhir:index 2 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix" ] ;
         fhir:Extension.valueString [ fhir:value "van der" ]
       ], [
         fhir:index 3 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/humanname-partner-name" ] ;
         fhir:Extension.valueString [ fhir:value "Giessen" ]
       ]
     ] ;
     fhir:HumanName.given [
       fhir:value "Johanna" ;
       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:value "Petronella" ;
       fhir:index 1 ;
       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:value "Maria" ;
       fhir:index 2 ;
       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:HumanName.prefix [
       fhir:value "PhD" ;
       fhir:index 0
     ]
  ], [
     fhir:index 1 ;
     fhir:HumanName.use [ fhir:value "usual" ] ;
     fhir:HumanName.given [
       fhir:value "Jo" ;
       fhir:index 0
     ]
  ] .

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

<http://hl7.org/fhir/Patient/nl-core-NameInformation-complete.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Patient/nl-core-NameInformation-complete.ttl> .