FHIR Meta Data Type (R4)

Meta holds metadata about a resource instance: versionId, lastUpdated, the profiles it claims conformance to, security labels and tags. Element table, example JSON and FHIRPath for FHIR R4.

  • FHIR Meta Data Type (R4) — part of the free FHIR Toolbox library.
  • Runs entirely in your browser: your FHIR data is never uploaded to a server.

Overview

Meta holds metadata about a resource instance: versionId, lastUpdated, the profiles it claims conformance to, security labels and tags. It is set by servers and can be set by clients.

Elements

ElementTypeCardinalityDescription
Meta.versionIdid0..1Version specific identifier
Meta.lastUpdatedinstant0..1When the resource version last changed
Meta.sourceuri0..1Identifies where the resource comes from
Meta.profilecanonical0..*Profiles this resource claims to conform to
Meta.securityCoding0..*Security Labels applied to this resource
Meta.tagCoding0..*Tags applied to this resource

Example JSON (R4)

{
  "versionId": "1",
  "lastUpdated": "2024-05-01T12:00:00Z",
  "profile": [
    "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
  ]
}

FHIRPath

  • Patient.meta.profile — Declared profiles
  • Patient.meta.lastUpdated — Last update time

FHIR Toolbox is a free, privacy-first collection of HL7 FHIR utilities by Omindra Labs. Every tool performs zero-server processing — your health data never leaves your device.