PackagesCanonicalsLogsProblems
    Packages
    ontariomicdrfhirimplementationguide-0.10.00@0.9.9-beta
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-Encounter
{
  "description": null,
  "_filename": "StructureDefinition-ca-on-mi-profile-encounter.json",
  "package_name": "ontariomicdrfhirimplementationguide-0.10.00",
  "date": "2024-05-24T15:29:15.2006256+00:00",
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "MICdrEncounter",
  "mapping": [ {
    "uri": "http://hl7.org/fhir/workflow",
    "name": "Workflow Pattern",
    "identity": "workflow"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  }, {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  } ],
  "abstract": false,
  "type": "Encounter",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Encounter Profile",
  "package_version": "0.9.9-beta",
  "status": "active",
  "id": "a294de2f-add3-4937-a3c8-e91a2e5590ff",
  "kind": "resource",
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-Encounter",
  "version": "0.9.0",
  "differential": {
    "element": [ {
      "id": "Encounter.meta",
      "min": 1,
      "path": "Encounter.meta",
      "mustSupport": true
    }, {
      "id": "Encounter.meta.profile",
      "min": 1,
      "path": "Encounter.meta.profile",
      "mustSupport": true
    }, {
      "id": "Encounter.identifier",
      "max": "1",
      "min": 1,
      "path": "Encounter.identifier",
      "mustSupport": true
    }, {
      "id": "Encounter.identifier.type",
      "min": 1,
      "path": "Encounter.identifier.type",
      "mustSupport": true
    }, {
      "id": "Encounter.identifier.type.coding",
      "max": "1",
      "min": 1,
      "path": "Encounter.identifier.type.coding",
      "mustSupport": true
    }, {
      "id": "Encounter.identifier.type.coding.system",
      "min": 1,
      "path": "Encounter.identifier.type.coding.system",
      "fixedUri": "http://terminology.hl7.org/CodeSystem/v2-0203",
      "mustSupport": true
    }, {
      "id": "Encounter.identifier.type.coding.code",
      "min": 1,
      "path": "Encounter.identifier.type.coding.code",
      "fixedCode": "VN",
      "mustSupport": true
    }, {
      "id": "Encounter.identifier.type.coding.display",
      "min": 1,
      "path": "Encounter.identifier.type.coding.display",
      "mustSupport": true
    }, {
      "id": "Encounter.identifier.system",
      "min": 1,
      "path": "Encounter.identifier.system",
      "comment": "Contains an OID in the urn format (urn:oid:xxxx)",
      "definition": "Establishes the namespace for the value - that is, a URL that describes a set values that are unique.\n\nIn this implementation, this will be the visit OID.",
      "mustSupport": true
    }, {
      "id": "Encounter.identifier.value",
      "min": 1,
      "path": "Encounter.identifier.value",
      "mustSupport": true
    }, {
      "id": "Encounter.status",
      "path": "Encounter.status",
      "mustSupport": true
    }, {
      "id": "Encounter.class",
      "path": "Encounter.class",
      "binding": {
        "strength": "required",
        "valueSet": "http://ontariohealth.ca/fhir/ValueSet/acCDR-encounter-class"
      },
      "mustSupport": true
    }, {
      "id": "Encounter.type",
      "max": "1",
      "path": "Encounter.type",
      "binding": {
        "strength": "extensible",
        "valueSet": "http://cihi.ca/fhir/ValueSet/aac-admit-category",
        "description": "The initial status of the patient at the time of admission to the reporting facility"
      },
      "mustSupport": true
    }, {
      "id": "Encounter.type.coding",
      "max": "1",
      "min": 1,
      "path": "Encounter.type.coding",
      "mustSupport": true
    }, {
      "id": "Encounter.type.coding.system",
      "min": 1,
      "path": "Encounter.type.coding.system",
      "fixedUri": "http://cihi.ca/fhir/CodeSystem/aac-admit-category",
      "mustSupport": true
    }, {
      "id": "Encounter.type.coding.code",
      "min": 1,
      "path": "Encounter.type.coding.code",
      "mustSupport": true
    }, {
      "id": "Encounter.type.coding.display",
      "min": 1,
      "path": "Encounter.type.coding.display",
      "mustSupport": true
    }, {
      "id": "Encounter.serviceType",
      "path": "Encounter.serviceType",
      "binding": {
        "strength": "required",
        "valueSet": "http://cihi.ca/fhir/ValueSet/aac-hospital-service",
        "description": "description of the Hospital Service"
      },
      "comment": "If hospitals send MOH defined codes, those codes will be returned in coding. If hospitals only support free text, only text field will be returned.",
      "mustSupport": true
    }, {
      "id": "Encounter.serviceType.coding",
      "path": "Encounter.serviceType.coding",
      "mustSupport": true
    }, {
      "id": "Encounter.serviceType.coding.system",
      "min": 1,
      "path": "Encounter.serviceType.coding.system",
      "mustSupport": true
    }, {
      "id": "Encounter.serviceType.coding.code",
      "min": 1,
      "path": "Encounter.serviceType.coding.code",
      "mustSupport": true
    }, {
      "id": "Encounter.serviceType.coding.display",
      "min": 1,
      "path": "Encounter.serviceType.coding.display",
      "mustSupport": true
    }, {
      "id": "Encounter.serviceType.text",
      "path": "Encounter.serviceType.text",
      "mustSupport": true
    }, {
      "id": "Encounter.priority",
      "path": "Encounter.priority",
      "binding": {
        "strength": "extensible"
      },
      "mustSupport": true
    }, {
      "id": "Encounter.priority.coding",
      "max": "1",
      "min": 1,
      "path": "Encounter.priority.coding",
      "mustSupport": true
    }, {
      "id": "Encounter.priority.coding.system",
      "min": 1,
      "path": "Encounter.priority.coding.system",
      "mustSupport": true
    }, {
      "id": "Encounter.priority.coding.code",
      "min": 1,
      "path": "Encounter.priority.coding.code",
      "mustSupport": true
    }, {
      "id": "Encounter.priority.coding.display",
      "min": 1,
      "path": "Encounter.priority.coding.display",
      "mustSupport": true
    }, {
      "id": "Encounter.subject",
      "min": 1,
      "path": "Encounter.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-Patient" ]
      } ],
      "mustSupport": true
    }, {
      "id": "Encounter.participant",
      "path": "Encounter.participant",
      "mustSupport": true
    }, {
      "id": "Encounter.participant.type",
      "max": "1",
      "min": 1,
      "path": "Encounter.participant.type",
      "binding": {
        "strength": "required"
      },
      "definition": "Role of participant in encounter. For virtual visit encounter, use type \"ATND\" (attender) to indicate Host Practitioner",
      "mustSupport": true
    }, {
      "id": "Encounter.participant.type.coding",
      "max": "1",
      "min": 1,
      "path": "Encounter.participant.type.coding",
      "mustSupport": true
    }, {
      "id": "Encounter.participant.type.coding.system",
      "min": 1,
      "path": "Encounter.participant.type.coding.system",
      "mustSupport": true
    }, {
      "id": "Encounter.participant.type.coding.code",
      "min": 1,
      "path": "Encounter.participant.type.coding.code",
      "mustSupport": true
    }, {
      "id": "Encounter.participant.type.coding.display",
      "min": 1,
      "path": "Encounter.participant.type.coding.display",
      "mustSupport": true
    }, {
      "id": "Encounter.participant.individual",
      "min": 1,
      "path": "Encounter.participant.individual",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-Practitioner" ]
      } ],
      "mustSupport": true
    }, {
      "id": "Encounter.period",
      "path": "Encounter.period",
      "mustSupport": true
    }, {
      "id": "Encounter.period.start",
      "path": "Encounter.period.start",
      "mustSupport": true
    }, {
      "id": "Encounter.period.end",
      "path": "Encounter.period.end",
      "mustSupport": true
    }, {
      "id": "Encounter.length",
      "path": "Encounter.length",
      "mustSupport": true
    }, {
      "id": "Encounter.reasonCode",
      "path": "Encounter.reasonCode",
      "mustSupport": true
    }, {
      "id": "Encounter.reasonCode.coding",
      "max": "1",
      "path": "Encounter.reasonCode.coding",
      "mustSupport": true
    }, {
      "id": "Encounter.reasonCode.coding.system",
      "path": "Encounter.reasonCode.coding.system",
      "mustSupport": true
    }, {
      "id": "Encounter.reasonCode.coding.code",
      "min": 1,
      "path": "Encounter.reasonCode.coding.code",
      "mustSupport": true
    }, {
      "id": "Encounter.reasonCode.coding.display",
      "min": 1,
      "path": "Encounter.reasonCode.coding.display",
      "mustSupport": true
    }, {
      "id": "Encounter.reasonCode.text",
      "path": "Encounter.reasonCode.text",
      "mustSupport": true
    }, {
      "id": "Encounter.location",
      "path": "Encounter.location",
      "mustSupport": true
    }, {
      "id": "Encounter.location.location",
      "path": "Encounter.location.location",
      "mustSupport": true
    }, {
      "id": "Encounter.location.location.display",
      "path": "Encounter.location.location.display",
      "mustSupport": true
    }, {
      "id": "Encounter.location.status",
      "path": "Encounter.location.status",
      "mustSupport": true
    }, {
      "id": "Encounter.location.physicalType",
      "path": "Encounter.location.physicalType",
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Encounter"
}