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

FHIR IG Statistics: StructureDefinition/DataSet

Packageee.fhir.hcert
TypeStructureDefinition
IdDataSet
FHIR VersionR5
Sourcehttps://fhir.ee/hcert/https://build.fhir.org/ig/rlindstrm/ee-tx-test/StructureDefinition-DataSet.html
URLhttps://fhir.ee/hcert/StructureDefinition/DataSet
Version1.0.0
Statusactive
Date2025-07-19T20:07:01+00:00
NameDataSet
TitleMetadata
Realmee
DescriptionMetadata for data set
Typehttps://fhir.ee/hcert/StructureDefinition/DataSet
Kindlogical

Resources that use this resource

StructureDefinition
LabObservationLaboratory observation model

Resources that this resource uses

StructureDefinition
HumanPatientHuman patient

Narrative

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

Generated Narrative: StructureDefinition DataSet

NameFlagsCard.TypeDescription & Constraintsdoco
.. DataSet 0..*BaseMetadata
Instances of this logical model can be the target of a Reference
... subject[x] 1..1HumanPatientMy human patient model

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "DataSet",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
      "valueCode": "can-be-target"
    }
  ],
  "url": "https://fhir.ee/hcert/StructureDefinition/DataSet",
  "version": "1.0.0",
  "name": "DataSet",
  "title": "Metadata",
  "status": "active",
  "date": "2025-07-19T20:07:01+00:00",
  "publisher": "TEHIK",
  "contact": [
    {
      "name": "TEHIK",
      "telecom": [
        {
          "system": "url",
          "value": "https://tehik.ee"
        },
        {
          "system": "email",
          "value": "abi@tehik.ee"
        }
      ]
    }
  ],
  "description": "Metadata for data set",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "EE",
          "display": "Estonia"
        }
      ]
    }
  ],
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "https://fhir.ee/hcert/StructureDefinition/DataSet",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "5.0.0"
      }
    ],
    "element": [
      {
        "id": "DataSet",
        "path": "DataSet",
        "short": "Metadata",
        "definition": "Metadata for data set",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "DataSet.subject[x]",
        "path": "DataSet.subject[x]",
        "short": "My human patient model",
        "definition": "My human patient model",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DataSet.subject[x]",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "https://fhir.ee/hcert/StructureDefinition/HumanPatient"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "DataSet",
        "path": "DataSet",
        "short": "Metadata",
        "definition": "Metadata for data set"
      },
      {
        "id": "DataSet.subject[x]",
        "path": "DataSet.subject[x]",
        "short": "My human patient model",
        "definition": "My human patient model",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "https://fhir.ee/hcert/StructureDefinition/HumanPatient"
          }
        ]
      }
    ]
  }
}