FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/ext-consultation-time-TO-BE-REMOVED

Packageca.on.oh.erec
Resource TypeStructureDefinition
Idext-consultation-time-TO-BE-REMOVED
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.erec@0.12.0-projectathon1.0.2&canonical=http://ehealthontario.ca/fhir/StructureDefinition/ext-consultation-time
URLhttp://ehealthontario.ca/fhir/StructureDefinition/ext-consultation-time
Statusdraft
NameConsultationTime
Realmca
Authoritynational
DescriptionRecords the amount of time a provider spent documentation a consultation
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


Source

{
  "resourceType": "StructureDefinition",
  "url": "http://ehealthontario.ca/fhir/StructureDefinition/ext-consultation-time",
  "name": "ConsultationTime",
  "status": "draft",
  "description": "Records the amount of time a provider spent documentation a consultation",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Task"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Consultation Time",
        "definition": "Records the amount of time a provider spent on a consultation",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "min": 1
      },
      {
        "id": "Extension.extension:TimeSpent",
        "path": "Extension.extension",
        "sliceName": "TimeSpent",
        "short": "Time spend on the consulation",
        "definition": "The amount of time (in minutes) a provider spent on a consultation.",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Extension.extension:TimeSpent.url",
        "path": "Extension.extension.url",
        "fixedUri": "TimeSpent"
      },
      {
        "id": "Extension.extension:TimeSpent.value[x]",
        "path": "Extension.extension.value[x]",
        "short": "Minutes Spent",
        "definition": "Amount of time spent on the consultation in minutes",
        "min": 1,
        "type": [
          {
            "code": "integer"
          }
        ],
        "mustSupport": false
      },
      {
        "id": "Extension.extension:Comments",
        "path": "Extension.extension",
        "sliceName": "Comments",
        "definition": "Additional comments",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Extension.extension:Comments.url",
        "path": "Extension.extension.url",
        "fixedUri": "Comments"
      },
      {
        "id": "Extension.extension:Comments.value[x]",
        "path": "Extension.extension.value[x]",
        "short": "Comments",
        "type": [
          {
            "code": "string"
          }
        ],
        "mustSupport": false
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://ehealthontario.ca/fhir/StructureDefinition/ext-consultation-time"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "max": "0",
        "mustSupport": true
      }
    ]
  }
}