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

FHIR IG Statistics: StructureDefinition/workflow-supportingInfoSTU3

Packagenictiz.fhir.nl.stu3.geboortezorg
Resource TypeStructureDefinition
Idworkflow-supportingInfoSTU3
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.geboortezorg@1.3.3&canonical=http://nictiz.nl/fhir/StructureDefinition/workflow-supportingInfoSTU3
URLhttp://nictiz.nl/fhir/StructureDefinition/workflow-supportingInfoSTU3
Version1.3.3
Statusactive
Nameworkflow-supportingInfoSTU3
TitleBackported workflow-supportingInfo extension for FHIR STU3
Realmnl
DescriptionOther resources *from the patient record* that may be relevant to the event. The information from these resources was either used to create the instance or is provided to help with its interpretation. This extension **should not** be used if more specific inline elements or extensions are available. For example, use `Observation.hasMember` instead of supportingInformation for representing the members of an Observation panel. This extension is mocked from the offical HL7 core in R4 FHIR build specification at 31-05-2022.
CopyrightCC0
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",
  "id": "workflow-supportingInfoSTU3",
  "url": "http://nictiz.nl/fhir/StructureDefinition/workflow-supportingInfoSTU3",
  "version": "1.3.3",
  "name": "workflow-supportingInfoSTU3",
  "title": "Backported workflow-supportingInfo extension for FHIR STU3",
  "status": "active",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "email",
          "value": "info@nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Other resources *from the patient record* that may be relevant to the event. The information from these resources was either used to create the instance or is provided to help with its interpretation. This extension **should not** be used if more specific inline elements or extensions are available. For example, use `Observation.hasMember` instead of supportingInformation for representing the members of an Observation panel.\r\n\r\nThis extension is mocked from the offical HL7 core in R4 FHIR build specification at 31-05-2022.",
  "copyright": "CC0",
  "fhirVersion": "3.0.2",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "Observation",
    "DiagnosticReport",
    "CommunicationRequest"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://nictiz.nl/fhir/StructureDefinition/workflow-supportingInfoSTU3"
      },
      {
        "id": "Extension.value[x]:valueReference",
        "path": "Extension.valueReference",
        "sliceName": "valueReference",
        "short": "supportingInfo",
        "definition": "Other resources *from the patient record* that may be relevant to the event. The information from these resources was either used to create the instance or is provided to help with its interpretation. This extension **should not** be used if more specific inline elements or extensions are available. For example, use `Observation.hasMember` instead of supportingInformation for representing the members of an Observation panel.",
        "type": [
          {
            "code": "Reference"
          }
        ]
      }
    ]
  }
}