Cross-Version Extension for Condition.assertedDate in R3

URLhttp://hl7.org/fhir/3.0/StructureDefinition/extension-Condition.assertedDate
Version
Statusactive
Description

Cross-Version Extension for Condition.assertedDate. Valid in versions R2

This is a valid extension because it has the types dateTime

Context of Use

This extension may be used in the following contexts:


NameFlagsCard.TypeDescription & Constraintsdoco
.. Extension 0..1ExtensionDate record was believed accurate
... extension ..0
... value[x] 1..dateTime
... url "http://hl7.org/fhir/3.0/StructureDefinition/extension-Condition.assertedDate"

doco Documentation for this format

{
  "resourceType" : "StructureDefinition",
  "id" : "xv-r3-con.assertedDate",
  "url" : "http://hl7.org/fhir/3.0/StructureDefinition/extension-Condition.assertedDate",
  "name" : "XVerExtensionCondition.assertedDateR3",
  "title" : "Cross-Version Extension for Condition.assertedDate in R3",
  "status" : "active",
  "experimental" : false,
  "publisher" : "Health Level Seven International (Patient Care)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    }]
  },
  {
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm"
    }]
  }],
  "description" : "Cross-Version Extension for Condition.assertedDate. Valid in versions R2\r\n\r\nThis is a valid extension because it has the types dateTime",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001"
    }]
  }],
  "fhirVersion" : "5.0.0",
  "kind" : "complex-type",
  "abstract" : false,
  "context" : [{
    "extension" : [{
      "extension" : [{
        "url" : "startFhirVersion",
        "valueCode" : "1.0"
      },
      {
        "url" : "endFhirVersion",
        "valueCode" : "1.0"
      }],
      "url" : "http://hl7.org/fhir/StructureDefinition/version-specific-use"
    }],
    "type" : "element",
    "expression" : "Condition"
  },
  {
    "type" : "extension",
    "expression" : "http://hl7.org/fhir/1.0/StructureDefinition/extension-Condition"
  }],
  "type" : "Extension",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation" : "constraint",
  "differential" : {
    "element" : [{
      "path" : "Extension",
      "short" : "Date record was believed accurate",
      "definition" : "The date on which the existance of the Condition was first asserted or acknowledged.",
      "comment" : "The assertedDate represents the date when this particular Condition record was created in the EHR, not the date of the most recent update in terms of when severity, abatement, etc. were specified. \u00a0The date of the last record modification can be retrieved from the resource metadata.",
      "min" : 0,
      "max" : "1",
      "isModifier" : false,
      "mapping" : [{
        "identity" : "v2",
        "map" : "REL-11"
      },
      {
        "identity" : "rim",
        "map" : ".participation[typeCode=AUT].time"
      },
      {
        "identity" : "w5",
        "map" : "when.recorded"
      }]
    },
    {
      "path" : "Extension.extension",
      "max" : "0"
    },
    {
      "path" : "Extension.value[x]",
      "min" : 1,
      "type" : [{
        "code" : "dateTime"
      }]
    },
    {
      "path" : "Extension.url",
      "fixedUri" : "http://hl7.org/fhir/3.0/StructureDefinition/extension-Condition.assertedDate"
    }]
  }
}