FHIR IG analytics| Package | uk.nhsengland.genomics.r4 |
| Resource Type | Bundle |
| Id | Bundle-GenomicReportVisibility-JamesWilson-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Bundle",
"id": "Bundle-GenomicReportVisibility-JamesWilson-Example",
"type": "collection",
"entry": [
{
"resource": {
"resourceType": "Patient",
"id": "Patient-JamesWilson",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "PROCESSINLINELABEL",
"display": "Process Inline Security Labels"
}
]
},
"gender": "male",
"_gender": {
"extension": [
{
"url": "http://hl7.org/fhir/uv/security-label-ds4p/StructureDefinition/extension-inline-sec-label",
"valueCoding": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "NOPAT",
"display": "No disclosure to patient"
}
}
]
},
"name": [
{
"given": [
"James"
],
"family": "Wilson"
}
]
}
},
{
"resource": {
"resourceType": "ServiceRequest",
"id": "SR-JamesWilson",
"status": "active",
"intent": "order",
"subject": {
"reference": "Patient/Patient-JamesWilson"
},
"code": {
"text": "Whole Genome Sequencing"
},
"authoredOn": "2026-06-15T09:00:00Z"
}
},
{
"resource": {
"resourceType": "DiagnosticReport",
"id": "DR-JamesWilson",
"status": "final",
"subject": {
"reference": "Patient/Patient-JamesWilson"
},
"code": {
"text": "Genomic Report"
},
"conclusion": "No clinically significant variants identified."
}
}
]
}