This is the Version 1.6.0 Release of the Touchstone Testing Implementation Guide, based on FHIR Version 4.0.1. See the Directory of published versions
Turtle Format: CodeSystem-codesystem-testscript-profile-origin-types
Raw ttl
@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:CodeSystem;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "codesystem-testscript-profile-origin-types"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://touchstone.aegis.net/touchstone/fhir/testing/CodeSystem/codesystem-testscript-profile-origin-types 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\">CDSH-Client<a name=\"codesystem-testscript-profile-origin-types-CDSH-Client\"> </a></td><td>CDS Hooks Client</td><td>CDS Client used to initiate operations against a CDS Service.</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "http://touchstone.aegis.net/touchstone/fhir/testing/CodeSystem/codesystem-testscript-profile-origin-types"];
fhir:CodeSystem.version [ fhir:value "1.6.0"];
fhir:CodeSystem.name [ fhir:value "AEGISTouchstoneTestingTestScriptProfileOriginTypes"];
fhir:CodeSystem.title [ fhir:value "AEGIS Touchstone Testing TestScript Profile Origin Types"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.date [ fhir:value "2023-02-08"^^xsd:date];
fhir:CodeSystem.publisher [ fhir:value "AEGIS.net, Inc."];
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://www.aegis.net" ] ]
];
fhir:CodeSystem.description [ fhir:value "This system defines a set of codes that are used to indicate the extended supported profile origin types of a testing engine or tool."];
fhir:CodeSystem.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
fhir:Coding.code [ fhir:value "US" ];
fhir:Coding.display [ fhir:value "United States of America" ] ]
];
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "CDSH-Client" ];
fhir:CodeSystem.concept.display [ fhir:value "CDS Hooks Client" ];
fhir:CodeSystem.concept.definition [ fhir:value "CDS Client used to initiate operations against a CDS Service." ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.