PackagesCanonicalsLogsProblems
    Packages
    telus.dw.emr.extract@1.0.0
    https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwEncounter
{
  "description": null,
  "_filename": "DwEncounter.StructureDefinition.json",
  "package_name": "telus.dw.emr.extract",
  "date": "2024-05-03T22:11:40.4165223+00:00",
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "DwEncounter",
  "abstract": false,
  "type": "Encounter",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "1.0.0",
  "status": "draft",
  "id": "73b9da86-2bdb-49be-81da-b766c254494f",
  "kind": "resource",
  "url": "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwEncounter",
  "version": null,
  "differential": {
    "element": [ {
      "id": "Encounter.id",
      "min": 1,
      "path": "Encounter.id",
      "mustSupport": true
    }, {
      "id": "Encounter.meta",
      "path": "Encounter.meta"
    }, {
      "id": "Encounter.meta.lastUpdated",
      "min": 1,
      "path": "Encounter.meta.lastUpdated"
    }, {
      "id": "Encounter.meta.source",
      "min": 1,
      "path": "Encounter.meta.source"
    }, {
      "id": "Encounter.text",
      "min": 1,
      "path": "Encounter.text",
      "mustSupport": true
    }, {
      "id": "Encounter.identifier",
      "max": "1",
      "min": 1,
      "path": "Encounter.identifier",
      "mustSupport": true
    }, {
      "id": "Encounter.identifier.system",
      "min": 1,
      "path": "Encounter.identifier.system",
      "comment": "urn:telus:emr:::encounter\r\n\r\nIdentifier.system is always case sensitive.",
      "mustSupport": false
    }, {
      "id": "Encounter.identifier.value",
      "min": 1,
      "path": "Encounter.identifier.value",
      "comment": "Usage note: Internal primary id for this table \r\n\r\nIf the value is a full URI, then the system SHALL be urn:ietf:rfc:3986.  The value's primary purpose is computational mapping.  As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.)  A value formatted for human display can be conveyed using the [Rendered Value extension](extension-rendered-value.html). Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe."
    }, {
      "id": "Encounter.status",
      "path": "Encounter.status",
      "mustSupport": true
    }, {
      "id": "Encounter.class",
      "path": "Encounter.class",
      "comment": "Usage note: \r\nIf you are able to find it use the mapping below. If NOT then default to AMB\r\n\r\nEMR ---> FHIR \r\nClinic Visit ----> AMB\r\nVirtual Visit -----> VR\r\nHome visit/Nursing Home---> HH\r\nMobile clinics--->FLD\r\n\r\nCodes may be defined very casually in enumerations or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information.",
      "mustSupport": true
    }, {
      "id": "Encounter.type",
      "path": "Encounter.type",
      "comment": "Usage note: MA - N/A\r\nPSS - Note category\r\n\r\nSince there are many ways to further classify encounters, this element is 0..*.",
      "mustSupport": true
    }, {
      "id": "Encounter.type.text",
      "path": "Encounter.type.text",
      "mustSupport": true
    }, {
      "id": "Encounter.subject",
      "min": 1,
      "path": "Encounter.subject",
      "mustSupport": true
    }, {
      "id": "Encounter.participant",
      "path": "Encounter.participant",
      "comment": "Usage note",
      "mustSupport": true
    }, {
      "id": "Encounter.participant.individual.reference",
      "path": "Encounter.participant.individual.reference",
      "mustSupport": true
    }, {
      "id": "Encounter.appointment",
      "path": "Encounter.appointment",
      "comment": "Usage note - Where applicable provide the reference to the appointment\r\n\r\nReferences SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository.",
      "mustSupport": true
    }, {
      "id": "Encounter.period",
      "path": "Encounter.period",
      "mustSupport": true
    }, {
      "id": "Encounter.reasonCode",
      "path": "Encounter.reasonCode",
      "comment": "Usage note: \r\nMA - provide the reason for the visit provide by the patient i.e task concern on the left\r\nPSS - N/A\r\n\r\nFor systems that need to know which was the primary diagnosis, these will be marked with the standard extension primaryDiagnosis (which is a sequence value rather than a flag, 1 = primary diagnosis).",
      "mustSupport": true
    }, {
      "id": "Encounter.diagnosis",
      "path": "Encounter.diagnosis",
      "comment": "Usage note: Provide the diagnosis for the encounter if documented",
      "mustSupport": true
    }, {
      "id": "Encounter.location.physicalType",
      "path": "Encounter.location.physicalType",
      "comment": "This information is de-normalized from the Location resource to support the easier understanding of the encounter resource and processing in messaging or query.\n\nThere may be many levels in the hierachy, and this may only pick specific levels that are required for a specific usage scenario."
    }, {
      "id": "Encounter.serviceProvider",
      "path": "Encounter.serviceProvider",
      "comment": "Usage note: Reference to the organization resource that corresponds with the sub-organization where this service occured\r\n\r\nReferences SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository.",
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Encounter"
}