HL7 Europe Base and Core FHIR IG
2.0.0-ballot - ballot 150

This page is part of the HL7 Europe Base and Core (v2.0.0-ballot: Release Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 0.1.0. For a full list of available versions, see the Directory of published versions

: Composition Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Composition",
  "id" : "26032a57-083a-4ddf-b019-e566ae02f740",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.eu/fhir/base/StructureDefinition/composition-eu-core"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition 26032a57-083a-4ddf-b019-e566ae02f740</b></p><a name=\"26032a57-083a-4ddf-b019-e566ae02f740\"> </a><a name=\"hc26032a57-083a-4ddf-b019-e566ae02f740\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-composition-eu-core.html\">Composition (EU core)</a></p></div><p><b>Composition: Information recipient</b>: <a href=\"Organization-organization-eu-core-example.html\">Nuovo Ospedale S.Agostino (MO)</a></p><p><b>Document DiagnosticReport Reference</b>: <a href=\"DiagnosticReport-5679723c-4fae-4ba7-9f09-5438a827bfda.html\">Diagnostic Report for 'Laboratory report' for '-&gt;John Doe  Male, DoB: 1980-01-01'</a></p><p><b>identifier</b>: <code>http://example.org/composition-ids</code>/c030702.TSTSMN63A01F205H.20220325112426.TSS1Tkju</p><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 11502-2}\">Laboratorní zpráva</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 18719-5}\">Chemistry studies (set)</span></p><p><b>date</b>: 2022-03-30 11:24:26+0100</p><p><b>author</b>: <a href=\"PractitionerRole-practitionerRole-eu-core-example.html\">PractitionerRole General practice (specialty)</a></p><p><b>title</b>: Laboratorní zpráva</p><h3>Attesters</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Mode</b></td><td><b>Time</b></td><td><b>Party</b></td></tr><tr><td style=\"display: none\">*</td><td>Legal</td><td>2022-03-25 11:00:00+0100</td><td><a href=\"PractitionerRole-practitionerRole-eu-core-example.html\">PractitionerRole General practice (specialty)</a></td></tr></table><p><b>custodian</b>: Example Health Organization</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.eu/fhir/StructureDefinition/information-recipient",
      "valueReference" : {
        🔗 "reference" : "Organization/organization-eu-core-example",
        "display" : "Nuovo Ospedale S.Agostino (MO)"
      }
    },
    {
      "url" : "http://hl7.eu/fhir/extensions/StructureDefinition/composition-diagnosticReportReference",
      "valueReference" : {
        🔗 "reference" : "DiagnosticReport/5679723c-4fae-4ba7-9f09-5438a827bfda"
      }
    }
  ],
  "identifier" : {
    "system" : "http://example.org/composition-ids",
    "value" : "c030702.TSTSMN63A01F205H.20220325112426.TSS1Tkju"
  },
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "11502-2",
        "display" : "Laboratory report"
      }
    ],
    "text" : "Laboratorní zpráva"
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "18719-5",
          "display" : "Chemistry studies (set)"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/patient-eu-core-example"
  },
  "date" : "2022-03-30T11:24:26+01:00",
  "author" : [
    {
      🔗 "reference" : "PractitionerRole/practitionerRole-eu-core-example"
    }
  ],
  "title" : "Laboratorní zpráva",
  "attester" : [
    {
      "mode" : "legal",
      "time" : "2022-03-25T11:00:00+01:00",
      "party" : {
        🔗 "reference" : "PractitionerRole/practitionerRole-eu-core-example"
      }
    }
  ],
  "custodian" : {
    "display" : "Example Health Organization"
  },
  "section" : [
    {
      "title" : "Urine examinations",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "18729-4",
            "display" : "Urinalysis studies (set)"
          }
        ],
        "text" : "ESAMI DELLE URINE"
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table id=\"nota1\"><thead><tr><th>Date</th><th>Test</th><th>Value</th><th>Unit(s)</th><th>Reference Range</th><th>Interpretation</th></tr></thead><tbody><tr><td>2023-03-27</td><td>Urea (U) [Moles/Vol]</td><td>310</td><td>mmol/L</td><td>67 - 580 mmol/L</td><td>Significantly low</td></tr></tbody></table></div>"
      },
      "entry" : [
        {
          🔗 "reference" : "Observation/763f7902-8103-4d10-8bd1-546a726d43ee"
        }
      ]
    }
  ]
}