US Core Implementation Guide TEST
9.0.0 - CI Build United States of America flag

US Core Implementation Guide TEST, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 9.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/US-Core/ and changes regularly. See the Directory of published versions

: USCoreConditionAssertedDate - JSON Representation

Page standards status: Trial-use Maturity Level: 5

Raw json | Download

{
  "resourceType" : "SearchParameter",
  "id" : "us-core-condition-asserted-date",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n     <!-- <h4>Custom liquid Version</h4> -->\n    <hr/>\n    <p><b>id</b> us-core-condition-asserted-date</p>\n    <!-- <p><b>url</b> : <code><a href=\"SearchParameter-us-core-condition-asserted-date.html\">USCoreConditionAssertedDate</a>}</code></p>>\n    <p><b>name</b> : USCoreConditionAssertedDate</p> -->\n    \n    <p><b>status</b> : Active</p>\n    \n    <p><b>date</b> : 2023-04-13</p>\n     <!-- <p><b>publisher</b> : HL7 International / Cross-Group Projects</p>\n    <p><b>contact</b> : http://www.hl7.org/Special/committees/cgp</p>\n    <p><b>jurisdiction</b> : United States of America (the) <span> (Details : {urn:iso:std:iso:3166 code 'US' = 'United States of America', given as 'United\n           States of America (the)'})</span>\n    </p> -->\n    <p><b>code</b> : &quot;asserted-date&quot;</p>\n    <p><b>base</b> : Condition </p>\n    <p><b>type</b> : Date/DateTime</p>\n    <p><b>expression</b> : <code>Condition.extension.where(url = 'http://hl7.org/fhir/StructureDefinition/condition-assertedDate').value</code></p>\n    \n    <p><b>multipleOr</b> : true  (Conformance Expectation = MAY)</p>\n    <p><b>multipleAnd</b> : true (Conformance Expectation = SHOULD)</p>\n    \n        <p><b>comparator codes</b> :</p>\n            <ul>\n                <li>&quot;eq&quot; <i>Equals</i> (Conformance Expectation = MAY)</li>\n                <li>&quot;ne&quot; <i>Not Equals</i> (Conformance Expectation = MAY)</li>\n                <li>&quot;gt&quot; <i>Greater Than</i> (Conformance Expectation = SHALL)</li>\n                <li>&quot;ge&quot; <i>Greater or Equals</i> (Conformance Expectation = SHALL)</li>\n                <li>&quot;lt&quot; <i>Less Than</i> (Conformance Expectation = SHALL)</li>\n                <li>&quot;le&quot; <i>Less of Equal</i> (Conformance Expectation = SHALL)</li>\n                <li>&quot;sa&quot; <i>Starts After</i> (Conformance Expectation = MAY)</li>\n                <li>&quot;eb&quot; <i>Ends Before</i> (Conformance Expectation = MAY)</li>\n                <li>&quot;ap&quot; <i>Approximately</i> (Conformance Expectation = MAY)</li>\n            </ul>\n    \n\n    \n\n    \n</div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 5
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "cgp"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-asserted-date",
  "version" : "9.0.0",
  "name" : "USCoreConditionAssertedDate",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-04-13",
  "publisher" : "HL7 International / Cross-Group Projects",
  "contact" : [
    {
      "name" : "HL7 International / Cross-Group Projects",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/cgp"
        },
        {
          "system" : "email",
          "value" : "cgp@lists.HL7.org"
        }
      ]
    }
  ],
  "description" : "Returns conditions with an [assertedDate extension](http://hl7.org/fhir/StructureDefinition/condition-assertedDate) matching the specified date (dateTime).",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "code" : "asserted-date",
  "base" : [
    "Condition"
  ],
  "type" : "date",
  "expression" : "Condition.extension.where(url = 'http://hl7.org/fhir/StructureDefinition/condition-assertedDate').value",
  "xpathUsage" : "normal",
  "multipleOr" : true,
  "_multipleOr" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
        "valueCode" : "MAY"
      }
    ]
  },
  "multipleAnd" : true,
  "_multipleAnd" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
        "valueCode" : "SHOULD"
      }
    ]
  },
  "comparator" : [
    "eq",
    "ne",
    "gt",
    "ge",
    "lt",
    "le",
    "sa",
    "eb",
    "ap"
  ],
  "_comparator" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode" : "MAY"
        }
      ]
    },
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode" : "MAY"
        }
      ]
    },
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode" : "SHALL"
        }
      ]
    },
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode" : "SHALL"
        }
      ]
    },
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode" : "SHALL"
        }
      ]
    },
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode" : "SHALL"
        }
      ]
    },
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode" : "MAY"
        }
      ]
    },
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode" : "MAY"
        }
      ]
    },
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode" : "MAY"
        }
      ]
    }
  ]
}