{
  "resourceType": "StructureDefinition",
  "id": "logicalmodel-Container_OBSERVATION-R4",
  "url": "http://linkehr.com/fhir/logicalmodel-container_OBSERVATION-R4",
  "identifier": [
    {
      "system": "openEHR-CKM",
      "value": "openEHR-EHR-OBSERVATION.container.v0"
    }
  ],
  "version": "0",
  "name": "Container_OBSERVATION",
  "title": "Container",
  "status": "draft",
  "date": "2024-06-18",
  "publisher": "openEHR",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.veratech.es"
        }
      ]
    }
  ],
  "description": "Generic archetype to contain existing CLUSTER archetypes which need to be represented as standalone data.",
  "purpose": "To enable the clinical content held within existing CLUSTER archetypes to be represented as standalone data in the health record.",
  "fhirVersion": "4.0.0",
  "mapping": [
    {
      "identity": "openEHR",
      "uri": "http://openehr.org",
      "name": "openEHR Mapping"
    },
    {
      "identity": "openEHR-natural",
      "uri": "http://openehr.org",
      "name": "openEHR natural path"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "StructureDefinition",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
  "snapshot": {
    "element": [
      {
        "id": "Container",
        "path": "Container",
        "short": "Container",
        "definition": "Generic archetype to contain existing CLUSTER archetypes which need to be represented as standalone data.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "Container",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mustSupport": true,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Container.Event_Series",
        "path": "Container.Event_Series",
        "short": "Event Series",
        "definition": "@ internal @",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Container.Event_Series",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Container.Event_Series.Any_event",
        "path": "Container.Event_Series.Any_event",
        "short": "Any event",
        "definition": "Default, unspecified point in time or interval event which may be explicitly defined in a template or at run-time.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Container.Event_Series.Any_event",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Container.Event_Series.Any_event.data",
        "path": "Container.Event_Series.Any_event.data",
        "short": "Tree",
        "definition": "@ internal @",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Container.Event_Series.Any_event.data",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Container.Event_Series.Any_event.data.Detail",
        "path": "Container.Event_Series.Any_event.data.Detail",
        "short": "Detail",
        "definition": "Clinical details held within CLUSTER archetypes.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Container.Event_Series.Any_event.data.Detail",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      }
    ]
  }
}