Whereami QuickFHIR adapter
1.0.11 - draft
Whereami QuickFHIR adapter - Local Development build (v1.0.11). See the Directory of published versions
@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:Resource.id [ fhir:value "Adapter"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://quickfhir.cloud/blackpear/quickfhir-aws-adapter-whereami/StructureDefinition/AdapterDefinition";
fhir:index 0;
fhir:link <http://quickfhir.cloud/blackpear/quickfhir-aws-adapter-whereami/StructureDefinition/AdapterDefinition> ]
];
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><p><b style=\"color: maroon\">Exception generating Narrative: Unknown modifier extension https://quickfhir.cloud/fhir/StructureDefinition/device-config-schema-extension</b></p></div>"
];
fhir:DomainResource.modifierExtension [
fhir:index 0;
fhir:Extension.url [ fhir:value "https://quickfhir.cloud/fhir/StructureDefinition/device-config-schema-extension" ];
fhir:Extension.valueString [ fhir:value "{\n \"$schema\": \"https://json-schema.org/draft/2019-09/schema\",\n \"type\": \"object\",\n \"properties\": {\n \"name\": {\n \"description\": \"Default FHIR Location.name (Name of the location as used by humans)\",\n \"type\": \"string\"\n }\n },\n \"required\": [\"name\"]\n}" ]
], [
fhir:index 1;
fhir:Extension.url [ fhir:value "https://quickfhir.cloud/fhir/StructureDefinition/endpoint-config-schema-extension" ];
fhir:Extension.valueString [ fhir:value "{}" ]
];
fhir:DeviceDefinition.manufacturerString [ fhir:value "Black Pear Software Limited"];
fhir:DeviceDefinition.deviceName [
fhir:index 0;
fhir:DeviceDefinition.deviceName.name [ fhir:value "@blackpear.quickfhir-aws-adapter-whereami" ];
fhir:DeviceDefinition.deviceName.type [ fhir:value "model-name" ]
], [
fhir:index 1;
fhir:DeviceDefinition.deviceName.name [ fhir:value "Where Am I?" ];
fhir:DeviceDefinition.deviceName.type [ fhir:value "user-friendly-name" ]
];
fhir:DeviceDefinition.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "https://quickfhir.cloud/fhir/CodeSystem/device-type" ];
fhir:Coding.code [ fhir:value "adapter" ];
fhir:Coding.display [ fhir:value "QuickFHIR Adapter" ] ]
];
fhir:DeviceDefinition.property [
fhir:index 0;
fhir:DeviceDefinition.property.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "https://quickfhir.cloud/fhir/CodeSystem/adapter-property" ];
fhir:Coding.code [ fhir:value "router" ] ] ];
fhir:DeviceDefinition.property.valueCode [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "https://quickfhir.cloud/fhir/CodeSystem/router-type" ];
fhir:Coding.code [ fhir:value "aws-fhirworks-v1" ];
fhir:Coding.display [ fhir:value "AWS FHIRWorks router" ] ] ]
], [
fhir:index 1;
fhir:DeviceDefinition.property.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "https://quickfhir.cloud/fhir/CodeSystem/adapter-property" ];
fhir:Coding.code [ fhir:value "secrets-manager-config" ] ] ]
];
fhir:DeviceDefinition.onlineInformation [ fhir:value "https://documenter.getpostman.com/view/3171863/TVzUEc59"];
fhir:DeviceDefinition.note [
fhir:index 0;
fhir:Annotation.text [ fhir:value "A very simple endpoint to explore QuickFHIR setup." ]
], [
fhir:index 1;
fhir:Annotation.text [ fhir:value "Supports read:Location where id='whereami'.\nThe Location resource has a name populated from the Adapter configuration." ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.