PACIO Sample Data Depot, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/paciowg/sample-data-fsh/ and changes regularly. See the Directory of published versions
: Connectathon Sample Data Codes - TTL Representation
Raw ttl | Download
@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 -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "sample-temp-cs"] ; #
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: CodeSystem sample-temp-cs</b></p><a name=\"sample-temp-cs\"> </a><a name=\"hcsample-temp-cs\"> </a><p>This case-sensitive code system <code>http://mitre.org/paciowg/CodeSystem/sample-temp-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">drug-therapy-problem<a name=\"sample-temp-cs-drug-therapy-problem\"> </a></td><td>Drug therapy problem identified</td><td>Information in a care plan that pertains to problems or health concerns related to a given drug therapy.</td></tr><tr><td style=\"white-space:nowrap\">suboptimal-therapy<a name=\"sample-temp-cs-suboptimal-therapy\"> </a></td><td>Suboptimal therapy</td><td>Information in a care plan that pertains to problems or health concerns related to a given drug therapy.</td></tr><tr><td style=\"white-space:nowrap\">risk-assessment<a name=\"sample-temp-cs-risk-assessment\"> </a></td><td>Risk assessment</td><td>Assessment of risk factor identified in the medication action plan</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://mitre.org/paciowg/CodeSystem/sample-temp-cs"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "SampleDataTempCS"] ; #
fhir:title [ fhir:v "Connectathon Sample Data Codes"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v true] ; #
fhir:date [ fhir:v "2025-08-26T21:40:15+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "MITRE"] ; #
fhir:contact ( [
fhir:name [ fhir:v "MITRE" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.mitre.org" ] ] )
] [
fhir:name [ fhir:v "May Terry" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mayT@mitre.org" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) ; #
fhir:description [ fhir:v "Codes to be used as placeholders until they have a formal assigned code from a recognized terminology steward"] ; #
fhir:copyright [ fhir:v "This CodeSystem is not copyrighted."] ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "drug-therapy-problem" ] ;
fhir:display [ fhir:v "Drug therapy problem identified" ] ;
fhir:definition [ fhir:v "Information in a care plan that pertains to problems or health concerns related to a given drug therapy." ]
] [
fhir:code [ fhir:v "suboptimal-therapy" ] ;
fhir:display [ fhir:v "Suboptimal therapy" ] ;
fhir:definition [ fhir:v "Information in a care plan that pertains to problems or health concerns related to a given drug therapy." ]
] [
fhir:code [ fhir:v "risk-assessment" ] ;
fhir:display [ fhir:v "Risk assessment" ] ;
fhir:definition [ fhir:v "Assessment of risk factor identified in the medication action plan" ]
] ) . #