FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.clinical.datatypes
Resource TypeStructureDefinition
IdStructureDefinition-BooleanType.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/FHIR/fhir.clinical.datatypes/StructureDefinition-BooleanType.html
URLhttp://fhir.org/guides/fhir/base-clinical/StructureDefinition/BooleanType
Version0.1.0
Statusactive
Date2026-05-03T22:05:01+00:00
NameBooleanType
TitleBooleanType
Realmus
Authorityhl7
DescriptionBoolean Data Type - true & false. *Mappings* * FHIR: [[[boolean]]] * openEHR: [[[DV_BOOLEAN]]] * CDA: [[[BL]]]
TypeBooleanType
Kindcomplex-type

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
fhir.clinical.datatypes#currentDataValueTypeDataValueType

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition BooleanType

NameFlagsCard.TypeDescription & Constraintsdoco
.. BooleanType 0..*DataValueTypeBooleanType (True & false)

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "BooleanType",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.org/guides/fhir/base-clinical/StructureDefinition/BooleanType",
  "version": "0.1.0",
  "name": "BooleanType",
  "title": "BooleanType",
  "status": "active",
  "experimental": false,
  "date": "2026-05-03T22:05:01+00:00",
  "publisher": "HL7 International / FHIR Infrastructure",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "Boolean Data Type - true & false. \n\n *Mappings* \n\n * FHIR: [[[boolean]]] \n\n * openEHR: [[[DV_BOOLEAN]]]\n\n * CDA: [[[BL]]] \n\n   ",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "fhir",
      "uri": "http://hl7.org/fhir"
    },
    {
      "identity": "openehr",
      "uri": "http://openehr.org/specifications"
    },
    {
      "identity": "cda",
      "uri": "http://hl7.org/cda"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "type": "BooleanType",
  "baseDefinition": "http://fhir.org/guides/fhir/base-clinical/StructureDefinition/DataValueType",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "0.1.0"
      }
    ],
    "element": [
      {
        "id": "BooleanType",
        "path": "BooleanType",
        "short": "BooleanType (True & false)",
        "definition": "Boolean value - either True or False, possibly allowing for extensions / exemption values",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "fhir",
            "map": "boolean,DataType"
          },
          {
            "identity": "openehr",
            "map": "DV_BOOLEAN,DATA_VALUE"
          },
          {
            "identity": "cda",
            "map": "BL,ANY"
          },
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "BooleanType",
        "path": "BooleanType",
        "short": "BooleanType (True & false)",
        "definition": "Boolean value - either True or False, possibly allowing for extensions / exemption values",
        "min": 0,
        "max": "*",
        "mapping": [
          {
            "identity": "fhir",
            "map": "boolean"
          },
          {
            "identity": "openehr",
            "map": "DV_BOOLEAN"
          },
          {
            "identity": "cda",
            "map": "BL"
          }
        ]
      }
    ]
  }
}