diff --git a/Bundle/Bundle-GenomicReportVisibility-JamesWilson-Example.json b/Bundle/Bundle-GenomicReportVisibility-JamesWilson-Example.json new file mode 100644 index 0000000..7f11e49 --- /dev/null +++ b/Bundle/Bundle-GenomicReportVisibility-JamesWilson-Example.json @@ -0,0 +1,72 @@ +{ + "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." + } + } + ] +} diff --git a/package.json b/package.json index b104930..036ae87 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "hl7.fhir.us.mcode": "4.0.0", "fhir.r4.nhsengland.pathology": "0.1.4-alpha", "hl7.fhir.uv.tools.r4": "1.1.2", + "hl7.fhir.uv.security-label-ds4p": "1.0.0", "fhir.r4.nhsengland.nhse-identifiers": "0.1.1-alpha", "fhir.r4.ukcore.stu3.currentbuild": "0.28.0-pre-release" },