@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://ths-greifswald.de/fhir/epix/Person/Person-example-1> a fhir:Person ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Person-example-1"] ; # 
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2021-06-17T08:28:03.200+02:00"^^xsd:dateTime ] ;
     fhir:profile ( [
       fhir:v "https://ths-greifswald.de/fhir/StructureDefinition/epix/Person"^^xsd:anyURI ;
       fhir:l <https://ths-greifswald.de/fhir/StructureDefinition/epix/Person>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Person Person-example-1</b></p><a name=\"Person-example-1\"> </a><a name=\"hcPerson-example-1\"> </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\">Last updated: 2021-06-17 08:28:03+0200</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Person.html\">Person</a></p></div><p><b>identifier</b>: <code>https://ths-greifswald.de/fhir/epix/identifier/MPI</code>/1001000000066</p><p><b>managingOrganization</b>: Identifier: MIRACUM</p><p><b>active</b>: true</p><blockquote><p><b>link</b></p><p><b>target</b>: <a href=\"https://simplifier.net/resolve?scope=de.einwilligungsmanagement@2.0.2&amp;canonical=http://fhir.org/packages/de.einwilligungsmanagement/Patient/52\">Patient/52</a></p></blockquote><blockquote><p><b>link</b></p><p><b>target</b>: <a href=\"https://simplifier.net/resolve?scope=de.einwilligungsmanagement@2.0.2&amp;canonical=http://fhir.org/packages/de.einwilligungsmanagement/Patient/53\">Patient/53</a></p><p><b>assurance</b>: Level 4</p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "https://ths-greifswald.de/fhir/epix/identifier/MPI"^^xsd:anyURI ;
       fhir:l <https://ths-greifswald.de/fhir/epix/identifier/MPI>
     ] ;
     fhir:value [ fhir:v "1001000000066" ]
  ] ) ; # 
  fhir:managingOrganization [
     fhir:identifier [
       fhir:value [ fhir:v "MIRACUM" ]
     ]
  ] ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:link ( [
     fhir:target [
       fhir:l <https://ths-greifswald.de/fhir/epix/Patient/52> ;
       fhir:reference [ fhir:v "Patient/52" ]
     ]
  ] [
     fhir:target [
       fhir:l <https://ths-greifswald.de/fhir/epix/Patient/53> ;
       fhir:reference [ fhir:v "Patient/53" ]
     ] ;
     fhir:assurance [ fhir:v "level4" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

