FHIR IG analytics| Package | fhir.r4.wales.test |
| Resource Type | DiagnosticReport |
| Id | Example-DataStandardsWales-DiagnosticReport-ECG.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"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",
"div": "<!-- snip (see above) -->"
},
"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"
}
]
}