FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.zib2017
Resource TypeStructureDefinition
IdEpisodeOfCare-DateLastEncounter
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.3.0&canonical=http://nictiz.nl/fhir/StructureDefinition/EpisodeOfCare-DateLastEncounter
URLhttp://nictiz.nl/fhir/StructureDefinition/EpisodeOfCare-DateLastEncounter
Version2.0.3
Statusactive
NameEpisodeOfCare DateLastEncounter
TitleEpisodeOfCare-DateLastEncounter
Realmnl
Authorityhl7
DescriptionFor episodes of care it can be relevant, and always is in general practitioner workflow, when the last encounter was that a problem/concern was discussed. You could try to get to that date by going through all encounters taking into account that the EpisodeOfCare might have evolved over time, but this extension provides a convenience method to avoid that.
CopyrightCC0
TypeExtension
Kindcomplex-type

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "EpisodeOfCare-DateLastEncounter",
  "url": "http://nictiz.nl/fhir/StructureDefinition/EpisodeOfCare-DateLastEncounter",
  "version": "2.0.3",
  "name": "EpisodeOfCare DateLastEncounter",
  "title": "EpisodeOfCare-DateLastEncounter",
  "status": "active",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "For episodes of care it can be relevant, and always is in general practitioner workflow, when the last encounter was that a problem/concern was discussed. You could try to get to that date by going through all encounters taking into account that the EpisodeOfCare might have evolved over time, but this extension provides a convenience method to avoid that.",
  "copyright": "CC0",
  "fhirVersion": "3.0.2",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "EpisodeOfCare"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://nictiz.nl/fhir/StructureDefinition/EpisodeOfCare-DateLastEncounter"
      },
      {
        "id": "Extension.value[x]:valueDateTime",
        "path": "Extension.valueDateTime",
        "sliceName": "valueDateTime",
        "short": "Date and if applicable time/timezone",
        "definition": "Date and if applicable time/timezone for this last encounter that the EpisodeOfCare was discussed",
        "alias": [
          "Datum en indien van toepassing tijd/tijdzone"
        ],
        "min": 1,
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "meaningWhenMissing": "No information can be inferred from missing the date/time."
      }
    ]
  }
}