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

FHIR IG Statistics: StructureDefinition/IDMS-EXTENSION-SUBMISSION-NOTE-TYPE

Packageca.on.health.idms
Resource TypeStructureDefinition
IdIDMS-EXTENSION-SUBMISSION-NOTE-TYPE
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=ca.on.health.idms@1.0.9&canonical=https://health.gov.on.ca/idms/fhir/StructureDefinition/Extension-Submission-Note-Type
URLhttps://health.gov.on.ca/idms/fhir/StructureDefinition/Extension-Submission-Note-Type
Version1.0.0
Statusactive
NameExtensionSubmissionNoteType
TitleNote Type
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
IDMS-ServiceRequest-NewIDMSServiceRequestNew

Resources that this resource uses

ValueSet
IDMS-Submission-Note-TypeSubmission Note Type

Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "IDMS-EXTENSION-SUBMISSION-NOTE-TYPE",
  "url": "https://health.gov.on.ca/idms/fhir/StructureDefinition/Extension-Submission-Note-Type",
  "version": "1.0.0",
  "name": "ExtensionSubmissionNoteType",
  "title": "Note Type",
  "status": "active",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "ServiceRequest.note"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://health.gov.on.ca/idms/fhir/StructureDefinition/Extension-Submission-Note-Type"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "description": "The Business Request Status.",
          "valueSet": "https://health.gov.on.ca/idms/fhir/ValueSet/IDMS-Submission-Note-Type"
        }
      }
    ]
  }
}