Whereami QuickFHIR adapter
1.0.11 - draft

Whereami QuickFHIR adapter - Local Development build (v1.0.11). See the Directory of published versions

: Adapter - JSON Representation

Raw json | Download


{
  "resourceType" : "DeviceDefinition",
  "id" : "Adapter",
  "meta" : {
    "profile" : [
      "http://quickfhir.cloud/blackpear/quickfhir-aws-adapter-whereami/StructureDefinition/AdapterDefinition"
    ]
  },
  "text" : {
    "status" : "generated",
    "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>"
  },
  "modifierExtension" : [
    {
      "url" : "https://quickfhir.cloud/fhir/StructureDefinition/device-config-schema-extension",
      "valueString" : "{\n\t\"$schema\": \"https://json-schema.org/draft/2019-09/schema\",\n    \"type\": \"object\",\n    \"properties\": {\n    \t\"name\": {\n            \"description\": \"Default FHIR Location.name (Name of the location as used by humans)\",\n        \t\"type\": \"string\"\n        }\n    },\n    \"required\": [\"name\"]\n}"
    },
    {
      "url" : "https://quickfhir.cloud/fhir/StructureDefinition/endpoint-config-schema-extension",
      "valueString" : "{}"
    }
  ],
  "manufacturerString" : "Black Pear Software Limited",
  "deviceName" : [
    {
      "name" : "@blackpear.quickfhir-aws-adapter-whereami",
      "type" : "model-name"
    },
    {
      "name" : "Where Am I?",
      "type" : "user-friendly-name"
    }
  ],
  "type" : {
    "coding" : [
      {
        "system" : "https://quickfhir.cloud/fhir/CodeSystem/device-type",
        "code" : "adapter",
        "display" : "QuickFHIR Adapter"
      }
    ]
  },
  "property" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "https://quickfhir.cloud/fhir/CodeSystem/adapter-property",
            "code" : "router"
          }
        ]
      },
      "valueCode" : [
        {
          "coding" : [
            {
              "system" : "https://quickfhir.cloud/fhir/CodeSystem/router-type",
              "code" : "aws-fhirworks-v1",
              "display" : "AWS FHIRWorks router"
            }
          ]
        }
      ]
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "https://quickfhir.cloud/fhir/CodeSystem/adapter-property",
            "code" : "secrets-manager-config"
          }
        ]
      }
    }
  ],
  "onlineInformation" : "https://documenter.getpostman.com/view/3171863/TVzUEc59",
  "note" : [
    {
      "text" : "A very simple endpoint to explore QuickFHIR setup."
    },
    {
      "text" : "Supports read:Location where id='whereami'.\nThe Location resource has a name populated from the Adapter configuration."
    }
  ]
}