Inera Core Implementation Guide
0.2.0 - ci-build Sweden

Inera Core Implementation Guide - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Patientsammanfattning ??? v??rdkontakt 2025-11-24 - JSON Representation

Raw json | Download

{
  "resourceType" : "Composition",
  "id" : "patient-summary-example",
  "meta" : {
    "lastUpdated" : "2025-11-24T14:35:00+01:00",
    "source" : "urn:oid:1.2.752.129.2.1.4.1#SE5565594230-ABCD",
    "profile" : [
      "https://inera.se/fhir/core/StructureDefinition/CompositionInera"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition patient-summary-example</b></p><a name=\"patient-summary-example\"> </a><a name=\"hcpatient-summary-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2025-11-24 14:35:00+0100; </p><p style=\"margin-bottom: 0px\">Information Source: urn:oid:1.2.752.129.2.1.4.1#SE5565594230-ABCD</p><p style=\"margin-bottom: 0px\">Profile: <code>https://inera.se/fhir/core/StructureDefinition/CompositionInera</code></p></div><p><b>identifier</b>: <code>urn:oid:1.2.752.129.2.1.2.1</code>/PSH-2025-11-24-0001</p><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 60591-5}\">Patient summary Document</span></p><p><b>encounter</b>: <a href=\"Encounter/cc-2025-11-24-0001\">Encounter/cc-2025-11-24-0001</a></p><p><b>date</b>: 2025-11-24 14:30:00+0100</p><p><b>author</b>: <a href=\"PractitionerRole-anna-andersson-role.html\">Anna Andersson, Läkare</a></p><p><b>title</b>: Patientsammanfattning – vårdkontakt 2025-11-24</p><p><b>custodian</b>: <a href=\"Organization-unit-a001.html\">Vårdenhet A001</a></p><h3>Events</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Period</b></td><td><b>Detail</b></td></tr><tr><td style=\"display: none\">*</td><td>2025-11-24 09:00:00+0100 --&gt; 2025-11-24 14:30:00+0100</td><td><a href=\"Encounter/cc-2025-11-24-0001\">Encounter/cc-2025-11-24-0001</a></td></tr></table></div>"
  },
  "identifier" : {
    "system" : "urn:oid:1.2.752.129.2.1.2.1",
    "value" : "PSH-2025-11-24-0001"
  },
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "60591-5",
        "display" : "Patient summary Document"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/191212121212",
    "display" : "Patient 191212121212"
  },
  "encounter" : {
    "reference" : "Encounter/cc-2025-11-24-0001",
    "identifier" : {
      "system" : "urn:oid:1.2.752.129.2.1.2.1",
      "value" : "CC-2025-11-24-0001"
    }
  },
  "date" : "2025-11-24T14:30:00+01:00",
  "author" : [
    {
      🔗 "reference" : "PractitionerRole/anna-andersson-role",
      "display" : "Anna Andersson, Läkare"
    }
  ],
  "title" : "Patientsammanfattning – vårdkontakt 2025-11-24",
  "custodian" : {
    🔗 "reference" : "Organization/unit-a001",
    "display" : "Vårdenhet A001"
  },
  "event" : [
    {
      "period" : {
        "start" : "2025-11-24T09:00:00+01:00",
        "end" : "2025-11-24T14:30:00+01:00"
      },
      "detail" : [
        {
          "reference" : "Encounter/cc-2025-11-24-0001"
        }
      ]
    }
  ],
  "section" : [
    {
      "title" : "Diagnoser",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "11450-4",
            "display" : "Problem list"
          }
        ]
      },
      "entry" : [
        {
          🔗 "reference" : "Condition/diagnosis-123"
        }
      ]
    },
    {
      "title" : "Observationer",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "29545-1",
            "display" : "Physical findings"
          }
        ]
      },
      "entry" : [
        {
          🔗 "reference" : "Observation/pending-cancer-diagnosis"
        }
      ]
    }
  ]
}