Onyx Consent Authorization SAFHIR Implementation and Operations Guide
0.0.2 - ci-build

Onyx Consent Authorization SAFHIR Implementation and Operations Guide - Local Development build (v0.0.2). See the Directory of published versions

: ExamplePlanNetEndpoint - 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:Endpoint;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "ExamplePlanNetEndpoint"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2021-09-21T23:59:00.0+00:00"^^xsd:dateTime ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Endpoint";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Endpoint>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"ExamplePlanNetEndpoint\" Updated \"Sep 22, 2021, 12:59:00 AM\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/davinci-pdex-plan-net/STU1/StructureDefinition-plannet-Endpoint.html\">Plan-Net Endpoint</a></p></div><p><b>status</b>: active</p><p><b>connectionType</b>: HL7 FHIR (Details: http://terminology.hl7.org/CodeSystem/endpoint-connection-type code hly-fhir-rest = 'hly-fhir-rest', stated as 'HL7 FHIR')</p><p><b>name</b>: Provider Directory</p><p><b>managingOrganization</b>: <a href=\"Organization/Payer1\">Organization/Payer1</a></p><p><b>period</b>: 2021-09-21 --&gt; (ongoing)</p><p><b>payloadType</b>: Not Applicable <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/davinci-pdex-plan-net/STU1/CodeSystem-EndpointPayloadTypeCS.html\">Endpoint Payload Types</a>#NA)</span></p><p><b>payloadMimeType</b>: application/json</p><p><b>address</b>: <a href=\"https://example.com/fhir/v1/api/provider-directory/metadata\">https://example.com/fhir/v1/api/provider-directory/metadata</a></p></div>"
  ];
  fhir:Endpoint.status [ fhir:value "active"];
  fhir:Endpoint.connectionType [
     fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" ];
     fhir:Coding.code [ fhir:value "hly-fhir-rest" ];
     fhir:Coding.display [ fhir:value "HL7 FHIR" ]
  ];
  fhir:Endpoint.name [ fhir:value "Provider Directory"];
  fhir:Endpoint.managingOrganization [
     fhir:Reference.reference [ fhir:value "Organization/Payer1" ]
  ];
  fhir:Endpoint.period [
     fhir:Period.start [ fhir:value "2021-09-21"^^xsd:date ]
  ];
  fhir:Endpoint.payloadType [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/EndpointPayloadTypeCS" ];
       fhir:Coding.code [ fhir:value "NA" ];
       fhir:Coding.display [ fhir:value "Not Applicable" ]     ]
  ];
  fhir:Endpoint.payloadMimeType [
     fhir:value "application/json";
     fhir:index 0
  ];
  fhir:Endpoint.address [ fhir:value "https://example.com/fhir/v1/api/provider-directory/metadata"].

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

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