FHIR IG analytics| Package | fhir.r4.wales |
| Resource Type | DiagnosticReport |
| Id | Example-DataStandardsWales-DiagnosticReport-StressTest.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-StressTest",
"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": "1000012"
}
],
"basedOn": [
{
"reference": "ServiceRequest/Example-DataStandardsWales-ServiceRequest-StressTest",
"display": "Stress Test"
}
],
"status": "final",
"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-system-code",
"code": "ECHO-STRESS",
"display": "Stress Test"
}
],
"text": "Stress Test"
},
"subject": {
"reference": "Patient/Example-DataStandardsWales-Patient-AliceJones",
"display": "JONES, Alice (NHS: 9912003444)"
},
"issued": "2021-08-31T10:52:14.13+00:00",
"performer": [
{
"reference": "Organization/Example-DataStandardsWales-Organization-Cardiology",
"identifier": {
"system": "https://fhir.nhs.wales/Id/wrrs-provider-department-identifier",
"value": "CARD"
},
"display": "Cardiology"
}
],
"presentedForm": [
{
"contentType": "application/pdf",
"language": "en",
"data": "eW91J3ZlIGZvdW5kIGFuIGVhc3RlciBlZ2csIHdlbGwgZG9uZSE=",
"title": "Stress Test[A]; JONES, Alice; Performed: 31 08 2021 10:52"
}
]
}