This page is part of the HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU1 (v0.9.1: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
<Practitioner xmlns="http://hl7.org/fhir"> <id value="mCODEPractitionerExample01"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p><b>*** mCODE Example: Practitioner ***</b></p><p><b>id</b>: mCODEPractitionerExample01</p><p><b>meta</b>: </p><p><b>identifier</b>: 9941339108, 25456</p><p><b>name</b>: Kyle Anydoc, MD </p><p><b>address</b>: 567 Healthcare Drive Anytown MA 12345 (HOME)</p></div> </text> <identifier> <system value="http://hl7.org.fhir/sid/us-npi"/> <value value="9988776655"/> </identifier> <identifier> <system value="http://www.acme.org/practitioners"/> <value value="25456"/> </identifier> <name> <family value="Anydoc"/> <given value="Kyle"/> <prefix value="Dr."/> </name> <address> <use value="home"/> <line value="567 Healthcare Drive"/> <city value="Anytown"/> <state value="MA"/> <postalCode value="12345"/> <country value="US"/> </address> <gender value="male"/> <qualification> <code> <coding> <system value="http://terminology.hl7.org/CodeSystem/v2-0360|2.7"/> <code value="MD"/> <display value="Doctor of Medicine"/> </coding> </code> </qualification> </Practitioner>