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-FoetusOfRyanneBoulder-Example
Example of a patient resource(foetal) with with minimal details
Patient |
id : Patient-FoetusOfRyanneBoulder-Example |
identifier |
system : urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24 |
value : FT-RWT13521 |
assigner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RAX |
gender : unknown |
{ "resourceType": "Patient", "id": "Patient-FoetusOfRyanneBoulder-Example", "identifier": [ { "system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24", "value": "FT-RWT13521", "assigner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RAX" } } } ], "gender": "unknown" }
<Patient xmlns="http://hl7.org/fhir"> <id value="Patient-FoetusOfRyanneBoulder-Example" /> <identifier> <system value="urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24" /> <value value="FT-RWT13521" /> <assigner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RAX" /> </identifier> </assigner> </identifier> <gender value="unknown" /> </Patient>