This page is part of a downloaded copy of this specification. This page is part of the US Core Implementation Guide (v3.0.1: STU3 Ballot 2) based on FHIR R4. The current version which supercedes this version is 3.1.0. For a full list of available versions, see the Directory of published versions
Turtle Format: SearchParameter-us-core-includeprovenance
Download Raw ttl
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:SearchParameter; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "us-core-includeprovenance"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.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>" ]; fhir:SearchParameter.url [ fhir:value "http://hl7.org/fhir/us/core/SearchParameter/us-core-includeprovenance"]; fhir:SearchParameter.version [ fhir:value "3.0.1"]; fhir:SearchParameter.name [ fhir:value "USCoreincludeprovenance"]; fhir:SearchParameter.status [ fhir:value "active"]; fhir:SearchParameter.date [ fhir:value "2019-08-13T00:00:00-04:00"^^xsd:dateTime]; fhir:SearchParameter.publisher [ fhir:value "US Realm Steering Committee"]; fhir:SearchParameter.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "other" ]; fhir:ContactPoint.value [ fhir:value "http://www.healthit.gov/" ] ] ]; fhir:SearchParameter.description [ fhir:value "Allows a client to request relevant Provenance records for a successful search. This search request is similar to using _revInclude for Provenance."]; fhir:SearchParameter.jurisdiction [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ]; fhir:Coding.code [ fhir:value "US" ]; fhir:Coding.display [ fhir:value "United States of America" ] ] ]; fhir:SearchParameter.code [ fhir:value "us-core-includeprovenance"]; fhir:SearchParameter.base [ fhir:value "AllergyIntolerance"; fhir:index 0 ], [ fhir:value "CarePlan"; fhir:index 1 ], [ fhir:value "CareTeam"; fhir:index 2 ], [ fhir:value "Condition"; fhir:index 3 ], [ fhir:value "DiagnosticReport"; fhir:index 4 ], [ fhir:value "DocumentReference"; fhir:index 5 ], [ fhir:value "Encounter"; fhir:index 6 ], [ fhir:value "Goal"; fhir:index 7 ], [ fhir:value "Immunization"; fhir:index 8 ], [ fhir:value "Device"; fhir:index 9 ], [ fhir:value "Observation"; fhir:index 10 ], [ fhir:value "Location"; fhir:index 11 ], [ fhir:value "Medication"; fhir:index 12 ], [ fhir:value "MedicationRequest"; fhir:index 13 ], [ fhir:value "Organization"; fhir:index 14 ], [ fhir:value "Patient"; fhir:index 15 ], [ fhir:value "Practitioner"; fhir:index 16 ], [ fhir:value "PractitionerRole"; fhir:index 17 ], [ fhir:value "Procedure"; fhir:index 18 ]; fhir:SearchParameter.type [ fhir:value "special"]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.