Notice
- Important: This guidance is under active development by NHS England and content may be added or updated on a regular basis.
- This Implementation Guide is currently in Draft and SHOULD NOT be used for development or active implementation without express direction from the NHS England Genomics Unit.
BodyStructure-PancreaticTumour
BodyStructure recording the location of a Pancreatoblastoma, within the upper region of the Pancreas.
BodyStructure |
id : BodyStructure-PancreaticTumour-Example |
morphology |
coding |
system : http://snomed.info/sct |
code : 53618008 |
display : Pancreatoblastoma |
location |
coding |
system : http://snomed.info/sct |
code : 15776009 |
display : Pancreatic structure |
locationQualifier |
coding |
system : http://snomed.info/sct |
code : 261183002 |
display : Upper |
patient |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9999999999 |
{ "resourceType": "BodyStructure", "id": "BodyStructure-PancreaticTumour-Example", "morphology": { "coding": [ { "system": "http://snomed.info/sct", "code": "53618008", "display": "Pancreatoblastoma" } ] }, "location": { "coding": [ { "system": "http://snomed.info/sct", "code": "15776009", "display": "Pancreatic structure" } ] }, "locationQualifier": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "261183002", "display": "Upper" } ] } ], "patient": { "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9999999999" } } }
<BodyStructure xmlns="http://hl7.org/fhir"> <id value="BodyStructure-PancreaticTumour-Example" /> <morphology> <coding> <system value="http://snomed.info/sct" /> <code value="53618008" /> <display value="Pancreatoblastoma" /> </coding> </morphology> <location> <coding> <system value="http://snomed.info/sct" /> <code value="15776009" /> <display value="Pancreatic structure" /> </coding> </location> <locationQualifier> <coding> <system value="http://snomed.info/sct" /> <code value="261183002" /> <display value="Upper" /> </coding> </locationQualifier> <patient> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9999999999" /> </identifier> </patient> </BodyStructure>