@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://hl7.cz/fhir/ps/DeviceUseStatement/26011fd3-3b12-49bb-90b5-a75fcea4811e> a fhir:DeviceUseStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "26011fd3-3b12-49bb-90b5-a75fcea4811e"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://hl7.cz/fhir/core/StructureDefinition/deviceUseStatement-cz-core" ;
       fhir:index -1 ;
       fhir:link <https://hl7.cz/fhir/core/StructureDefinition/deviceUseStatement-cz-core>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  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: DeviceUseStatement 26011fd3-3b12-49bb-90b5-a75fcea4811e</b></p><a name=\"26011fd3-3b12-49bb-90b5-a75fcea4811e\"> </a><a name=\"hc26011fd3-3b12-49bb-90b5-a75fcea4811e\"> </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://build.fhir.org/ig/HL7-cz/cz-core/StructureDefinition-deviceUseStatement-cz-core.html\">Device Use Statement (CZ core)</a></p></div><p><b>status</b>: Active</p><p><b>subject</b>: <a href=\"Bundle-PatientSummary-Mracena-L3.html#urn-uuid-f21b91f9-5e7a-47b9-a884-cbc720257590\">Mračena Mrakomorová  Female, DoB: 1971-11-26 ( https://ncez.mzcr.cz/fhir/sid/rid#2066425387)</a></p><p><b>timing</b>: 2023-04-10</p><p><b>device</b>: <a href=\"Bundle-PatientSummary-Mracena-L3.html#urn-uuid-6b957a32-3505-4f1c-b13f-263dd5cb0eec\">Device: identifier = http://example.org/medical-devices#device-001; manufacturer = Medtronic; modelNumber = W1DR01; type = Cardiac pacemaker</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 I50}\">Heart failure</span></p><p><b>reasonReference</b>: <a href=\"Bundle-PatientSummary-Mracena-L3.html#urn-uuid-8e620d4e-74fd-486b-ba57-0f0895f24f26\">Condition Atrial fibrillation</a></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 51185008}\">Thoracic structure</span></p></div>"
  ] ;
  fhir:DeviceUseStatement.status [ fhir:value "active"] ;
  fhir:DeviceUseStatement.subject [
     fhir:Reference.reference [ fhir:value "urn:uuid:f21b91f9-5e7a-47b9-a884-cbc720257590" ]
  ] ;
  fhir:DeviceUseStatement.timingDateTime [ fhir:value "2023-04-10"^^xsd:date] ;
  fhir:DeviceUseStatement.device [
     fhir:Reference.reference [ fhir:value "urn:uuid:6b957a32-3505-4f1c-b13f-263dd5cb0eec" ]
  ] ;
  fhir:DeviceUseStatement.reasonCode [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/icd-10" ] ;
       fhir:Coding.code [ fhir:value "I50" ] ;
       fhir:Coding.display [ fhir:value "Heart failure" ]
     ]
  ] ;
  fhir:DeviceUseStatement.reasonReference [
     fhir:index -1 ;
     fhir:Reference.reference [ fhir:value "urn:uuid:8e620d4e-74fd-486b-ba57-0f0895f24f26" ]
  ] ;
  fhir:DeviceUseStatement.bodySite [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a sct:51185008 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "51185008" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<https://hl7.cz/fhir/ps/DeviceUseStatement/26011fd3-3b12-49bb-90b5-a75fcea4811e.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

