Vision Adapter for QuickFHIR - Local Development build (v1.0.0). See the Directory of published versions
Page standards status: Trial-use |
@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:id [ fhir:v "clinical-date"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>date <a style=\"padding-left: 3px; padding-right: 3px; border: 1px grey solid; font-weight: bold; color: black; background-color: #fff5e6\" href=\"http://hl7.org/fhir/R4/versions.html#std-process\" title=\"Standards Status = Trial Use\">TU</a></h2><p>Parameter <code>date</code>:<code>date</code></p><div><p>Multiple Resources:</p>\n<ul>\n<li><a href=\"allergyintolerance.html\">AllergyIntolerance</a>: Date first version of the resource instance was recorded</li>\n<li><a href=\"careplan.html\">CarePlan</a>: Time period plan covers</li>\n<li><a href=\"careteam.html\">CareTeam</a>: Time period team covers</li>\n<li><a href=\"clinicalimpression.html\">ClinicalImpression</a>: When the assessment was documented</li>\n<li><a href=\"composition.html\">Composition</a>: Composition editing time</li>\n<li><a href=\"consent.html\">Consent</a>: When this Consent was created or indexed</li>\n<li><a href=\"diagnosticreport.html\">DiagnosticReport</a>: The clinically relevant time of the report</li>\n<li><a href=\"encounter.html\">Encounter</a>: A date within the period the Encounter lasted</li>\n<li><a href=\"episodeofcare.html\">EpisodeOfCare</a>: The provided date search value falls within the episode of care's period</li>\n<li><a href=\"familymemberhistory.html\">FamilyMemberHistory</a>: When history was recorded or last updated</li>\n<li><a href=\"flag.html\">Flag</a>: Time period when flag is active</li>\n<li><a href=\"immunization.html\">Immunization</a>: Vaccination (non)-Administration Date</li>\n<li><a href=\"list.html\">List</a>: When the list was prepared</li>\n<li><a href=\"observation.html\">Observation</a>: Obtained date/time. If the obtained element is a period, a date that falls in the period</li>\n<li><a href=\"procedure.html\">Procedure</a>: When the procedure was performed</li>\n<li><a href=\"riskassessment.html\">RiskAssessment</a>: When was assessment made?</li>\n<li><a href=\"supplyrequest.html\">SupplyRequest</a>: When the request was made</li>\n</ul>\n</div><table class=\"grid\"><tr><td>Resources</td><td><a href=\"http://hl7.org/fhir/R4/allergyintolerance.html\">AllergyIntolerance</a>, <a href=\"http://hl7.org/fhir/R4/careplan.html\">CarePlan</a>, <a href=\"http://hl7.org/fhir/R4/careteam.html\">CareTeam</a>, <a href=\"http://hl7.org/fhir/R4/clinicalimpression.html\">ClinicalImpression</a>, <a href=\"http://hl7.org/fhir/R4/composition.html\">Composition</a>, <a href=\"http://hl7.org/fhir/R4/consent.html\">Consent</a>, <a href=\"http://hl7.org/fhir/R4/diagnosticreport.html\">DiagnosticReport</a>, <a href=\"http://hl7.org/fhir/R4/encounter.html\">Encounter</a>, <a href=\"http://hl7.org/fhir/R4/episodeofcare.html\">EpisodeOfCare</a>, <a href=\"http://hl7.org/fhir/R4/familymemberhistory.html\">FamilyMemberHistory</a>, <a href=\"http://hl7.org/fhir/R4/flag.html\">Flag</a>, <a href=\"http://hl7.org/fhir/R4/immunization.html\">Immunization</a>, <a href=\"http://hl7.org/fhir/R4/list.html\">List</a>, <a href=\"http://hl7.org/fhir/R4/observation.html\">Observation</a>, <a href=\"http://hl7.org/fhir/R4/procedure.html\">Procedure</a>, <a href=\"http://hl7.org/fhir/R4/riskassessment.html\">RiskAssessment</a>, <a href=\"http://hl7.org/fhir/R4/supplyrequest.html\">SupplyRequest</a></td></tr><tr><td>Expression</td><td><code>AllergyIntolerance.recordedDate | CarePlan.period | CareTeam.period | ClinicalImpression.date | Composition.date | Consent.dateTime | DiagnosticReport.effective | Encounter.period | EpisodeOfCare.period | FamilyMemberHistory.date | Flag.period | Immunization.occurrenceDateTime | List.date | Observation.effectiveDateTime | Procedure.performed | (RiskAssessment.occurrence as dateTime) | SupplyRequest.authoredOn</code></td></tr><tr><td>Processing Mode</td><td>Normal</td></tr><tr><td>Multiples</td><td>The parameter cannot repeat or have multiple values</td></tr><tr><td>Comparators</td><td>Allowed: eq, ne, gt, ge, lt, le, sa, eb, ap</td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [ fhir:v "trial-use" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/clinical-date"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "date"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2019-11-01T09:29:23+11:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Health Level Seven International (Patient Care)"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/fhir" ] ] )
] [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/patientcare/index.cfm" ] ] )
] ) ; #
fhir:description [ fhir:v "Multiple Resources: \r\n\r\n* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded\r\n* [CarePlan](careplan.html): Time period plan covers\r\n* [CareTeam](careteam.html): Time period team covers\r\n* [ClinicalImpression](clinicalimpression.html): When the assessment was documented\r\n* [Composition](composition.html): Composition editing time\r\n* [Consent](consent.html): When this Consent was created or indexed\r\n* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report\r\n* [Encounter](encounter.html): A date within the period the Encounter lasted\r\n* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period\r\n* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated\r\n* [Flag](flag.html): Time period when flag is active\r\n* [Immunization](immunization.html): Vaccination (non)-Administration Date\r\n* [List](list.html): When the list was prepared\r\n* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period\r\n* [Procedure](procedure.html): When the procedure was performed\r\n* [RiskAssessment](riskassessment.html): When was assessment made?\r\n* [SupplyRequest](supplyrequest.html): When the request was made\r\n"] ; #
fhir:code [ fhir:v "date"] ; #
fhir:base ( [ fhir:v "AllergyIntolerance"] [ fhir:v "CarePlan"] [ fhir:v "CareTeam"] [ fhir:v "ClinicalImpression"] [ fhir:v "Composition"] [ fhir:v "Consent"] [ fhir:v "DiagnosticReport"] [ fhir:v "Encounter"] [ fhir:v "EpisodeOfCare"] [ fhir:v "FamilyMemberHistory"] [ fhir:v "Flag"] [ fhir:v "Immunization"] [ fhir:v "List"] [ fhir:v "Observation"] [ fhir:v "Procedure"] [ fhir:v "RiskAssessment"] [ fhir:v "SupplyRequest"] ) ; #
fhir:type [ fhir:v "date"] ; #
fhir:expression [ fhir:v "AllergyIntolerance.recordedDate | CarePlan.period | CareTeam.period | ClinicalImpression.date | Composition.date | Consent.dateTime | DiagnosticReport.effective | Encounter.period | EpisodeOfCare.period | FamilyMemberHistory.date | Flag.period | Immunization.occurrenceDateTime | List.date | Observation.effectiveDateTime | Procedure.performed | (RiskAssessment.occurrence as dateTime) | SupplyRequest.authoredOn"] ; #
fhir:xpathUsage [ fhir:v "normal"] ; #
fhir:comparator ( [ fhir:v "eq"] [ fhir:v "ne"] [ fhir:v "gt"] [ fhir:v "ge"] [ fhir:v "lt"] [ fhir:v "le"] [ fhir:v "sa"] [ fhir:v "eb"] [ fhir:v "ap"] ) . #
IG © 2023+ . Package ig#1.0.0 based on FHIR 4.0.1. Generated 2023-08-15
Links: Table of Contents |
QA Report
Links: Table of Contents |
QA Report