PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.phd@2.0.0-ballot2
    http://hl7.org/fhir/uv/phd/CapabilityStatement/PhdFHIRServer
{
  "description": "Capability statement. This statement indicates what the server must support and accept to work with this Guide. Though the CapabilityStatement indicates, for example, that the server must support the Device resource, it does not mean the server must save the Device resource. The use case may only be interested in the Observation and Patient resources. What it does mean is that the server cannot generate an error when the PHG uploads a Device resource or references a Device resource that it has uploaded.",
  "_filename": "CapabilityStatement-PhdFHIRServer.json",
  "package_name": "hl7.fhir.uv.phd",
  "format": [ "json", "xml" ],
  "date": "2018-10-27",
  "publisher": "HL7 International / Health Care Devices",
  "fhirVersion": "4.0.1",
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm"
    } ]
  } ],
  "name": "PhdFHIRServer",
  "type": null,
  "experimental": null,
  "resourceType": "CapabilityStatement",
  "title": "PHD IG FHIR Observation Server requirements",
  "package_version": "2.0.0-ballot2",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "dev"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 1,
    "_valueInteger": {
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
        "valueCanonical": "http://hl7.org/fhir/uv/phd/ImplementationGuide/hl7.fhir.uv.phd"
      } ]
    }
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode": "trial-use",
    "_valueCode": {
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
        "valueCanonical": "http://hl7.org/fhir/uv/phd/ImplementationGuide/hl7.fhir.uv.phd"
      } ]
    }
  } ],
  "status": "active",
  "id": "6b32efb7-d9bb-4442-bdf9-3f21da686003",
  "kind": "requirements",
  "url": "http://hl7.org/fhir/uv/phd/CapabilityStatement/PhdFHIRServer",
  "version": "2.0.0-ballot2",
  "contact": [ {
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/healthcaredevices",
      "system": "url"
    } ]
  } ],
  "rest": [ {
    "mode": "server",
    "resource": [ {
      "type": "Bundle",
      "interaction": [ {
        "code": "create"
      } ],
      "documentation": "The server is required to support the transaction Bundle and the resolution of temporal logical ids."
    }, {
      "type": "Patient",
      "interaction": [ {
        "code": "update"
      }, {
        "code": "create"
      } ],
      "updateCreate": true,
      "conditionalCreate": true,
      "conditionalUpdate": true
    }, {
      "type": "Device",
      "interaction": [ {
        "code": "update"
      }, {
        "code": "create"
      } ],
      "updateCreate": true,
      "conditionalCreate": true,
      "conditionalUpdate": true
    }, {
      "type": "Observation",
      "interaction": [ {
        "code": "create"
      } ],
      "conditionalCreate": true
    } ],
    "security": {
      "service": [ {
        "coding": [ {
          "code": "OAuth",
          "system": "http://terminology.hl7.org/CodeSystem/restful-security-service"
        }, {
          "code": "Basic",
          "system": "http://terminology.hl7.org/CodeSystem/restful-security-service"
        } ]
      } ],
      "description": "The OAuth security model is described elsewhere."
    },
    "interaction": [ {
      "code": "transaction"
    } ],
    "documentation": "PHD IG FHIR Observation Server requirements"
  } ]
}