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 - 3rd 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Condition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "41cd63cb-45b7-4b07-a202-f2ab918dec60"] ; #
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 41cd63cb-45b7-4b07-a202-f2ab918dec60</b></p><a name=\"41cd63cb-45b7-4b07-a202-f2ab918dec60\"> </a><a name=\"hc41cd63cb-45b7-4b07-a202-f2ab918dec60\"> </a><a name=\"41cd63cb-45b7-4b07-a202-f2ab918dec60-en-US\"> </a><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 15240007}\">Current</span></p><p><b>code</b>: <span title=\"Codes:{urn:oid:1.2.208.176.2.31 R05}\">R05</span></p><p><b>subject</b>: <a href=\"Patient-ea75a3fe-b8f7-4326-9a12-8c950c63dd6f.html\">Aya Test Berggren (official) Female, DoB: 2023-05-05 ( urn:oid:1.2.208.176.1.2#0505239996)</a></p><p><b>recordedDate</b>: 2024-07-01</p></div>"
] ; #
fhir:category ( [
( fhir:coding [
a sct:15240007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "15240007" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "urn:oid:1.2.208.176.2.31"^^xsd:anyURI ] ;
fhir:code [ fhir:v "R05" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/ea75a3fe-b8f7-4326-9a12-8c950c63dd6f" ]
] ; #
fhir:recordedDate [ fhir:v "2024-07-01"^^xsd:date] . #