Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
85 changes: 37 additions & 48 deletions Bundle/UKCore-Bundle-MichaelJonesRequest-Example_minimal.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
"entry": [
{
"fullUrl": "urn:uuid:a4409d7c-b613-477c-b623-87e60406c2f0",
"resource": {
"resourceType": "MessageHeader",
"id": "a4409d7c-b613-477c-b623-87e60406c2f0",
"eventCoding": {
"system": "https://fhir.nhs.uk/CodeSystem/message-events-genomics",
"code": "genomictestrequest",
"display": "Genomic Test Request"
},
"source": {
"endpoint": "https://www.christie.nhs.uk/ehr"
},
"focus": [
{
"reference": "urn:uuid:66c519dd-423f-4238-89c8-91c5be52f330"
}
]
}
"resource": {
"resourceType": "MessageHeader",
"id": "a4409d7c-b613-477c-b623-87e60406c2f0",
"eventCoding": {
"system": "https://fhir.nhs.uk/CodeSystem/message-events-genomics",
"code": "genomictestrequest",
"display": "Genomic Test Request"
},
"source": {
"endpoint": "https://www.christie.nhs.uk/ehr"
},
"focus": [
{
"reference": "urn:uuid:66c519dd-423f-4238-89c8-91c5be52f330"
}
]
}
},
{
"fullUrl": "urn:uuid:41e4b604-37f3-4799-a6b3-ab5b104f3c97",
Expand All @@ -37,14 +37,14 @@
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
"code": "M",
"display": "Male"
}
]
}
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
"code": "M",
"display": "Male"
}
]
}
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory",
Expand Down Expand Up @@ -107,7 +107,7 @@
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Coverage",
"valueCodeableConcept": {
"coding": [
{
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory",
"code": "nhs-england",
"display": "NHS England"
Expand All @@ -125,44 +125,33 @@
"status": "active",
"intent": "order",
"category": [
{
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "405824009",
{
"system": "http://snomed.info/sct",
"code": "405824009",
"display": "Genetic test"
}
]
}
],
"priority": "routine",
"code": {
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "63491000000109",
{
"system": "http://snomed.info/sct",
"code": "63491000000109",
"display": "Paediatric IDH-wildtype glioblastoma tumour and germline WGS (whole genome sequencing)"
}
]
},
"subject": {
"subject": {
"reference": "urn:uuid:41e4b604-37f3-4799-a6b3-ab5b104f3c97"
},
"authoredOn": "2022-07-11T09:00:00Z",
"requester": {
"reference": "urn:uuid:3462583a-536c-4bad-99d3-44dc553921fd"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "363418001",
"display": "Malignant neoplasm of pancreas (disorder)"
}
]
}
]
}
}
},
{
Expand Down Expand Up @@ -190,7 +179,7 @@
},
"display": "NHS Trust - THE CHRISTIE NHS FOUNDATION TRUST"
},
"telecom" : [
"telecom": [
{
"system": "email",
"value": "lucy.hale@nhs.net"
Expand Down
Loading