PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.smp@1.0.0
    http://hl7.org/fhir/us/smp/CapabilityStatement/smp-client
{
  "description": "This resource defines the expected capabilities of the SMP Server actor when conforming to the SMP IG and It is expected that it will be used in conjunction with the US Core CapabilityStatement. Together they describe the complete list of actual profiles and RESTful operations supported by SMP clients. SMP Client requirements may also be impacted by the rules of local jurisdictions or other contextual requirements.",
  "_filename": "CapabilityStatement-smp-client.json",
  "package_name": "hl7.fhir.us.smp",
  "format": [ "json", "xml" ],
  "_format": [ {
    "extension": [ {
      "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
      "valueCode": "SHALL"
    } ]
  }, {
    "extension": [ {
      "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
      "valueCode": "SHOULD"
    } ]
  } ],
  "date": "2024-04-29T00:00:00-06:00",
  "publisher": "HL7 International / Pharmacy",
  "fhirVersion": "4.0.1",
  "jurisdiction": [ {
    "coding": [ {
      "code": "US",
      "system": "urn:iso:std:iso:3166",
      "display": "United States of America"
    } ]
  } ],
  "name": "SMP_Client",
  "type": null,
  "experimental": null,
  "resourceType": "CapabilityStatement",
  "title": null,
  "package_version": "1.0.0",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "phx"
  }, {
    "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/us/smp/ImplementationGuide/hl7.fhir.us.smp"
      } ]
    }
  }, {
    "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/us/smp/ImplementationGuide/hl7.fhir.us.smp"
      } ]
    }
  } ],
  "status": "active",
  "id": "2120d7d1-f177-4a43-acf3-e455d07bf430",
  "kind": "requirements",
  "url": "http://hl7.org/fhir/us/smp/CapabilityStatement/smp-client",
  "version": "1.0.0",
  "contact": [ {
    "name": "HL7 International / Pharmacy",
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/medication",
      "system": "url"
    }, {
      "value": "pharmacylists@lists.hl7.org",
      "system": "email"
    } ]
  }, {
    "name": "Andy Stechishin",
    "telecom": [ {
      "value": "mailto:andy.stechishin@gmail.com",
      "system": "email"
    } ]
  } ],
  "rest": [ {
    "mode": "client",
    "resource": [ {
      "type": "List",
      "interaction": [ {
        "code": "read",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "Allows retrieval medication details."
      } ],
      "supportedProfile": [ "http://hl7.org/fhir/us/smp/StructureDefinition/smp-medication-list" ]
    }, {
      "type": "MedicationStatement",
      "interaction": [ {
        "code": "read",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "Allows retrieval medication details."
      } ],
      "supportedProfile": [ "http://hl7.org/fhir/us/smp/StructureDefinition/smp-medicationstatement" ]
    }, {
      "type": "Medication",
      "interaction": [ {
        "code": "read",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHOULD"
        } ],
        "documentation": "Allows retrieval medication details.  (Support is mandatory if the system supports Medications)"
      } ],
      "supportedProfile": [ "http://hl7.org/fhir/us/smp/StructureDefinition/smp-medication" ]
    }, {
      "type": "MedicationRequest",
      "interaction": [ {
        "code": "read",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHOULD"
        } ],
        "documentation": "Allows retrieval .  (Support is mandatory if the system supports MedicationRequests)"
      } ],
      "supportedProfile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest" ]
    }, {
      "type": "MedicationAdministration",
      "interaction": [ {
        "code": "read",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHOULD"
        } ],
        "documentation": "Allows retrieval medication details.  (Support is mandatory if the system supports MedicationAdministrations)"
      } ],
      "supportedProfile": [ "http://hl7.org/fhir/us/smp/StructureDefinition/smp-medicationadministration" ]
    }, {
      "type": "Patient",
      "interaction": [ {
        "code": "read",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "Required for identification and retrieval of patient medication information"
      } ],
      "supportedProfile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient" ]
    }, {
      "type": "Bundle",
      "interaction": [ {
        "code": "read",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "MAY"
        } ],
        "documentation": "Allows retrieval using extended bundles and submission of new medication list to a repository."
      } ],
      "supportedProfile": [ "http://hl7.org/fhir/us/smp/StructureDefinition/smp-bundle", "http://hl7.org/fhir/us/smp/StructureDefinition/smp-bundle-transaction" ]
    } ]
  } ]
}