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: ValueSet-valueset-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:ValueSet;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "valueset-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 value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-testscript-profile-origin-types.html\"><code>http://terminology.hl7.org/CodeSystem/testscript-profile-origin-types</code></a></li><li>Include all codes defined in <a href=\"CodeSystem-codesystem-testscript-profile-origin-types.html\"><code>http://touchstone.aegis.net/touchstone/fhir/testing/CodeSystem/codesystem-testscript-profile-origin-types</code></a></li></ul></div>"
];
fhir:ValueSet.url [ fhir:value "http://touchstone.aegis.net/touchstone/fhir/testing/ValueSet/valueset-testscript-profile-origin-types"];
fhir:ValueSet.version [ fhir:value "1.6.0"];
fhir:ValueSet.name [ fhir:value "AEGISTouchstoneTestingTestScriptProfileOriginTypesValueSet"];
fhir:ValueSet.title [ fhir:value "AEGIS Touchstone Testing TestScript TestScript Profile Origin Types ValueSet"];
fhir:ValueSet.status [ fhir:value "active"];
fhir:ValueSet.date [ fhir:value "2023-02-08"^^xsd:date];
fhir:ValueSet.publisher [ fhir:value "AEGIS.net, Inc."];
fhir:ValueSet.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:ValueSet.description [ fhir:value "The AEGIS Touchstone Testing TestScript Profile Origin Types ValueSet defines a set of codes that are used to indicate the supported profile origin types of a testing engine or tool."];
fhir:ValueSet.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:ValueSet.purpose [ fhir:value "For TestScript authors to identify the allowed set of profile origin types values."];
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0;
fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/testscript-profile-origin-types" ] ], [
fhir:index 1;
fhir:ValueSet.compose.include.system [ fhir:value "http://touchstone.aegis.net/touchstone/fhir/testing/CodeSystem/codesystem-testscript-profile-origin-types" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.