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

FHIR IG Statistics: StructureDefinition/201d5f08-b51e-4713-9bcb-be81dea42b9a

Packageca.on.health.sadie
Resource TypeStructureDefinition
Id201d5f08-b51e-4713-9bcb-be81dea42b9a
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.health.sadie@1.4.11&canonical=http://health.gov.on.ca/sadie/fhir/StructureDefinition/RequestSubmission
URLhttp://health.gov.on.ca/sadie/fhir/StructureDefinition/RequestSubmission
Version1.0.0
Statusactive
NameRequestSubmission
TitleRequestSubmission
DescriptionThis is the Request profile that is used to validate when submitting, it is inherited from Request. It has restrictions based on the requirements for a submission.
TypeServiceRequest
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
RequestRequest

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "201d5f08-b51e-4713-9bcb-be81dea42b9a",
  "url": "http://health.gov.on.ca/sadie/fhir/StructureDefinition/RequestSubmission",
  "version": "1.0.0",
  "name": "RequestSubmission",
  "title": "RequestSubmission",
  "status": "active",
  "description": "This is the Request profile that is used to validate when submitting,  it is inherited from Request.    It has restrictions based on the requirements for a submission.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "quick",
      "uri": "http://siframework.org/cqf",
      "name": "Quality Improvement and Clinical Knowledge (QUICK)"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "ServiceRequest",
  "baseDefinition": "http://health.gov.on.ca/sadie/fhir/StructureDefinition/Request",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "ServiceRequest.extension",
        "path": "ServiceRequest.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "ServiceRequest.extension:requestSubmittedDate",
        "path": "ServiceRequest.extension",
        "sliceName": "requestSubmittedDate",
        "min": 1
      },
      {
        "id": "ServiceRequest.authoredOn",
        "path": "ServiceRequest.authoredOn",
        "min": 1
      },
      {
        "id": "ServiceRequest.requester",
        "path": "ServiceRequest.requester",
        "min": 1
      },
      {
        "id": "ServiceRequest.performer",
        "path": "ServiceRequest.performer",
        "min": 1
      },
      {
        "id": "ServiceRequest.locationCode",
        "path": "ServiceRequest.locationCode",
        "min": 1
      },
      {
        "id": "ServiceRequest.locationReference",
        "path": "ServiceRequest.locationReference",
        "min": 1
      },
      {
        "id": "ServiceRequest.supportingInfo",
        "path": "ServiceRequest.supportingInfo",
        "definition": "#### **_`FOR SADIE USE:  For submitted requests this is where the generated PDF is referenced.   It is a reference to a DocumentReference resource.`_**\n\nAdditional clinical information about the patient or specimen that may influence the services or their interpretations.  This includes observations explicitly requested by the producer (filler) to provide context or supporting information needed to complete the order. For example,  reporting the amount of inspired oxygen for blood gas measurements.",
        "min": 1
      }
    ]
  }
}