{
  "resourceType": "StructureDefinition",
  "id": "HeartBeat",
  "url": "http://amphi.eu/fhir/prehospitalsolution/StructureDefinition/HeartBeat/v1",
  "version": "1.0",
  "name": "HeartBeat",
  "status": "active",
  "date": "2024-01-10T14:02:01.1873929+00:00",
  "description": "This resource is used to gather information about whether information is currently coming from Amphi FHIR. The heart beat functionality is expressed through a time (data type dateTime) located in the metadata of the instance of the lastUpdated element.\r\nThe profile is based on the Basic Resource.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Basic",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Basic",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Basic.id",
        "path": "Basic.id",
        "max": "0"
      },
      {
        "id": "Basic.meta",
        "path": "Basic.meta",
        "definition": "Metadata of the resource.",
        "min": 1
      },
      {
        "id": "Basic.meta.id",
        "path": "Basic.meta.id",
        "max": "0"
      },
      {
        "id": "Basic.meta.versionId",
        "path": "Basic.meta.versionId",
        "min": 1
      },
      {
        "id": "Basic.meta.lastUpdated",
        "path": "Basic.meta.lastUpdated",
        "definition": "When the resource last changed.",
        "min": 1
      },
      {
        "id": "Basic.meta.source",
        "path": "Basic.meta.source",
        "max": "0"
      },
      {
        "id": "Basic.meta.profile",
        "path": "Basic.meta.profile",
        "max": "0"
      },
      {
        "id": "Basic.meta.security",
        "path": "Basic.meta.security",
        "max": "0"
      },
      {
        "id": "Basic.meta.tag",
        "path": "Basic.meta.tag",
        "max": "0"
      },
      {
        "id": "Basic.implicitRules",
        "path": "Basic.implicitRules",
        "max": "0"
      },
      {
        "id": "Basic.language",
        "path": "Basic.language",
        "max": "0"
      },
      {
        "id": "Basic.text",
        "path": "Basic.text",
        "max": "0"
      },
      {
        "id": "Basic.contained",
        "path": "Basic.contained",
        "max": "0"
      },
      {
        "id": "Basic.identifier",
        "path": "Basic.identifier",
        "max": "0"
      },
      {
        "id": "Basic.code",
        "path": "Basic.code",
        "definition": "Identifies the type of resource."
      },
      {
        "id": "Basic.code.id",
        "path": "Basic.code.id",
        "max": "0"
      },
      {
        "id": "Basic.code.coding",
        "path": "Basic.code.coding",
        "max": "0"
      },
      {
        "id": "Basic.code.text",
        "path": "Basic.code.text",
        "definition": "Plain text representation of the concept should have form 'Heartbeat- <timestamp>'.",
        "min": 1
      },
      {
        "id": "Basic.subject",
        "path": "Basic.subject",
        "max": "0"
      },
      {
        "id": "Basic.created",
        "path": "Basic.created",
        "max": "0"
      },
      {
        "id": "Basic.author",
        "path": "Basic.author",
        "max": "0"
      }
    ]
  }
}