<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=" />
<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"
}
]
}