VhDir Implementation Guide CI Build: STU2 Ballot

This page is part of the Validated Healthcare Directory FHIR IG (v0.2.0: STU 1 Ballot 2) based on FHIR v3.5.0. . For a full list of available versions, see the Directory of published versions

Turtle Format: ValueSet-valueset-validationprocess

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-validationprocess"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>VhDir Validation Process</h2><div><p>Documents the external source validation requirements for this element or set of elements.</p>\n</div><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <a href=\"CodeSystem-codesystem-validation.html\"><code>http://hl7.org/fhir/uv/vhdir/CodeSystem/codesystem-validation</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-codesystem-validation.html#codesystem-validation-editcheck\">editcheck</a></td><td>Edit check</td><td>Indicates the element or resource is validated for format, range, presence, or other similar properties.</td></tr><tr><td><a href=\"CodeSystem-codesystem-validation.html#codesystem-validation-valueset\">valueset</a></td><td>Valueset</td><td>Indicates the element or resource is validated against a value set.</td></tr><tr><td><a href=\"CodeSystem-codesystem-validation.html#codesystem-validation-extsource\">extsource</a></td><td>External source</td><td>Indicates the element or resource is validated against an external source.</td></tr><tr><td><a href=\"CodeSystem-codesystem-validation.html#codesystem-validation-standalone\">standalone</a></td><td>Stand alone</td><td>Indicates the element or resource is validated by itself and is unrelated to other elements or resources.</td></tr><tr><td><a href=\"CodeSystem-codesystem-validation.html#codesystem-validation-incontext\">incontext</a></td><td>In context</td><td>Indicates the element or resource is validated by the existence or value of another related element or resource.</td></tr><tr><td><a href=\"CodeSystem-codesystem-validation.html#codesystem-validation-attester\">attester</a></td><td>Attester</td><td>Attester</td></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/uv/vhdir/ValueSet/valueset-validationprocess"];
  fhir:ValueSet.version [ fhir:value "0.2.0"];
  fhir:ValueSet.name [ fhir:value "VhDirValidationProcess"];
  fhir:ValueSet.title [ fhir:value "VhDir Validation Process"];
  fhir:ValueSet.status [ fhir:value "active"];
  fhir:ValueSet.date [ fhir:value "2018-02-21"^^xsd:date];
  fhir:ValueSet.publisher [ fhir:value "HL7 International"];
  fhir:ValueSet.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "other" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]     ]
  ];
  fhir:ValueSet.description [ fhir:value "Documents the external source validation requirements for this element or set of elements."];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/uv/vhdir/CodeSystem/codesystem-validation" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "editcheck" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "valueset" ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "extsource" ]       ], [
         fhir:index 3;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "standalone" ]       ], [
         fhir:index 4;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "incontext" ]       ], [
         fhir:index 5;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "attester" ]       ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.