{
  "resourceType": "StructureDefinition",
  "id": "logicalmodel-Soapheadings-R4",
  "url": "http://linkehr.com/fhir/logicalmodel-soapheadings-R4",
  "identifier": [
    {
      "system": "openEHR-CKM",
      "value": "openEHR-EHR-SECTION.soap.v0"
    }
  ],
  "version": "0",
  "name": "Soapheadings",
  "title": "SOAP headings",
  "status": "draft",
  "date": "2024-06-18",
  "publisher": "openEHR",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.veratech.es"
        }
      ]
    }
  ],
  "description": "Acronym for a group of headings used to aid recording of consistent, problem-oriented notes in a patient's health record.",
  "purpose": "To provide a framework and design guidance for consistent modelling of SOAP content within a template representing problem-oriented clinical notes.",
  "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": "SOAP_headings",
        "path": "SOAP_headings",
        "short": "SOAP headings",
        "definition": "Acronym for a group of headings used to aid recording of consistent, problem-oriented notes in a patient's health record.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "SOAP_headings",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mustSupport": true,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "SOAP_headings.Subjective_(S)",
        "path": "SOAP_headings.Subjective_(S)",
        "short": "Subjective (S)",
        "definition": "The subjective component, usually focused on the presenting complaint, history of present illness, relevant medical history and review of system.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "SOAP_headings.Subjective_(S)",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "SOAP_headings.Objective_(O)",
        "path": "SOAP_headings.Objective_(O)",
        "short": "Objective (O)",
        "definition": "The objective component, usually focused on observations, measurements, examination findings and diagnostic test results.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "SOAP_headings.Objective_(O)",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "SOAP_headings.Assessment_(A)",
        "path": "SOAP_headings.Assessment_(A)",
        "short": "Assessment (A)",
        "definition": "The assessment component, usually focused on conclusions and synopses about progress or change.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "SOAP_headings.Assessment_(A)",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "SOAP_headings.Plan_(P)",
        "path": "SOAP_headings.Plan_(P)",
        "short": "Plan (P)",
        "definition": "The plan component, usually focused on future investigations and treatment, goals of therapy and monitoring.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "SOAP_headings.Plan_(P)",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      }
    ]
  }
}