Valides Minimalbeispiel:

Familienname:Fürstin von Musterfrau

Geburtsdatum:1964-08-12

PID:TestPID

Bericht-Status:final

Bericht-Typ:Berichtzusammenfassung / Document Summary

Datum:03.05.2022

Titel:Blutdruckmessung vom 3.5.2022

Autor:Gerät XY, Fa. Z, Modell T

<Composition xmlns="http://hl7.org/fhir">
    <id value="composition-blutdruck" />
    <meta>
        <profile value="https://gematik.de/fhir/isik/StructureDefinition/ISiKBerichtSubSysteme" />
    </meta>
    <text>
        <status value="extensions" />
        --- We have skipped the narrative for better readability of the resource ---
    </text>
    <identifier>
        <type>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
                <code value="FILL" />
            </coding>
        </type>
        <system value="https://fhir.krankenhaus.example/sid/system-a/berichtnummer" />
        <value value="0123456789" />
    </identifier>
    <status value="final" />
    <type>
        <coding>
            <system value="http://loinc.org" />
            <code value="55112-7" />
        </coding>
        <text value="Kurzbericht" />
    </type>
    <subject>
        <reference value="urn:uuid:3bada18a-6fd2-11ed-a1eb-0242ac112345" />
    </subject>
    <encounter>
        <reference value="urn:uuid:74b46c1a-6fc9-11ed-a1eb-0242ac198765" />
    </encounter>
    <date value="2022-05-03" />
    <author>
        <type value="Device" />
        <display value="Ger&#228;t XY, Fa. Z, Modell T" />
    </author>
    <title value="Blutdruckmessung vom 3.5.2022" />
    <section>
        <title value="Messung" />
        <text>
            <status value="generated" />
            <div xmlns="http://www.w3.org/1999/xhtml"><table><tr><td><b>Systolisch</b></td><td><b>Diastolisch</b></td><td><b>Einheit</b></td><td><b>Uhrzeit</b></td></tr><tr><td>140</td><td>110</td><td>mmHG</td><td>17:15h</td></tr></table></div>
        </text>
    </section>
</Composition>
{
    "resourceType": "Composition",
    "id": "composition-blutdruck",
    "meta": {
        "profile":  [
            "https://gematik.de/fhir/isik/StructureDefinition/ISiKBerichtSubSysteme"
        ]
    },
    "status": "final",
    "text": {
        "status": "extensions",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "identifier": {
        "type": {
            "coding":  [
                {
                    "code": "FILL",
                    "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
                }
            ]
        },
        "system": "https://fhir.krankenhaus.example/sid/system-a/berichtnummer",
        "value": "0123456789"
    },
    "type": {
        "coding":  [
            {
                "code": "55112-7",
                "system": "http://loinc.org"
            }
        ],
        "text": "Kurzbericht"
    },
    "subject": {
        "reference": "urn:uuid:3bada18a-6fd2-11ed-a1eb-0242ac112345"
    },
    "encounter": {
        "reference": "urn:uuid:74b46c1a-6fc9-11ed-a1eb-0242ac198765"
    },
    "date": "2022-05-03",
    "author":  [
        {
            "type": "Device",
            "display": "Gerät XY, Fa. Z, Modell T"
        }
    ],
    "title": "Blutdruckmessung vom 3.5.2022",
    "section":  [
        {
            "title": "Messung",
            "text": {
                "status": "generated",
                "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><tr><td><b>Systolisch</b></td><td><b>Diastolisch</b></td><td><b>Einheit</b></td><td><b>Uhrzeit</b></td></tr><tr><td>140</td><td>110</td><td>mmHG</td><td>17:15h</td></tr></table></div>"
            }
        }
    ]
}