PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.mcode@1.16.0
    http://hl7.org/fhir/us/mcode/CapabilityStatement/mcode-receiver-patients-and-cancer-conditions
{
  "description": "Uses `_include` to retrieve a Bundle of Condition resources with a code in mCODE's cancer condition value set, along with the associated Patient resources. Use ONLY when reverse chaining is not available on the system.",
  "_filename": "CapabilityStatement-mcode-receiver-patients-and-cancer-conditions.json",
  "package_name": "hl7.fhir.us.mcode",
  "format": [ "xml", "json" ],
  "date": "2020-10-30T07:15:00.000000-04:00",
  "publisher": "HL7 International Clinical Interoperability Council",
  "fhirVersion": "4.0.1",
  "jurisdiction": [ {
    "coding": [ {
      "code": "US",
      "system": "urn:iso:std:iso:3166",
      "display": "United States of America"
    } ]
  } ],
  "name": "CapabilityStatementReceiverPatientsAndCancerConditions",
  "type": null,
  "experimental": "true",
  "resourceType": "CapabilityStatement",
  "title": "mCODE Data Receiver CapabilityStatement: Get mCODE Patients (and associated Conditions) using _include",
  "package_version": "1.16.0",
  "status": "draft",
  "id": "71c5a94c-d4fc-43f6-9532-3d9f05d436be",
  "kind": "requirements",
  "implementationGuide": [ "http://hl7.org/fhir/us/mcode/ImplementationGuide/hl7.fhir.us.mcode" ],
  "url": "http://hl7.org/fhir/us/mcode/CapabilityStatement/mcode-receiver-patients-and-cancer-conditions",
  "version": "1.16.0",
  "contact": [ {
    "name": "HL7 International Clinical Interoperability Council",
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/cic",
      "system": "url"
    }, {
      "value": "ciclist@lists.HL7.org",
      "system": "email"
    } ]
  } ],
  "rest": [ {
    "mode": "client",
    "resource": [ {
      "type": "Patient",
      "interaction": [ {
        "code": "read",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ]
      } ],
      "supportedProfile": [ "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-cancer-patient" ]
    }, {
      "type": "Condition",
      "interaction": [ {
        "code": "search-type",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "Identify Patient resources conforming to mCODE's CancerPatient profile via searching for conditions in a specific ValueSet."
      } ],
      "searchParam": [ {
        "name": "code:in",
        "type": "uri",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "definition": "http://hl7.org/fhir/us/mcode/SearchParameter/Condition-code"
      } ],
      "searchInclude": [ "Condition:subject" ],
      "supportedProfile": [ "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-cancer-patient" ]
    }, {
      "type": "Group",
      "interaction": [ {
        "code": "search-type",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "Retrieve Group of references to Patient resources conforming to mCODE."
      } ],
      "searchParam": [ {
        "name": "code",
        "type": "token",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "definition": "http://hl7.org/fhir/SearchParameter/Group-code"
      } ]
    } ]
  } ]
}