HL7 FHIR® US Core Implementation Guide (Release 3.0.1 STU3 Update for Comment)

This page is part of the US Core (v3.0.1: STU3 Ballot 3) based on FHIR R4. The current version which supercedes this version is 5.0.1. For a full list of available versions, see the Directory of published versions

JSON Format: SearchParameter-us-core-includeprovenance

Download Raw json

{
  "resourceType" : "SearchParameter",
  "id" : "us-core-includeprovenance",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: us-core-includeprovenance</p><p><b>url</b>: <a href=\"http://hl7.org/fhir/us/core/SearchParameter/us-core-includeprovenance\">http://hl7.org/fhir/us/core/SearchParameter/us-core-includeprovenance</a></p><p><b>version</b>: 3.1.0</p><p><b>name</b>: USCoreincludeprovenance</p><p><b>status</b>: active</p><p><b>date</b>: Aug 13, 2019, 12:00:00 AM</p><p><b>publisher</b>: US Realm Steering Committee</p><p><b>contact</b>: </p><p><b>description</b>: Allows a client to request relevant Provenance records for a successful search. This search request is similar to using _revInclude for Provenance.</p><p><b>jurisdiction</b>: United States of America <span style=\"background: LightGoldenRodYellow\">(Details : {urn:iso:std:iso:3166 code 'US' = 'United States of America', given as 'United States of America'})</span></p><p><b>code</b>: us-core-includeprovenance</p><p><b>base</b>: AllergyIntolerance, CarePlan, CareTeam, Condition, DiagnosticReport, DocumentReference, Encounter, Goal, Immunization, Device, Observation, Location, Medication, MedicationRequest, Organization, Patient, Practitioner, PractitionerRole, Procedure</p><p><b>type</b>: special</p></div>"
  },
  "url" : "http://hl7.org/fhir/us/core/SearchParameter/us-core-includeprovenance",
  "version" : "3.0.1",
  "name" : "USCoreincludeprovenance",
  "status" : "active",
  "date" : "2019-08-13T00:00:00-04:00",
  "publisher" : "US Realm Steering Committee",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "http://www.healthit.gov/"
        }
      ]
    }
  ],
  "description" : "Allows a client to request relevant Provenance records for a successful search. This search request is similar to using _revInclude for Provenance.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "code" : "us-core-includeprovenance",
  "base" : [
    "AllergyIntolerance",
    "CarePlan",
    "CareTeam",
    "Condition",
    "DiagnosticReport",
    "DocumentReference",
    "Encounter",
    "Goal",
    "Immunization",
    "Device",
    "Observation",
    "Location",
    "Medication",
    "MedicationRequest",
    "Organization",
    "Patient",
    "Practitioner",
    "PractitionerRole",
    "Procedure"
  ],
  "type" : "special"
}