0.0.1 - CI Build

SequoiaProjectHealthcareDirectoryImplementationGuideSTU3 - Local Development build (v0.0.1). See the Directory of published versions

: Hub Routing Status - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ValueSet;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "HubRoutingStatus"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-02-11T22:58:35.678+00:00"^^xsd:dateTime ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-HubRoutingStatus.html\"><code>https://sequoiaproject.org/fhir/sphd-stu3/CodeSystem/HubRoutingStatus</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>ResponderOnly</td><td>ResponderOnly</td><td>This organization can respond to requests routed through the eHx Hub.  This organization cannot yet initiate requests through the Hub</td></tr><tr><td>InitiatorOnly</td><td>InitatorOnly</td><td/></tr><tr><td>InitiatorAndResponder</td><td>InitiatorAndResponder</td><td>This organization can respond to requests received from the Hub and also initiate requests to the Hub</td></tr><tr><td>HubTesting</td><td>HubTesting</td><td>This organization can respond to requests received from the Hub and also initiate requests to the Hub.  This state is supported to allow Participants to perform Hub-specific testing, and should be considered a temporary state.  This is independent of the AdministrativeStatus of “Testing”</td></tr><tr><td>LegacyRouting</td><td>LegacyRouting</td><td>this organization should exchange directly with Participants and not route thru the Hub</td></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "https://sequoiaproject.org/fhir/sphd-stu3/ValueSet/HubRoutingStatus"];
  fhir:ValueSet.version [ fhir:value "0.0.1"];
  fhir:ValueSet.name [ fhir:value "HubRoutingStatus"];
  fhir:ValueSet.title [ fhir:value "Hub Routing Status"];
  fhir:ValueSet.status [ fhir:value "draft"];
  fhir:ValueSet.date [ fhir:value "2020-09-11T00:14:55-04:00"^^xsd:dateTime];
  fhir:ValueSet.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "The Sequoia Project" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "https://sequoiaproject.org/" ]     ]
  ];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "https://sequoiaproject.org/fhir/sphd-stu3/CodeSystem/HubRoutingStatus" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "ResponderOnly" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "ResponderOnly" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "InitiatorOnly" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "InitatorOnly" ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "InitiatorAndResponder" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "InitiatorAndResponder" ]       ], [
         fhir:index 3;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "HubTesting" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "HubTesting" ]       ], [
         fhir:index 4;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "LegacyRouting" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "LegacyRouting" ]       ]     ]
  ].

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

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