@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://nuts-foundation.github.io/nl-generic-functions-ig/Patient/27e58ece-409e-44f9-8cc1-b33495a0ef9d> a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "27e58ece-409e-44f9-8cc1-b33495a0ef9d"] ;
  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 "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient 27e58ece-409e-44f9-8cc1-b33495a0ef9d</b></p><a name=\"27e58ece-409e-44f9-8cc1-b33495a0ef9d\"> </a><a name=\"hc27e58ece-409e-44f9-8cc1-b33495a0ef9d\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.nl-core@0.12.0-beta.4&amp;canonical=http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient\">nl core Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Jaantje Merkens  Female, DoB: 1950-02-26 ( http://organization2.example.org/EHR/patients#vdfesz)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\"><code>http://fhir.nl/fhir/NamingSystem/bsn</code>/111222333</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+31612345678\">+31612345678</a></li><li><a href=\"mailto:j.merkens@bigtech.com\">j.merkens@bigtech.com</a></li><li>Kerkstraat 18 Ulft 7071 WZ </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization-cff921f3-c1c1-4a4c-8f0f-cafd0aa25067.html\">Organization 2</a></li></ul></td></tr></table></div>"
  ] ;
  fhir:Patient.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "http://organization2.example.org/EHR/patients" ] ;
     fhir:Identifier.value [ fhir:value "vdfesz" ] ;
     fhir:Identifier.assigner [
       fhir:Reference.identifier [
         fhir:Identifier.type [
           fhir:CodeableConcept.coding [
             fhir:index 0 ;
             fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/provenance-participant-type" ] ;
             fhir:Coding.code [ fhir:value "author" ]
           ]
         ] ;
         fhir:Identifier.system [ fhir:value "http://fhir.nl/fhir/NamingSystem/ura" ] ;
         fhir:Identifier.value [ fhir:value "22222222" ]
       ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Identifier.system [ fhir:value "http://fhir.nl/fhir/NamingSystem/bsn" ] ;
     fhir:Identifier.value [ fhir:value "111222333" ]
  ] ;
  fhir:Patient.name [
     fhir:index 0 ;
     fhir:HumanName.family [ fhir:value "Merkens" ] ;
     fhir:HumanName.given [
       fhir:value "Jaantje" ;
       fhir:index 0
     ]
  ] ;
  fhir:Patient.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "+31612345678" ]
  ], [
     fhir:index 1 ;
     fhir:ContactPoint.system [ fhir:value "email" ] ;
     fhir:ContactPoint.value [ fhir:value "j.merkens@bigtech.com" ]
  ] ;
  fhir:Patient.gender [ fhir:value "female"] ;
  fhir:Patient.birthDate [ fhir:value "1950-02-26"^^xsd:date] ;
  fhir:Patient.address [
     fhir:index 0 ;
     fhir:Address.line [
       fhir:value "Kerkstraat 18" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Ulft" ] ;
     fhir:Address.postalCode [ fhir:value "7071 WZ" ]
  ] ;
  fhir:Patient.managingOrganization [
     fhir:link <http://nuts-foundation.github.io/nl-generic-functions-ig/Organization/cff921f3-c1c1-4a4c-8f0f-cafd0aa25067> ;
     fhir:Reference.reference [ fhir:value "Organization/cff921f3-c1c1-4a4c-8f0f-cafd0aa25067" ] ;
     fhir:Reference.display [ fhir:value "Organization 2" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://nuts-foundation.github.io/nl-generic-functions-ig/Patient/27e58ece-409e-44f9-8cc1-b33495a0ef9d.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

