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

FHIR IG Statistics: StructureDefinition/observation-component-valueBooleanSTU3

Packagenictiz.fhir.nl.stu3.geboortezorg
Resource TypeStructureDefinition
Idobservation-component-valueBooleanSTU3
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.geboortezorg@1.3.3&canonical=http://nictiz.nl/fhir/StructureDefinition/observation-component-valueBooleanSTU3
URLhttp://nictiz.nl/fhir/StructureDefinition/observation-component-valueBooleanSTU3
Version1.3.3
Statusactive
Nameobservation-component-valueBooleanSTU3
TitleBackported Observation.component.valueBoolean extension for FHIR STU3
Realmnl
DescriptionAdditional boolean data type to include in the value[x] element in component. This extension is mocked from the offical HL7 core in R4 FHIR build specification at 18-07-2022.
CopyrightCC0
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
bc-PlacentaLocalizationbc-PlacentaLocalization

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": "observation-component-valueBooleanSTU3",
  "url": "http://nictiz.nl/fhir/StructureDefinition/observation-component-valueBooleanSTU3",
  "version": "1.3.3",
  "name": "observation-component-valueBooleanSTU3",
  "title": "Backported Observation.component.valueBoolean extension for FHIR STU3",
  "status": "active",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "email",
          "value": "info@nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Additional boolean data type to include in the value[x] element in component.  \r\n\r\nThis extension is mocked from the offical HL7 core in R4 FHIR build specification at 18-07-2022.",
  "copyright": "CC0",
  "fhirVersion": "3.0.2",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "Observation.component"
  ],
  "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/observation-component-valueBooleanSTU3"
      },
      {
        "id": "Extension.value[x]:valueBoolean",
        "path": "Extension.valueBoolean",
        "sliceName": "valueBoolean",
        "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": "boolean"
          }
        ]
      }
    ]
  }
}