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

FHIR IG Statistics: StructureDefinition/DataSet

Packagehl7.eu.fhir.oah
Resource TypeStructureDefinition
IdDataSet
FHIR VersionR4
Sourcehttp://hl7.eu/fhir/ig/oah/https://build.fhir.org/ig/hl7-eu/oah/StructureDefinition-DataSet.html
URLhttp://hl7.eu/fhir/ig/oah/StructureDefinition/DataSet
Version0.1.0-ci-build
Statusdraft
Date2025-07-24T09:37:09+00:00
NameDataSetOah
TitleOAH Data Set
Realmeu
Authorityhl7
DescriptionModel describing the data set usd for the OneAquaHealth project
Typehttp://hl7.eu/fhir/ig/oah/StructureDefinition/DataSet
Kindlogical

Resources that use this resource

ConceptMap
DataSetOah2FHIROAH Data Set Model to this guide Map

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: StructureDefinition DataSet

NameFlagsCard.TypeDescription & Constraintsdoco
.. DataSet 0..*BaseOAH Data Set
... pid 1..1urlglobally uniqu, persistent and resolvable identifier
... title 0..1stringData set title
... description 0..*stringData set desxription
... version 0..1stringData set version
... type 0..1CodeableConceptData Set type
... contact 0..*ContactDetailContact details
... publisher 0..1stringData Set publisher
... author 0..*ContactDetailData Set Author(s)
... date 0..1dateTimeData set Date
... dateOfApproval 0..1dateTimeDate of approval
... dateOfReview 0..1dateTimeDate of last review
... licence 0..*stringlicence information
... copyright 0..*stringData set copyright
... size 0..1QuantityData set size
... numberOfRecords 0..1integerNumber of records
... record 0..*Baserecord in the dat set
.... title 0..1stringTitle
.... format 0..1stringFormat
.... link 0..1stringLink
.... size 0..1QuantitySize

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "DataSet",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.eu/fhir/ig/oah/StructureDefinition/DataSet",
  "version": "0.1.0-ci-build",
  "name": "DataSetOah",
  "title": "OAH Data Set ",
  "status": "draft",
  "date": "2025-07-24T09:37:09+00:00",
  "publisher": "OneAquaHealth Project",
  "contact": [
    {
      "name": "OneAquaHealth Project",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.oneaquahealth.eu"
        }
      ]
    }
  ],
  "description": "Model describing the data set usd for the OneAquaHealth project",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "150",
          "display": "Europe"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "http://hl7.eu/fhir/ig/oah/StructureDefinition/DataSet",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "4.0.1"
      }
    ],
    "element": [
      {
        "id": "DataSet",
        "path": "DataSet",
        "short": "OAH Data Set ",
        "definition": "Model describing the data set usd for the OneAquaHealth project",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "DataSet.pid",
        "path": "DataSet.pid",
        "short": "globally uniqu,  persistent and resolvable identifier",
        "definition": "globally uniqu,  persistent and resolvable identifier",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DataSet.pid",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "url"
          }
        ]
      },
      {
        "id": "DataSet.title",
        "path": "DataSet.title",
        "short": "Data set title",
        "definition": "Data set title",
        "min": 0,
        "max": "1",
        "base": {
          "path": "DataSet.title",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DataSet.description",
        "path": "DataSet.description",
        "short": "Data set desxription",
        "definition": "Data set desxription",
        "min": 0,
        "max": "*",
        "base": {
          "path": "DataSet.description",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DataSet.version",
        "path": "DataSet.version",
        "short": "Data set version",
        "definition": "Data set version",
        "min": 0,
        "max": "1",
        "base": {
          "path": "DataSet.version",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DataSet.type",
        "path": "DataSet.type",
        "short": "Data Set type",
        "definition": "Identifies the type of data set",
        "min": 0,
        "max": "1",
        "base": {
          "path": "DataSet.type",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "DataSet.contact",
        "path": "DataSet.contact",
        "short": "Contact details",
        "definition": "Contact details for this data set",
        "min": 0,
        "max": "*",
        "base": {
          "path": "DataSet.contact",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "ContactDetail"
          }
        ]
      },
      {
        "id": "DataSet.publisher",
        "path": "DataSet.publisher",
        "short": "Data Set publisher",
        "definition": "Data Set publisher",
        "min": 0,
        "max": "1",
        "base": {
          "path": "DataSet.publisher",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DataSet.author",
        "path": "DataSet.author",
        "short": "Data Set Author(s)",
        "definition": "Data Set Author(s)",
        "min": 0,
        "max": "*",
        "base": {
          "path": "DataSet.author",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "ContactDetail"
          }
        ]
      },
      {
        "id": "DataSet.date",
        "path": "DataSet.date",
        "short": "Data set Date",
        "definition": "The date when the data set was last significantly changed.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "DataSet.date",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "DataSet.dateOfApproval",
        "path": "DataSet.dateOfApproval",
        "short": "Date of approval",
        "definition": "When the publisher approaved the data set for publication",
        "min": 0,
        "max": "1",
        "base": {
          "path": "DataSet.dateOfApproval",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "DataSet.dateOfReview",
        "path": "DataSet.dateOfReview",
        "short": "Date of last review",
        "definition": "The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "DataSet.dateOfReview",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "DataSet.licence",
        "path": "DataSet.licence",
        "short": "licence information",
        "definition": "licence information",
        "min": 0,
        "max": "*",
        "base": {
          "path": "DataSet.licence",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DataSet.copyright",
        "path": "DataSet.copyright",
        "short": "Data set copyright",
        "definition": "Data set copyright",
        "min": 0,
        "max": "*",
        "base": {
          "path": "DataSet.copyright",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DataSet.size",
        "path": "DataSet.size",
        "short": "Data set size",
        "definition": "Data set size (e.g. MB)",
        "min": 0,
        "max": "1",
        "base": {
          "path": "DataSet.size",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "id": "DataSet.numberOfRecords",
        "path": "DataSet.numberOfRecords",
        "short": "Number of records",
        "definition": "Number of records in this data set",
        "min": 0,
        "max": "1",
        "base": {
          "path": "DataSet.numberOfRecords",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "id": "DataSet.record",
        "path": "DataSet.record",
        "short": "record in the dat set",
        "definition": "record in the dat set",
        "min": 0,
        "max": "*",
        "base": {
          "path": "DataSet.record",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "DataSet.record.title",
        "path": "DataSet.record.title",
        "short": "Title",
        "definition": "Record title",
        "min": 0,
        "max": "1",
        "base": {
          "path": "DataSet.record.title",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DataSet.record.format",
        "path": "DataSet.record.format",
        "short": "Format",
        "definition": "Record format",
        "min": 0,
        "max": "1",
        "base": {
          "path": "DataSet.record.format",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DataSet.record.link",
        "path": "DataSet.record.link",
        "short": "Link",
        "definition": "Where the record can be accessed",
        "min": 0,
        "max": "1",
        "base": {
          "path": "DataSet.record.link",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DataSet.record.size",
        "path": "DataSet.record.size",
        "short": "Size",
        "definition": "Size of the record  (e.g. MB)",
        "min": 0,
        "max": "1",
        "base": {
          "path": "DataSet.record.size",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Quantity"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "DataSet",
        "path": "DataSet",
        "short": "OAH Data Set ",
        "definition": "Model describing the data set usd for the OneAquaHealth project"
      },
      {
        "id": "DataSet.pid",
        "path": "DataSet.pid",
        "short": "globally uniqu,  persistent and resolvable identifier",
        "definition": "globally uniqu,  persistent and resolvable identifier",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "url"
          }
        ]
      },
      {
        "id": "DataSet.title",
        "path": "DataSet.title",
        "short": "Data set title",
        "definition": "Data set title",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DataSet.description",
        "path": "DataSet.description",
        "short": "Data set desxription",
        "definition": "Data set desxription",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DataSet.version",
        "path": "DataSet.version",
        "short": "Data set version",
        "definition": "Data set version",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DataSet.type",
        "path": "DataSet.type",
        "short": "Data Set type",
        "definition": "Identifies the type of data set",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "DataSet.contact",
        "path": "DataSet.contact",
        "short": "Contact details",
        "definition": "Contact details for this data set",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ]
      },
      {
        "id": "DataSet.publisher",
        "path": "DataSet.publisher",
        "short": "Data Set publisher",
        "definition": "Data Set publisher",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DataSet.author",
        "path": "DataSet.author",
        "short": "Data Set Author(s)",
        "definition": "Data Set Author(s)",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ]
      },
      {
        "id": "DataSet.date",
        "path": "DataSet.date",
        "short": "Data set Date",
        "definition": "The date when the data set was last significantly changed. ",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "DataSet.dateOfApproval",
        "path": "DataSet.dateOfApproval",
        "short": "Date of approval",
        "definition": "When the publisher approaved the data set for publication",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "DataSet.dateOfReview",
        "path": "DataSet.dateOfReview",
        "short": "Date of last review",
        "definition": "The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "DataSet.licence",
        "path": "DataSet.licence",
        "short": "licence information",
        "definition": "licence information",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DataSet.copyright",
        "path": "DataSet.copyright",
        "short": "Data set copyright",
        "definition": "Data set copyright",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DataSet.size",
        "path": "DataSet.size",
        "short": "Data set size",
        "definition": "Data set size (e.g. MB)",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "id": "DataSet.numberOfRecords",
        "path": "DataSet.numberOfRecords",
        "short": "Number of records",
        "definition": "Number of records in this data set",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "id": "DataSet.record",
        "path": "DataSet.record",
        "short": "record in the dat set",
        "definition": "record in the dat set",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "DataSet.record.title",
        "path": "DataSet.record.title",
        "short": "Title",
        "definition": "Record title",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DataSet.record.format",
        "path": "DataSet.record.format",
        "short": "Format",
        "definition": "Record format",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DataSet.record.link",
        "path": "DataSet.record.link",
        "short": "Link",
        "definition": "Where the record can be accessed",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DataSet.record.size",
        "path": "DataSet.record.size",
        "short": "Size",
        "definition": "Size of the record  (e.g. MB)",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity"
          }
        ]
      }
    ]
  }
}