@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 -------------------------------------------------------------------

<http://fhir.ehdsi.eu/eps/DeviceUseStatement/ExampleDeviceUseStatementEps> a fhir:DeviceUseStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleDeviceUseStatementEps"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.ehdsi.eu/eps/StructureDefinition/deviceUseStatement-eps-myhealtheu"^^xsd:anyURI ;
       fhir:l <http://fhir.ehdsi.eu/eps/StructureDefinition/deviceUseStatement-eps-myhealtheu>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DeviceUseStatement ExampleDeviceUseStatementEps</b></p><a name=\"ExampleDeviceUseStatementEps\"> </a><a name=\"hcExampleDeviceUseStatementEps\"> </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=\"StructureDefinition-deviceUseStatement-eps-myhealtheu.html\">DeviceUseStatement: EPS</a></p></div><p><b>status</b>: Active</p><p><b>subject</b>: <a href=\"Patient-1d4bbc93-63b7-4f2b-8f0f-8380aa138f49.html\">John Albertus Doe  Male, DoB: 1989-12-12 ( https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin#89121210976 (use: official, ))</a></p><p><b>timing</b>: Absent because : unknown</p><p><b>device</b>: <a href=\"Device-ExampleDeviceEps.html\">Device: identifier = http://www.example.org#04012345678901; status = active; manufacturer = Acme Medical Devices Inc.; manufactureDate = 2024-06-15; expirationDate = 2029-06-15; lotNumber = LOT987654321; serialNumber = SN1234567890; type = Intraventricular pump</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:subject [
     fhir:l <http://fhir.ehdsi.eu/eps/Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49> ;
     fhir:reference [ fhir:v "Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49" ]
  ] ; # 
  fhir:timing [
     a fhir:DateTime ;
     fhir:extension ( [
       fhir:url [
         fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/StructureDefinition/data-absent-reason>
       ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "unknown"
       ]
     ] )
  ] ; # 
  fhir:device [
     fhir:l <http://fhir.ehdsi.eu/eps/Device/ExampleDeviceEps> ;
     fhir:reference [ fhir:v "Device/ExampleDeviceEps" ]
  ] . # 

# -------------------------------------------------------------------------------------

