PackagesCanonicalsLogsProblems
    Packages
    fhir.argonaut.r2@1.0.0
    http://fhir.org/guides/argonaut/Conformance/client
{
  "description": "This Conformance instance defines the expected capabilities of a client when conforming to the Argonaut Data Query Implementation Guide.",
  "_filename": "Conformance-client.json",
  "package_name": "fhir.argonaut.r2",
  "format": [ "xml", "json" ],
  "date": "2016-10-18",
  "publisher": "Argonaut Project",
  "fhirVersion": "1.0.2",
  "name": "Argonaut Data Query Implemenation Guide Client",
  "acceptUnknown": "extensions",
  "type": null,
  "experimental": null,
  "resourceType": "Conformance",
  "title": null,
  "package_version": "1.0.0",
  "status": "draft",
  "id": "7b0ef80f-1646-4e0f-b381-885080d24e90",
  "kind": "requirements",
  "url": "http://fhir.org/guides/argonaut/Conformance/client",
  "version": null,
  "contact": [ {
    "telecom": [ {
      "value": "http://argonautwiki.hl7.org",
      "system": "other"
    } ]
  } ],
  "rest": [ {
    "mode": "client",
    "resource": [ {
      "type": "Patient",
      "extension": [ {
        "url": "http://fhir.org/guides/argonaut/StructureDefinition/argo-resource-documentation",
        "valueMarkdown": "    

Summary of Argonaut Search Criteria for StructureDefinition-us-core-patient

  • A client has connected to a server and fetched a patient using GET [base]/Patient/[id].
  • A client has connected to a server and searched through available Patients using at least 2 (example name and gender) of the following search parameters:
    • name
    • gender
    • birthdate

To limit overly broad search results, a client search with gender SHOULD include family and given name search parameters.

" } ], "interaction": [ { "code": "search-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "SHOULD" } ], "documentation": "Allows discovery of existing Argonaut Data Query patient resources using different search criteria" }, { "code": "read", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "SHOULD" } ], "documentation": "Allows retrieval of a specific Argonaut Data Query patients by id" }, { "code": "history-instance", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "MAY" } ], "documentation": "Allows review of changes to Argonaut Data Query patient instance over time" }, { "code": "vread", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "MAY" } ], "documentation": "Allows retrieval of a historical version of a Argonaut Data Query patient instance" } ] }, { "type": "AllergyIntolerance", "extension": [ { "url": "http://fhir.org/guides/argonaut/StructureDefinition/argo-resource-documentation", "valueMarkdown": "

Summary of Argonaut Search Criteria for StructureDefinition-us-core-allergintolerance

  • A client has connected to a server and fetched a patient's allergies using GET /AllergyIntolerance?patient=[id].
" } ], "interaction": [ { "code": "search-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "SHOULD" } ], "documentation": "Allows discovery of existing Argonaut Data Query AllergyIntolerance resources using different search criteria" }, { "code": "read", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "SHOULD" } ], "documentation": "Allows retrieval of a specific Argonaut Data Query AllergyIntolerance by id" }, { "code": "history-instance", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "MAY" } ], "documentation": "Allows review of changes to Argonaut Data Query AllergyIntolerance instance over time" }, { "code": "vread", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "MAY" } ], "documentation": "Allows retrieval of a historical version of a Argonaut Data Query AllergyIntolerance instance" } ] }, { "type": "CarePlan", "extension": [ { "url": "http://fhir.org/guides/argonaut/StructureDefinition/argo-resource-documentation", "valueMarkdown": "

Summary of Argonaut Search Criteria for StructureDefinition-us-core-careplan

  • c of a patient's Assessment and Plan of Treatment information using GET /CarePlan?patient=[id]&category=assess-plan.
  • A client SHOULD be capable of connecting to a server and fetched all of a patient's Assessment and Plan of Treatment information over a specified time period using GET /CarePlan?patient=[id]&category=assess-plan&date=[date].
  • A client SHOULD be capable of connecting to a server and fetching all of a patient's active Assessment and Plan of Treatment information using GET /CarePlan?patient=[id]&category=assess-plan&status=active.
  • A client SHOULD be capable of connecting to a server and fetching all of a patient's active Assessment and Plan of Treatment information over a specified time period using GET /CarePlan?patient=[id]&category=assess-plan&status=active&date=[date].

Summary of Argonaut Search Criteria for StructureDefinition-argo-careteam

  • A client has connected to a server and fetched a patients current care team members using GET[base]/CarePlan?patient=[id]&category=careteam&status=active
" } ], "interaction": [ { "code": "search-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "SHOULD" } ], "documentation": "Allows discovery of existing Argonaut Data Query careplan resources using different search criteria" }, { "code": "read", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "SHOULD" } ], "documentation": "Allows retrieval of a specific Argonaut Data Query careplan by id" }, { "code": "history-instance", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "MAY" } ], "documentation": "Allows review of changes to Argonaut Data Query careplan instance over time" }, { "code": "vread", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "MAY" } ], "documentation": "Allows retrieval of a historical version of a Argonaut Data Query careplan instance" } ] }, { "type": "Condition", "extension": [ { "url": "http://fhir.org/guides/argonaut/StructureDefinition/argo-resource-documentation", "valueMarkdown": "

Summary of Argonaut Search Criteria for StructureDefinition-us-core-condition

  • A client connected to a server and fetched all problems and health concerns for a patient, including current as well as historical problems and health concerns using GET/Condition?patient=[id]
" } ], "interaction": [ { "code": "search-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "SHOULD" } ], "documentation": "Allows discovery of existing Argonaut Data Query condition resources using different search criteria" }, { "code": "read", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "SHOULD" } ], "documentation": "Allows retrieval of a specific Argonaut Data Query condition by id" }, { "code": "history-instance", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "MAY" } ], "documentation": "Allows review of changes to Argonaut Data Query condition instance over time" }, { "code": "vread", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "MAY" } ], "documentation": "Allows retrieval of a historical version of a Argonaut Data Query condition instance" } ] }, { "type": "Device", "extension": [ { "url": "http://fhir.org/guides/argonaut/StructureDefinition/argo-resource-documentation", "valueMarkdown": "

Summary of Argonaut Search Criteria for StructureDefinition-us-core-device

  • A client has connected to a server and fetched all Unique device identifier(s)(UDI)for a patient's implantable device(s)using GET /Device?patient=[id].
" } ], "interaction": [ { "code": "search-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "SHOULD" } ], "documentation": "Allows discovery of existing Argonaut Data Query device resources using different search criteria" }, { "code": "read", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "SHOULD" } ], "documentation": "Allows retrieval of a specific Argonaut Data Query device by id" }, { "code": "history-instance", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "MAY" } ], "documentation": "Allows review of changes to Argonaut Data Query device instance over time" }, { "code": "vread", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "MAY" } ], "documentation": "Allows retrieval of a historical version of a Argonaut Data Query device instance" } ] }, { "type": "DocumentReference", "extension": [ { "url": "http://fhir.org/guides/argonaut/StructureDefinition/argo-resource-documentation", "valueMarkdown": "

Search Criteria for StructureDefinition-argo-documentreference

The Server SHALL support fetching document references using either the direct query for DocumentReference resources as described here or the $docref operation. The Client SHALL support both methods.

A client has connected to a server and fetches document references for a patient:

  • GET [base]/DocumentReference/$docref?patient=[id]

A client SHOULD be capable of connecting to a server and fetching references for a patient searched by type and/or date using:

  • GET [base]/DocumentReference/$docref?patient=[id]{&type=[type]}{&period=[date]}
" }, { "url": "http://hl7.org/fhir/StructureDefinition/conformance-search-parameter-combination", "extension": [ { "url": "required", "valueString": "patient" }, { "url": "required", "valueString": "type" }, { "url": "required", "valueString": "period" } ] } ], "interaction": [ { "code": "search-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "SHALL" } ], "documentation": "Allows discovery of existing Argonaut Document Query DocumentReference resources using different search criteria" }, { "code": "read", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "SHALL" } ], "documentation": "Allows retrieval of a specific Argonaut Document Query DocumentReference by id" }, { "code": "history-instance", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "SHOULD" } ], "documentation": "Allows review of changes to Argonaut Document Query DocumentReference instance over time" }, { "code": "vread", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "SHOULD" } ], "documentation": "Allows retrieval of a historical version of a Argonaut Document Query DocumentReference instance" } ] }, { "type": "Goal", "extension": [ { "url": "http://fhir.org/guides/argonaut/StructureDefinition/argo-resource-documentation", "valueMarkdown": "

Summary of US Core Search Criteria for StructureDefinition-us-core-goal

  • A client has connected to a server and fetched all of a patient's goals using GET [base]/Goal?patient=[id].
  • A client has connected to a server and fetched all of a patient's goals over a specified time period using GET [base]/Goal?patient=[id]&date=[date]{&date=[date]}.
" } ], "interaction": [ { "code": "search-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "SHOULD" } ], "documentation": "Allows discovery of existing Argonaut Data Query goal resources using different search criteria" }, { "code": "read", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "SHOULD" } ], "documentation": "Allows retrieval of a specific Argonaut Data Query goal by id" }, { "code": "history-instance", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "MAY" } ], "documentation": "Allows review of changes to Argonaut Data Query goal instance over time" }, { "code": "vread", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "MAY" } ], "documentation": "Allows retrieval of a historical version of a Argonaut Data Query goal instance" } ] }, { "type": "Immunization", "extension": [ { "url": "http://fhir.org/guides/argonaut/StructureDefinition/argo-resource-documentation", "valueMarkdown": "

Summary of Argonaut Search Criteria for StructureDefinition-us-core-immunization

  • A client has connected to a server and fetched all immunizations for a patient using GET /Immunization?patient=[id].
" } ], "interaction": [ { "code": "search-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "SHOULD" } ], "documentation": "Allows discovery of existing Argonaut Data Query immunization resources using different search criteria" }, { "code": "read", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "SHOULD" } ], "documentation": "Allows retrieval of a specific Argonaut Data Query immunization by id" }, { "code": "history-instance", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "MAY" } ], "documentation": "Allows review of changes to Argonaut Data Query immunization instance over time" }, { "code": "vread", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "MAY" } ], "documentation": "Allows retrieval of a historical version of a Argonaut Data Query immunization instance" } ] }, { "type": "DiagnosticReport", "extension": [ { "url": "http://fhir.org/guides/argonaut/StructureDefinition/argo-resource-documentation", "valueMarkdown": "

Summary of Argonaut Search Criteria for StructureDefinition-us-core-diagnosticreport

  • A client has connected to a server and fetched all of a patient's laboratory diagnostic reports by searching by category using GET [base]/DiagnosticReport?patient=[id]&category=LAB.
  • A client has connected to a server and fetched all of a patient's laboratory diagnostic reports searching by category code and date range using GET [base]/DiagnosticReport?patient=[id]&category=LAB&date=[date]{&date=[date]}.
  • A client has connected to a server and fetched all of all of a patient's laboratory diagnostic reports searching by category and code using GET [base]/DiagnosticReport?patient=[id]&category=LAB&code=[LOINC].
  • A client SHOULD be capable of connecting to a server and fetching any of a patient's laboratory diagnostic reports searching by category and one or more codes and date range using GET [base]/DiagnosticReport?patient=[id]&category=LAB&code=[LOINC1{,LOINC2,LOINC3,...}]&date=[date]{&date=[date]}.
" } ], "interaction": [ { "code": "search-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "SHOULD" } ], "documentation": "Allows discovery of existing Argonaut Data Query diagnosticreport resources using different search criteria" }, { "code": "read", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "SHOULD" } ], "documentation": "Allows retrieval of a specific Argonaut Data Query diagnosticreport by id" }, { "code": "history-instance", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "MAY" } ], "documentation": "Allows review of changes to Argonaut Data Query diagnosticreport instance over time" }, { "code": "vread", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "MAY" } ], "documentation": "Allows retrieval of a historical version of a Argonaut Data Query diagnosticreport instance" } ] }, { "type": "Observation", "extension": [ { "url": "http://fhir.org/guides/argonaut/StructureDefinition/argo-resource-documentation", "valueMarkdown": "

Summary of Argonaut Search Criteria for StructureDefinition-us-core-observationresults

  • A client has connected to a server and fetched all of a patient's laboratory results by searching by category using GET [base]/Observation?patient=[id]&category=laboratory.
  • A client has connected to a server and fetched all of a patient's laboratory results searching by category code and date range using GET [base]/Observation?patient=[id]&category=laboratory&date=[date]{&date=[date]}.
  • A client has connected to a server and fetched all of all of a patient's laboratory results searching by category and code using GET [base]/Observation?patient=[id]&category=laboratory&code=[LOINC].
  • A client SHOULD be capable of connecting to a server and fetching any of a patient's laboratory results searching by category and one or more codes and date range using GET [base]/Observation?patient=[id]&category=laboratory&code=[LOINC1{,LOINC2,LOINC3,...}]&date=[date]{&date=[date]}.

Summary of Argonaut Search Criteria for StructureDefinition-us-core-smokingstatus

  • A client has connected to a server and fetched a patient's smoking status using GET [base]/Observation?patient=[id]&code=72166-2.

Summary of Argonaut Search Criteria for StructureDefinition-us-core-vitalsigns

  • A client has connected to a server and fetched all of a patient's vital signs by searching by category using GET [base]/Observation?patient=[id]&category=vital-signs.
  • A client has connected to a server and fetched all of a patient's vital signs searching by category code and date range using GET [base]/Observation?patient=[id]&category=vital-signs&date=[date]{&date=[date]}.
  • A client has connected to a server and fetched any of a patient's vital signs by searching by one or more of the codes listed below using GET [base]/Observation?patient=[id]&code[vital sign LOINC{,LOINC2,LOINC3,...}].
  • A client SHOULD be capable of connecting to a server and fetching any of a patient's vital signs searching by one or more of the codes listed below and date range using GET [base]/Observation?patient=[id]&code=[LOINC{,LOINC2...}]vital-signs&date=[date]{&date=[date]}.
" } ], "interaction": [ { "code": "search-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "SHOULD" } ], "documentation": "Allows discovery of existing Argonaut Data Query resultobs resources using different search criteria" }, { "code": "read", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "SHOULD" } ], "documentation": "Allows retrieval of a specific Argonaut Data Query resultobs by id" }, { "code": "history-instance", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "MAY" } ], "documentation": "Allows review of changes to Argonaut Data Query resultobs instance over time" }, { "code": "vread", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "MAY" } ], "documentation": "Allows retrieval of a historical version of a Argonaut Data Query resultobs instance" } ] }, { "type": "Medication", "extension": [ { "url": "http://fhir.org/guides/argonaut/StructureDefinition/argo-resource-documentation", "valueMarkdown": "

The MedicationStatement and MedicationOrder resources can represent a medication, using either a code or refer to a [Medication] resource. If the Medication Resource is used in a MedicationStatement or a MedicationOrder, then the READ and SEARCH Criteria SHALL be supported.

" } ], "interaction": [ { "code": "search-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "SHOULD" } ], "documentation": "Allows discovery of existing Argonaut Data Query medicationstatement resources using different search criteria" }, { "code": "read", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "SHOULD" } ], "documentation": "Allows retrieval of a specific Argonaut Data Query medicationstatement by id" }, { "code": "history-instance", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "MAY" } ], "documentation": "Allows review of changes to Argonaut Data Query medicationstatement instance over time" }, { "code": "vread", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "MAY" } ], "documentation": "Allows retrieval of a historical version of a Argonaut Data Query medicationstatement instance" } ] }, { "type": "MedicationStatement", "extension": [ { "url": "http://fhir.org/guides/argonaut/StructureDefinition/argo-resource-documentation", "valueMarkdown": "

Summary of US Core Search Criteria for StructureDefinition-us-core-medicationstatement

The MedicationStatement and MedicationOrder resources can represent a medication, using either a code or refer to a Medication resource. When referencing a Medication resource, the resource may be contained or an external resource. The server application can choose any one way or more than one method, but IF the an external reference to Medication is used, the server SHALL support the include parameter for searching this element. The client application SHALL support both methods.

  • A client has connected to a server and fetched a patient's medications using:
  1. GET /MedicationStatement?patient=[id]
  2. GET /MedicationStatement?patient=[id]&_include=MedicationStatement:medication
" } ], "interaction": [ { "code": "search-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "SHOULD" } ], "documentation": "Allows discovery of existing Argonaut Data Query medicationstatement resources using different search criteria" }, { "code": "read", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "SHOULD" } ], "documentation": "Allows retrieval of a specific Argonaut Data Query medicationstatement by id" }, { "code": "history-instance", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "MAY" } ], "documentation": "Allows review of changes to Argonaut Data Query medicationstatement instance over time" }, { "code": "vread", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "MAY" } ], "documentation": "Allows retrieval of a historical version of a Argonaut Data Query medicationstatement instance" } ] }, { "type": "MedicationOrder", "extension": [ { "url": "http://fhir.org/guides/argonaut/StructureDefinition/argo-resource-documentation", "valueMarkdown": "

Summary of US Core Search Criteria for StructureDefinition-us-core-medicationorder

The MedicationStatement and MedicationOrder resources can represent a medication, using either a code or refer to a Medication resource. When referencing a Medication resource, the resource may be contained or an external resource. The server application can choose any one way or more than one method, but IF the an external reference to Medication is used, the server SHALL support the include parameter for searching this element. The client application SHALL support both methods.

  • A client has connected to a server and fetched a patient's medications using:
  1. GET /MedicationOrder?patient=[id]
  2. GET /MedicationOrder?patient=[id]&_include=MedicationOrder:medication
" } ], "interaction": [ { "code": "search-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "SHOULD" } ], "documentation": "Allows discovery of existing Argonaut Data Query medicationorder resources using different search criteria" }, { "code": "read", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "SHOULD" } ], "documentation": "Allows retrieval of a specific Argonaut Data Query medicationorder by id" }, { "code": "history-instance", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "MAY" } ], "documentation": "Allows review of changes to Argonaut Data Query medicationorder instance over time" }, { "code": "vread", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "MAY" } ], "documentation": "Allows retrieval of a historical version of a Argonaut Data Query medicationorder instance" } ] }, { "type": "Procedure", "extension": [ { "url": "http://fhir.org/guides/argonaut/StructureDefinition/argo-resource-documentation", "valueMarkdown": "

Summary of US Core Search Criteria for StructureDefinition-us-core-procedure

  • A client connected to a server and fetched all procedures for a patient, including current as well as historical Procedures GET/Procedure?patient=[id].
  • A client has connected to a server and fetched all of a patient's procedures over a specified time period using GET /Procedure?patient=[id]&date=[date]{&date=[date]}.
" } ], "interaction": [ { "code": "search-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "SHOULD" } ], "documentation": "Allows discovery of existing Argonaut Data Query procedure resources using different search criteria" }, { "code": "read", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "SHOULD" } ], "documentation": "Allows retrieval of a specific Argonaut Data Query procedure by id" }, { "code": "history-instance", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "MAY" } ], "documentation": "Allows review of changes to Argonaut Data Query procedure instance over time" }, { "code": "vread", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "MAY" } ], "documentation": "Allows retrieval of a historical version of a Argonaut Data Query procedure instance" } ] } ], "security": { "description": "

Argonaut Data Query clients SHALL implement the security requirements documented in this guide

" }, "operation": [ { "name": "docref", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-expectation", "valueCode": "SHALL" } ], "definition": { "display": "Argonaut Get DocumentReferences", "reference": "http://fhir.org/guides/argonaut/OperationDefinition/docref" } } ], "documentation": "

The Argonaut client SHOULD:

  1. Support fetching and querying of one or more Argonaut profile(s), using the supported RESTful interactions and search parameters declared in the Argonaut Server Conformance Statement
" } ], "profile": [ { "display": "Argonaut Data Query AllergyIntolerance Profile", "extension": [ { "url": "http://fhir.org/guides/argonaut/StructureDefinition/argo-profile-link", "valueCode": "AllergyIntolerance" } ], "reference": "http://fhir.org/guides/argonaut/StructureDefinition-argo-allergyintolerance.html" }, { "display": "Argonaut Data Query CarePlan Profile", "extension": [ { "url": "http://fhir.org/guides/argonaut/StructureDefinition/argo-profile-link", "valueCode": "CarePlan" } ], "reference": "http://fhir.org/guides/argonaut/StructureDefinition-argo-careplan.html" }, { "display": "Argonaut Data Query CareTeam Profile", "extension": [ { "url": "http://fhir.org/guides/argonaut/StructureDefinition/argo-profile-link", "valueCode": "CarePlan" } ], "reference": "http://fhir.org/guides/argonaut/StructureDefinition-argo-careteam.html" }, { "display": "Argonaut Data Query Condition Profile", "extension": [ { "url": "http://fhir.org/guides/argonaut/StructureDefinition/argo-profile-link", "valueCode": "Condition" } ], "reference": "http://fhir.org/guides/argonaut/StructureDefinition-argo-condition.html" }, { "display": "Argonaut Data Query Document Reference Profile", "extension": [ { "url": "http://fhir.org/guides/argonaut/StructureDefinition/argo-profile-link", "valueCode": "DocumentReference" } ], "reference": "http://fhir.org/guides/argonaut/StructureDefinition-argo-documentreference.html" }, { "display": "Argonaut Data Query Device Profile", "extension": [ { "url": "http://fhir.org/guides/argonaut/StructureDefinition/argo-profile-link", "valueCode": "Device" } ], "reference": "http://fhir.org/guides/argonaut/StructureDefinition-argo-device.html" }, { "display": "Argonaut Data Query Goal Profile", "extension": [ { "url": "http://fhir.org/guides/argonaut/StructureDefinition/argo-profile-link", "valueCode": "Goal" } ], "reference": "http://fhir.org/guides/argonaut/StructureDefinition-argo-goal.html" }, { "display": "Argonaut Data Query Immunization Profile", "extension": [ { "url": "http://fhir.org/guides/argonaut/StructureDefinition/argo-profile-link", "valueCode": "Immunization" } ], "reference": "http://fhir.org/guides/argonaut/StructureDefinition-argo-immunization.html" }, { "display": "Argonaut Data Query DiagnosticReport Profile", "extension": [ { "url": "http://fhir.org/guides/argonaut/StructureDefinition/argo-profile-link", "valueCode": "DiagnosticReport" } ], "reference": "http://fhir.org/guides/argonaut/StructureDefinition-argo-diagnosticreport.html" }, { "display": "Argonaut Data Query Result Observation Profile", "extension": [ { "url": "http://fhir.org/guides/argonaut/StructureDefinition/argo-profile-link", "valueCode": "Observation" } ], "reference": "http://fhir.org/guides/argonaut/StructureDefinition-argo-observationresults.html" }, { "display": "Argonaut Data Query Medication Profile", "extension": [ { "url": "http://fhir.org/guides/argonaut/StructureDefinition/argo-profile-link", "valueCode": "Medication" } ], "reference": "http://fhir.org/guides/argonaut/StructureDefinition-argo-medication.html" }, { "display": "Argonaut Data Query MedicationOrder Profile", "extension": [ { "url": "http://fhir.org/guides/argonaut/StructureDefinition/argo-profile-link", "valueCode": "MedicationOrder" } ], "reference": "http://fhir.org/guides/argonaut/StructureDefinition-argo-MedicationOrder.html" }, { "display": "Argonaut Data Query MedicationStatement Profile", "extension": [ { "url": "http://fhir.org/guides/argonaut/StructureDefinition/argo-profile-link", "valueCode": "MedicationStatement" } ], "reference": "http://fhir.org/guides/argonaut/StructureDefinition-argo-medicationstatement.html" }, { "display": "Argonaut Data Query Vital Signs Profile", "extension": [ { "url": "http://fhir.org/guides/argonaut/StructureDefinition/argo-profile-link", "valueCode": "Observation" } ], "reference": "http://fhir.org/guides/argonaut/StructureDefinition-argo-vitalsigns.html" }, { "display": "Argonaut Data Query Smoking Status Observation Profile", "extension": [ { "url": "http://fhir.org/guides/argonaut/StructureDefinition/argo-profile-link", "valueCode": "Observation" } ], "reference": "http://fhir.org/guides/argonaut/StructureDefinition-argo-smokingstatus.html" }, { "display": "Argonaut Data Query Patient Profile", "extension": [ { "url": "http://fhir.org/guides/argonaut/StructureDefinition/argo-profile-link", "valueCode": "Patient" } ], "reference": "http://fhir.org/guides/argonaut/StructureDefinition-argo-patient.html" }, { "display": "Argonaut Data Query Procedure Profile", "extension": [ { "url": "http://fhir.org/guides/argonaut/StructureDefinition/argo-profile-link", "valueCode": "Procedure" } ], "reference": "http://fhir.org/guides/argonaut/StructureDefinition-argo-procedure.html" } ] }