This page is part of the FHIR Specification (v5.0.0-ballot: FHIR R5 Ballot Preview). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Clinical Genomics Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Patient |
Raw XML (canonical form + also see XML Format Specification)
Patient - Genomic (id = "genomicPatient")
<?xml version="1.0" encoding="UTF-8"?> <Patient xmlns="http://hl7.org/fhir"> <id value="genomicPatient"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p> <b> John Junior Doe (OFFICIAL)</b> (no stated gender) 2001-01-01 ( Medical record number: 11117 (TEMP))</p> </div> </text> <identifier> <use value="temp"/> <type> <coding> <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/> <code value="MR"/> <display value="Medical record number"/> </coding> </type> <system value="http://www.somesystemabc.net/identifiers/persons"/> <value value="11117"/> <period> <start value="2021-01-01"/> </period> <assigner> <display value="General Hospital"/> </assigner> </identifier> <active value="true"/> <name> <use value="official"/> <family value="Doe"/> <given value="John"/> <given value="Junior"/> </name> <gender value="unknown"/> <birthDate value="2001-01-01"/> </Patient>
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.