@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 -------------------------------------------------------------------

<http://nictiz.nl/fhir/Condition/nl-core-Problem-01> a fhir:Condition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "nl-core-Problem-01"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://nictiz.nl/fhir/StructureDefinition/nl-core-Problem"^^xsd:anyURI ;
       fhir:link <http://nictiz.nl/fhir/StructureDefinition/nl-core-Problem>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Condition</b><a name=\"nl-core-Problem-01\"> </a></p><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\">Resource Condition &quot;nl-core-Problem-01&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-nl-core-Problem.html\">nl core Problem</a></p></div><p><b>clinicalStatus</b>: Inactive <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-condition-clinical.html\">Condition Clinical Status Codes</a>#inactive)</span></p><p><b>verificationStatus</b>: Confirmed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-condition-ver-status.html\">ConditionVerificationStatus</a>#confirmed; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#410605003 &quot;Aanwezigheid bevestigd&quot;)</span></p><p><b>category</b>: Klacht <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#409586006)</span></p><p><b>code</b>: Oedeem <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#267038008)</span></p><p><b>bodySite</b>: 344001 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#344001)</span></p><p><b>subject</b>: <a href=\"Patient-nl-core-Patient-01.html\">Patient/nl-core-Patient-01: Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen</a> &quot; VAN PUTTEN-VAN DER GIESSEN&quot;</p><p><b>onset</b>: 2012-08-10</p><p><b>abatement</b>: 2021-01-01</p><p><b>note</b>: Geleidelijk in de loop van dagen erger geworden. Geen roodheid of pijn.</p></div>"
  ] ; # 
  fhir:clinicalStatus [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "inactive" ] ;
       fhir:display [ fhir:v "Inactive" ]
     ] )
  ] ; # 
  fhir:verificationStatus [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "confirmed" ] ;
       fhir:display [ fhir:v "Confirmed" ]
     ] [
       a sct:410605003 ;
       fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "410605003" ] ;
       fhir:display [ fhir:v "Aanwezigheid bevestigd" ]
     ] )
  ] ; # 
  fhir:category ( [
     fhir:coding ( [
       a sct:409586006 ;
       fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "409586006" ] ;
       fhir:display [ fhir:v "Klacht" ]
     ] )
  ] ) ; # 
  fhir:code [
     fhir:extension ( [
       fhir:url [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/ext-Problem.FurtherSpecificationProblemName"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "Nog meer specificatie nodig" ]
     ] ) ;
     fhir:coding ( [
       a sct:267038008 ;
       fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "267038008" ] ;
       fhir:display [ fhir:v "Oedeem" ]
     ] )
  ] ; # 
  fhir:bodySite ( [
     fhir:extension ( [
       fhir:url [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/ext-AnatomicalLocation.Laterality"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           a sct:7771000 ;
           fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "7771000" ] ;
           fhir:display [ fhir:v "Links" ]
         ] )
       ]
     ] ) ;
     fhir:coding ( [
       a sct:344001 ;
       fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "344001" ]
     ] )
  ] ) ; # 
  fhir:subject [
     fhir:link <http://nictiz.nl/fhir/Patient/nl-core-Patient-01> ;
     fhir:reference [ fhir:v "Patient/nl-core-Patient-01" ] ;
     fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ;
     fhir:display [ fhir:v "Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen" ]
  ] ; # 
  fhir:onset [ fhir:v "2012-08-10"^^xsd:date] ; # 
  fhir:abatement [ fhir:v "2021-01-01"^^xsd:date] ; # 
  fhir:note ( [
     fhir:text [ fhir:v "Geleidelijk in de loop van dagen erger geworden. Geen roodheid of pijn." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

