Example Diagnostic Report - Cardiology ECG

DiagnosticReport
DiagnosticReport.id[0]Example-DataStandardsWales-DiagnosticReport-ECG
DiagnosticReport.meta[0].versionId[0]1
DiagnosticReport.meta[0].profile[0]https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-DiagnosticReport
DiagnosticReport.meta[0].security[0].system[0]http://terminology.hl7.org/CodeSystem/v3-Confidentiality
DiagnosticReport.meta[0].security[0].code[0]N
DiagnosticReport.meta[0].security[0].display[0]Normal
DiagnosticReport.text[0].status[0]additional
DiagnosticReport.text[0].div[0]
12 Lead ECG[A]
DiagnosticReport.identifier[0].system[0]https://fhir.nhs.wales/Id/wrrs-report-identifier
DiagnosticReport.identifier[0].value[0]1000182
DiagnosticReport.basedOn[0].reference[0]ServiceRequest/Example-DataStandardsWales-ServiceRequest-ECG
DiagnosticReport.basedOn[0].display[0]12 Lead ECG
DiagnosticReport.status[0]unknown
DiagnosticReport.category[0].coding[0].system[0]https://fhir.nhs.wales/Id/wrrs-provider-type-code
DiagnosticReport.category[0].coding[0].code[0]C
DiagnosticReport.category[0].coding[0].display[0]CARDIOLOGY
DiagnosticReport.category[0].text[0]Cardiology
DiagnosticReport.code[0].coding[0].system[0]https://fhir.nhs.wales/Id/wrrs-provider-type-code
DiagnosticReport.code[0].coding[0].code[0]C
DiagnosticReport.code[0].coding[0].display[0]CARDIOLOGY
DiagnosticReport.code[0].text[0]Cardiology
DiagnosticReport.subject[0].reference[0]Patient/Example-DataStandardsWales-Patient-AliceJones
DiagnosticReport.subject[0].display[0]JONES, Alice (NHS: 9912003444)
DiagnosticReport.encounter[0].reference[0]Encounter/Example-DataStandardsWales-Encounter-EmergencyAdmission
DiagnosticReport.issued[0]2018-04-01T11:11:11+01:00
DiagnosticReport.performer[0].reference[0]Organization/Example-DataStandardsWales-Organization-Cardiology
DiagnosticReport.performer[0].display[0]Cardiology
DiagnosticReport.presentedForm[0].contentType[0]application/pdf
DiagnosticReport.presentedForm[0].language[0]en
DiagnosticReport.presentedForm[0].data[0]eW91J3ZlIGZvdW5kIGFuIGVhc3RlciBlZ2csIHdlbGwgZG9uZSE=
DiagnosticReport.presentedForm[0].title[0]12 Lead ECG[A]; JONES, Alice; Performed: 02 12 2021 12:57
<DiagnosticReport xmlns="http://hl7.org/fhir">
    <id value="Example-DataStandardsWales-DiagnosticReport-ECG" />
    <meta>
        <versionId value="1" />
        <profile value="https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-DiagnosticReport" />
        <security>
            <system value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality" />
            <code value="N" />
            <display value="Normal" />
        </security>
    </meta>
    <text>
        <status value="additional" />
        --- We have skipped the narrative for better readability of the resource ---
    </text>
    <identifier>
        <system value="https://fhir.nhs.wales/Id/wrrs-report-identifier" />
        <value value="1000182" />
    </identifier>
    <basedOn>
        <reference value="ServiceRequest/Example-DataStandardsWales-ServiceRequest-ECG" />
        <display value="12 Lead ECG" />
    </basedOn>
    <status value="unknown" />
    <category>
        <coding>
            <system value="https://fhir.nhs.wales/Id/wrrs-provider-type-code" />
            <code value="C" />
            <display value="CARDIOLOGY" />
        </coding>
        <text value="Cardiology" />
    </category>
    <code>
        <coding>
            <system value="https://fhir.nhs.wales/Id/wrrs-provider-type-code" />
            <code value="C" />
            <display value="CARDIOLOGY" />
        </coding>
        <text value="Cardiology" />
    </code>
    <subject>
        <reference value="Patient/Example-DataStandardsWales-Patient-AliceJones" />
        <display value="JONES, Alice (NHS: 9912003444)" />
    </subject>
    <encounter>
        <reference value="Encounter/Example-DataStandardsWales-Encounter-EmergencyAdmission" />
    </encounter>
    <issued value="2018-04-01T11:11:11+01:00" />
    <performer>
        <reference value="Organization/Example-DataStandardsWales-Organization-Cardiology" />
        <display value="Cardiology" />
    </performer>
    <presentedForm>
        <contentType value="application/pdf" />
        <language value="en" />
        <data value="eW91J3ZlIGZvdW5kIGFuIGVhc3RlciBlZ2csIHdlbGwgZG9uZSE=" />
        <!-- We have skipped the base64 string data value for better readability of the resource -->
        <title value="12 Lead ECG[A]; JONES, Alice; Performed: 02 12 2021 12:57" />
    </presentedForm>
</DiagnosticReport>
{
    "resourceType": "DiagnosticReport",
    "id": "Example-DataStandardsWales-DiagnosticReport-ECG",
    "meta": {
        "versionId": "1",
        "profile":  [
            "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-DiagnosticReport"
        ],
        "security":  [
            {
                "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
                "code": "N",
                "display": "Normal"
            }
        ]
    },
    "text": {
        "status": "additional",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "identifier":  [
        {
            "system": "https://fhir.nhs.wales/Id/wrrs-report-identifier",
            "value": "1000182"
        }
    ],
    "basedOn":  [
        {
            "reference": "ServiceRequest/Example-DataStandardsWales-ServiceRequest-ECG",
            "display": "12 Lead ECG"
        }
    ],
    "status": "unknown",
    "category":  [
        {
            "coding":  [
                {
                    "system": "https://fhir.nhs.wales/Id/wrrs-provider-type-code",
                    "code": "C",
                    "display": "CARDIOLOGY"
                }
            ],
            "text": "Cardiology"
        }
    ],
    "code": {
        "coding":  [
            {
                "system": "https://fhir.nhs.wales/Id/wrrs-provider-type-code",
                "code": "C",
                "display": "CARDIOLOGY"
            }
        ],
        "text": "Cardiology"
    },
    "subject": {
        "reference": "Patient/Example-DataStandardsWales-Patient-AliceJones",
        "display": "JONES, Alice (NHS: 9912003444)"
    },
    "encounter": {
        "reference": "Encounter/Example-DataStandardsWales-Encounter-EmergencyAdmission"
    },
    "issued": "2018-04-01T11:11:11+01:00",
    "performer":  [
        {
            "reference": "Organization/Example-DataStandardsWales-Organization-Cardiology",
            "display": "Cardiology"
        }
    ],
    "presentedForm":  [
        {
            "contentType": "application/pdf",
            "language": "en",
            "data": "eW91J3ZlIGZvdW5kIGFuIGVhc3RlciBlZ2csIHdlbGwgZG9uZSE=",
            "title": "12 Lead ECG[A]; JONES, Alice; Performed: 02 12 2021 12:57"
        }
    ]
}
12 Lead ECG[A]