|
| 1 | +{ |
| 2 | + "resourceType": "Bundle", |
| 3 | + "id": "Bundle-GenomicReportVisibility-JamesWilson-Example", |
| 4 | + "type": "collection", |
| 5 | + "entry": [ |
| 6 | + { |
| 7 | + "resource": { |
| 8 | + "resourceType": "Patient", |
| 9 | + "id": "Patient-JamesWilson", |
| 10 | + "meta": { |
| 11 | + "security": [ |
| 12 | + { |
| 13 | + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", |
| 14 | + "code": "PROCESSINLINELABEL", |
| 15 | + "display": "Process Inline Security Labels" |
| 16 | + } |
| 17 | + ] |
| 18 | + }, |
| 19 | + "gender": "male", |
| 20 | + "_gender": { |
| 21 | + "extension": [ |
| 22 | + { |
| 23 | + "url": "http://hl7.org/fhir/uv/security-label-ds4p/StructureDefinition/extension-inline-sec-label", |
| 24 | + "valueCoding": { |
| 25 | + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", |
| 26 | + "code": "NOPAT", |
| 27 | + "display": "No disclosure to patient" |
| 28 | + } |
| 29 | + } |
| 30 | + ] |
| 31 | + }, |
| 32 | + "name": [ |
| 33 | + { |
| 34 | + "given": [ |
| 35 | + "James" |
| 36 | + ], |
| 37 | + "family": "Wilson" |
| 38 | + } |
| 39 | + ] |
| 40 | + } |
| 41 | + }, |
| 42 | + { |
| 43 | + "resource": { |
| 44 | + "resourceType": "ServiceRequest", |
| 45 | + "id": "SR-JamesWilson", |
| 46 | + "status": "active", |
| 47 | + "intent": "order", |
| 48 | + "subject": { |
| 49 | + "reference": "Patient/Patient-JamesWilson" |
| 50 | + }, |
| 51 | + "code": { |
| 52 | + "text": "Whole Genome Sequencing" |
| 53 | + }, |
| 54 | + "authoredOn": "2026-06-15T09:00:00Z" |
| 55 | + } |
| 56 | + }, |
| 57 | + { |
| 58 | + "resource": { |
| 59 | + "resourceType": "DiagnosticReport", |
| 60 | + "id": "DR-JamesWilson", |
| 61 | + "status": "final", |
| 62 | + "subject": { |
| 63 | + "reference": "Patient/Patient-JamesWilson" |
| 64 | + }, |
| 65 | + "code": { |
| 66 | + "text": "Genomic Report" |
| 67 | + }, |
| 68 | + "conclusion": "No clinically significant variants identified." |
| 69 | + } |
| 70 | + } |
| 71 | + ] |
| 72 | +} |
0 commit comments