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

FHIR IG analytics

Packageca.on.olis.r4
Resource TypeStructureDefinition
IdOLISOrderTiming.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "2df7c9d2-888b-4ef2-a2eb-04b5575ce845",
  "meta": {
    "lastUpdated": "2022-10-04T14:38:29.6289121+00:00"
  },
  "url": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-orderTiming",
  "version": "2.0.1",
  "name": "OLISOrderTiming",
  "status": "draft",
  "date": "2022-10-04T14:40:29.2058996+00:00",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "OLIS-HL7-V2",
      "name": "OLIS HL7 V2"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "type": "Timing",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Timing",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Timing.event",
        "path": "Timing.event",
        "definition": "Identifies specific times when the event occurs. This is only used for timed order in OLIS (priority = \"T\")",
        "min": 1,
        "max": "1",
        "mustSupport": true,
        "mapping": [
          {
            "identity": "OLIS-HL7-V2",
            "map": "OBR.27.4",
            "comment": "Only if OBR.27.6 is P or T"
          }
        ]
      },
      {
        "id": "Timing.code",
        "path": "Timing.code",
        "short": "only text field will be supported",
        "definition": "Note: for OLIS, only text field will be supported for P and T values.",
        "comment": "text field will be \"Preoperative (to be done prior to surgery)\" or \"Timing critical (do as near as possible to requested time)\"",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Timing.code.text",
        "path": "Timing.code.text",
        "short": "Support information about P and T values in OLIS",
        "definition": "text field will be \"Preoperative (to be done prior to surgery)\" or \"Timing critical within <integer> <unit>\" where unit can be \"seconds\", \"minutes\", \"hours\", \"days\", \"weeks\", \"months\"",
        "min": 1,
        "mustSupport": true,
        "mapping": [
          {
            "identity": "OLIS-HL7-V2",
            "map": "OBR.27.6 (only if it's P or T value)",
            "comment": "If \"P\", text should be \"Preoperative (to be done prior to surgery). If it's a T<unit><integer> value, text should be \"timing critical within <integer> <unit>\" where <unit> is \"seconds\" for TS, \"minutes\" for \"TM\", \"hours\" for TH, \"days\" for TD, \"weeks' for TW, \"months\" for TL"
          }
        ]
      }
    ]
  }
}