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.
Patient-RyanneBoulderPartner-Example
Example of a patient resource with with minimal details.
Patient |
id : Patient-RyanneBoulderPartner-Example |
identifier |
system : urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24 |
value : P-RWT13521 |
assigner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RAX |
gender : male |
link |
other |
reference : RelatedPerson/RelatedPerson-RyanneBoulderPartner-Example |
type : seealso |
{ "resourceType": "Patient", "id": "Patient-RyanneBoulderPartner-Example", "identifier": [ { "system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24", "value": "P-RWT13521", "assigner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RAX" } } } ], "gender": "male", "link": [ { "other": { "reference": "RelatedPerson/RelatedPerson-RyanneBoulderPartner-Example" }, "type": "seealso" } ] }
<Patient xmlns="http://hl7.org/fhir"> <id value="Patient-RyanneBoulderPartner-Example" /> <identifier> <system value="urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24" /> <value value="P-RWT13521" /> <assigner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RAX" /> </identifier> </assigner> </identifier> <gender value="male" /> <link> <other> <reference value="RelatedPerson/RelatedPerson-RyanneBoulderPartner-Example" /> </other> <type value="seealso" /> </link> </Patient>