DK MedCom Condition List
1.0.0 - ci-build

DK MedCom Condition List, published by MedCom. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medcomdk/dk-medcom-conditionlist/ and changes regularly. See the Directory of published versions

: Condition instance - 1st ConditionList - TTL Representation

Raw ttl | Download


@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Condition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "2f703d89-787d-418f-a804-b986aa181492"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://medcomfhir.dk/ig/conditionlist/StructureDefinition/medcom-conditionlist-condition"^^xsd:anyURI ;
fhir:link <http://medcomfhir.dk/ig/conditionlist/StructureDefinition/medcom-conditionlist-condition>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition 2f703d89-787d-418f-a804-b986aa181492</b></p><a name=\"2f703d89-787d-418f-a804-b986aa181492\"> </a><a name=\"hc2f703d89-787d-418f-a804-b986aa181492\"> </a><a name=\"2f703d89-787d-418f-a804-b986aa181492-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span></p><p><b>code</b>: <span title=\"Codes:{urn:oid:1.2.208.176.2.4.12 DE11}, {urn:oid:1.2.208.176.2.31 T90}\">Type 2-diabetes</span></p><p><b>subject</b>: <a href=\"Patient-69e475df-20c8-4f54-8cea-9843568205fd.html\">Elmer Test Hansen (official) Male, DoB: 1947-09-25 ( urn:oid:1.2.208.176.1.2#2509479989)</a></p><p><b>onset</b>: 2020-02-20</p><p><b>recordedDate</b>: 2023-03-15</p><p><b>note</b>: Patienten er særligt ramt af træthed grundet sygdommen.</p></div>"
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "problem-list-item" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "urn:oid:1.2.208.176.2.4.12"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DE11" ] ;
fhir:display [ fhir:v "Type 2-diabetes" ]     ] [
fhir:system [ fhir:v "urn:oid:1.2.208.176.2.31"^^xsd:anyURI ] ;
fhir:code [ fhir:v "T90" ] ;
fhir:display [ fhir:v "Diabetes type 2" ]     ] ) ;
fhir:text [ fhir:v "Type 2-diabetes" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/69e475df-20c8-4f54-8cea-9843568205fd" ]
  ] ; # 
  fhir:onset [ fhir:v "2020-02-20"^^xsd:date] ; # 
  fhir:recordedDate [ fhir:v "2023-03-15"^^xsd:date] ; # 
  fhir:note ( [
fhir:text [ fhir:v "Patienten er særligt ramt af træthed grundet sygdommen." ]
  ] ) . #