{
  "resourceType": "StructureDefinition",
  "id": "logicalmodel-Demographicscontainer-R4",
  "url": "http://linkehr.com/fhir/logicalmodel-demographicscontainer-R4",
  "identifier": [
    {
      "system": "openEHR-CKM",
      "value": "openEHR-EHR-ADMIN_ENTRY.demographics.v0"
    }
  ],
  "version": "0",
  "name": "Demographicscontainer",
  "title": "Demographics container",
  "status": "draft",
  "date": "2024-06-18",
  "publisher": "openEHR",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.veratech.es"
        }
      ]
    }
  ],
  "description": "A container archetype used to hold demographic-related EHR CLUSTER archetypes.",
  "purpose": "To contain demographic-related EHR CLUSTER archetypes when they are to be used standalone within a template, such as when they are used as a proxy for the review of demographic data in the header of a form or document template.",
  "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": "Demographics_container",
        "path": "Demographics_container",
        "short": "Demographics container",
        "definition": "A container archetype used to hold demographic-related EHR CLUSTER archetypes.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "Demographics_container",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mustSupport": true,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Demographics_container.data",
        "path": "Demographics_container.data",
        "short": "Item tree",
        "definition": "@ internal @",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Demographics_container.data",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Demographics_container.data.Person_Organisation",
        "path": "Demographics_container.data.Person_Organisation",
        "short": "Person/Organisation",
        "definition": "CLUSTER",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Demographics_container.data.Person_Organisation",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      }
    ]
  }
}