@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.ch/ig/ch-umzh-connect/Condition/SuspectedACLRupture> a fhir:Condition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SuspectedACLRupture"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.ch/ig/ch-etoc/StructureDefinition/ch-etoc-primary-diagnosis"^^xsd:anyURI ;
       fhir:link <http://fhir.ch/ig/ch-etoc/StructureDefinition/ch-etoc-primary-diagnosis>
     ] )
  ] ; # 
  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: Condition SuspectedACLRupture</b></p><a name=\"SuspectedACLRupture\"> </a><a name=\"hcSuspectedACLRupture\"> </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=\"http://fhir.ch/ig/ch-etoc/3.0.1/StructureDefinition-ch-etoc-primary-diagnosis.html\">CH eTOC Primary Diagnosis Condition</a></p></div><p><b>category</b>: <span title=\"Codes:{http://fhir.ch/ig/ch-etoc/CodeSystem/ch-etoc-conditioncategory primary-diagnosis}\">Primary Diagnosis</span></p><p><b>code</b>: <span title=\"Codes:\">Rupture left ACL</span></p><p><b>subject</b>: <a href=\"Patient-PetraMeier.html\">Petra Meier  Female, DoB: 1992-03-26 ( Medical record number)</a></p><p><b>note</b>: </p><blockquote><div><ul>\n<li>Suspected rupture of the left anterior cruciate ligament after an accident.</li>\n<li>Clinical examination reveals pain, swelling and subjective instability of the left knee, with a clearly positive Lachman test indicating anterior cruciate ligament insufficiency.</li>\n</ul>\n</div></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://fhir.ch/ig/ch-etoc/CodeSystem/ch-etoc-conditioncategory"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "primary-diagnosis" ]
     ] )
  ] ) ; # 
  fhir:code [
     fhir:text [ fhir:v "Rupture left ACL" ]
  ] ; # 
  fhir:subject [
     fhir:link <http://fhir.ch/ig/ch-umzh-connect/Patient/PetraMeier> ;
     fhir:reference [ fhir:v "Patient/PetraMeier" ]
  ] ; # 
  fhir:note ( [
     fhir:text [ fhir:v "- Suspected rupture of the left anterior cruciate ligament after an accident.\n- Clinical examination reveals pain, swelling and subjective instability of the left knee, with a clearly positive Lachman test indicating anterior cruciate ligament insufficiency." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

