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

FHIR IG Statistics: StructureDefinition/4745ca9d-825c-46e7-bac7-9a1e1a10cfce

Packageca.on.ehr.r4
Resource TypeStructureDefinition
Id4745ca9d-825c-46e7-bac7-9a1e1a10cfce
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.ehr.r4@1.0.0-snapshot9&canonical=http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-ext-sort-key
URLhttp://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-ext-sort-key
Statusactive
Date2022-01-12T04:28:00.3301862+00:00
NameSortKey
Realmca
Authoritynational
DescriptionSort key values allow laboratories to suggest the sequence of test requests and observations within a single order or test request to organize the display of the patient report by other external systems (e.g., a practitioner’s electronic medical record system).
PurposeTo allow laboratories to suggest the sequence of test requests and observations.
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
profile-serviceRequestServiceRequest EHR
ca-on-lab-profile-ObservationObservation
ca-on-lab-profile-ServiceRequestServiceRequest

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",
  "id": "4745ca9d-825c-46e7-bac7-9a1e1a10cfce",
  "meta": {
    "lastUpdated": "2022-01-12T04:29:35.896+00:00"
  },
  "url": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-ext-sort-key",
  "name": "SortKey",
  "status": "active",
  "date": "2022-01-12T04:28:00.3301862+00:00",
  "description": "Sort key values allow laboratories to suggest the sequence of test requests and observations within a single order or test request to organize the display of the patient report by other external systems (e.g., a practitioner’s electronic medical record system).",
  "purpose": "To allow laboratories to suggest the sequence of test requests and observations.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "ServiceRequest"
    },
    {
      "type": "element",
      "expression": "Observation"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "max": "1",
        "isModifier": false
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-ext-sort-key"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ]
        },
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}