Aggregator Adapter for QuickFHIR
1.0.0 - draft

Aggregator Adapter for QuickFHIR - Local Development build (v1.0.0). See the Directory of published versions

: Adapter - 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:_DeviceDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Adapter"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://quickfhir.cloud/ig/@blackpear/quickfhir-aws-adapter-aggregator/StructureDefinition/AdapterDefinition"^^xsd:anyURI ;
fhir:link <https://quickfhir.cloud/ig/@blackpear/quickfhir-aws-adapter-aggregator/StructureDefinition/AdapterDefinition>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: DeviceDefinition</b><a name=\"Adapter\"> </a></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 DeviceDefinition &quot;Adapter&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-AdapterDefinition.html\">AdapterDefinition</a></p></div><p><b style=\"color: maroon\">Exception generating Narrative: Unknown modifier extension https://quickfhir.cloud/fhir/StructureDefinition/device-config-schema-extension</b></p></div>"
  ] ; # 
  fhir:modifierExtension ( [
fhir:url [ fhir:v "https://quickfhir.cloud/fhir/StructureDefinition/device-config-schema-extension"^^xsd:anyURI ] ;
fhir:value [ fhir:v "{\n  \"$schema\": \"https://json-schema.org/draft/2019-09/schema\",\n  \"type\": \"object\",\n  \"properties\": {\n    \"endpoints\": {\n      \"type\": \"array\",\n      \"items\": [\n        {\n          \"type\": \"object\",\n          \"properties\": {\n            \"url\": {\n              \"type\": \"string\"\n            },\n            \"informationSource\": {\n              \"type\": \"object\",\n              \"properties\": {\n                \"reference\": {\n                  \"type\": \"string\"\n                },\n                \"type\": {\n                  \"type\": \"string\"\n                }\n              },\n              \"required\": [\n                \"reference\",\n                \"type\"\n              ]\n            }\n          },\n          \"required\": [\n            \"url\",\n            \"informationSource\"\n          ]\n        }\n      ]\n    },\n    \"http\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"timeouts\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"response\": {\n              \"type\": \"integer\"\n            },\n            \"deadline\": {\n              \"type\": \"integer\"\n            }\n          },\n          \"required\": [\n            \"response\",\n            \"deadline\"\n          ]\n        },\n        \"via\": {\n          \"type\": \"string\"\n        }\n      },\n      \"required\": [\n        \"timeouts\"\n      ]\n    }\n  },\n  \"required\": [\n    \"endpoints\",\n    \"http\"\n  ]\n}" ]
  ] [
fhir:url [ fhir:v "https://quickfhir.cloud/fhir/StructureDefinition/endpoint-config-schema-extension"^^xsd:anyURI ] ;
fhir:value [ fhir:v "{}" ]
  ] ) ; # 
  fhir:manufacturer [ fhir:v "Black Pear Software Limited"] ; # 
  fhir:deviceName ( [
fhir:name [ fhir:v "@blackpear.quickfhir-aws-adapter-aggregator" ] ;
fhir:type [ fhir:v "model-name" ]
  ] [
fhir:name [ fhir:v "Aggregator adaptor" ] ;
fhir:type [ fhir:v "user-friendly-name" ]
  ] ) ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "https://quickfhir.cloud/fhir/CodeSystem/device-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "adapter" ] ;
fhir:display [ fhir:v "QuickFHIR Adapter" ]     ] )
  ] ; # 
  fhir:property ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "https://quickfhir.cloud/fhir/CodeSystem/adapter-property"^^xsd:anyURI ] ;
fhir:code [ fhir:v "router" ]       ] )     ] ;
    ( fhir:valueCode [
      ( fhir:coding [
fhir:system [ fhir:v "https://quickfhir.cloud/fhir/CodeSystem/router-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "aws-fhirworks-v1" ] ;
fhir:display [ fhir:v "AWS FHIRWorks router" ]       ] )     ] )
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "https://quickfhir.cloud/fhir/CodeSystem/adapter-property"^^xsd:anyURI ] ;
fhir:code [ fhir:v "secrets-manager-config" ]       ] )     ]
  ] ) ; # 
  fhir:onlineInformation [ fhir:v ""^^xsd:anyURI] ; # 
  fhir:note ( [
fhir:text [ fhir:v "QuickFHIR Adapter that provides an API endpoint consistent with the existing SIDeR endpoints" ]
  ] ) . #