Canonical Resource Management Infrastructure Implementation Guide
1.0.0-ballot - Ballot International flag

This page is part of the Canonical Resource Management Infrastructure Implementation Guide (v1.0.0-ballot: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: library-evaluation-service-example - JSON Representation

Draft as of 2016-09-16

Raw json | Download


{
  "resourceType" : "CapabilityStatement",
  "id" : "library-evaluation-service-example",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-capabilitystatement"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>LibraryEvaluationServiceCapabilityStatementExample</h2><div><p>Basic conformance statement for a Library Evaluation Service. A server can support more fucntionality    than defined here, but this is the minimum amount</p>\n</div><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td><div><p>RESTful Library Evaluation Service</p>\n</div></td></tr><tr><td>Transaction</td><td></td></tr><tr><td>System History</td><td></td></tr><tr><td>System Search</td><td></td></tr></table><table><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th><b title=\"GET a resource (read interaction)\">Read</b></th><th><b title=\"GET all set of resources of the type (search interaction)\">Search</b></th><th><b title=\"PUT a new resource version (update interaction)\">Update</b></th><th><b title=\"POST a new resource (create interaction)\">Create</b></th></tr><tr><td>Library</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/Library\">http://hl7.org/fhir/StructureDefinition/Library</a></td><td>y</td><td>y</td><td></td><td></td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/uv/crmi/CapabilityStatement/library-evaluation-service-example",
  "version" : "1.0.0-ballot",
  "name" : "LibraryEvaluationServiceCapabilityStatementExample",
  "title" : "Library Evaluation Service Capability Statement Example",
  "status" : "draft",
  "date" : "2016-09-16",
  "publisher" : "Clinical Decision Support WG",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description" : "Basic conformance statement for a Library Evaluation Service. A server can support more fucntionality    than defined here, but this is the minimum amount",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "kind" : "instance",
  "instantiates" : [
    "http://hl7.org/fhir/knowledge-repository"
  ],
  "software" : {
    "name" : "ACME Library Evaluation Service"
  },
  "implementation" : {
    "description" : "This service supports basic library repository features as well as library evaluation using the $evaluate operation.",
    "url" : "https://example.org/fhir"
  },
  "fhirVersion" : "4.0.1",
  "format" : [
    "json",
    "xml"
  ],
  "rest" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/cqf-supportedCqlVersion",
          "valueString" : "1.5"
        },
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/cqf-supportedCqlVersion",
          "valueString" : "1.4"
        }
      ],
      "mode" : "server",
      "documentation" : "RESTful Library Evaluation Service",
      "security" : {
        "cors" : true,
        "service" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/restful-security-service",
                "code" : "Certificates"
              }
            ]
          }
        ]
      },
      "resource" : [
        {
          "type" : "Library",
          "profile" : "http://hl7.org/fhir/StructureDefinition/Library",
          "interaction" : [
            {
              "code" : "read",
              "documentation" : "Read allows clients to get the logical definitions of the libraries"
            },
            {
              "code" : "search-type",
              "documentation" : "Search allows clients to find libraries on the server"
            }
          ],
          "searchParam" : [
            {
              "name" : "description",
              "definition" : "http://hl7.org/fhir/SearchParameter/Library-description",
              "type" : "string"
            },
            {
              "name" : "identifier",
              "definition" : "http://hl7.org/fhir/SearchParameter/Library-identifier",
              "type" : "token"
            },
            {
              "name" : "status",
              "definition" : "http://hl7.org/fhir/SearchParameter/Library-status",
              "type" : "token"
            },
            {
              "name" : "title",
              "definition" : "http://hl7.org/fhir/SearchParameter/Library-title",
              "type" : "string"
            },
            {
              "name" : "topic",
              "definition" : "http://hl7.org/fhir/SearchParameter/Library-topic",
              "type" : "token"
            },
            {
              "name" : "version",
              "definition" : "http://hl7.org/fhir/SearchParameter/Library-version",
              "type" : "token"
            },
            {
              "name" : "url",
              "definition" : "http://hl7.org/fhir/SearchParameter/Library-url",
              "type" : "uri"
            }
          ]
        }
      ],
      "operation" : [
        {
          "name" : "evaluate",
          "definition" : "http://hl7.org/fhir/OperationDefinition/Library-evaluate"
        }
      ]
    }
  ]
}