This page is part of the HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU1 (v1.0.0: STU 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
Source view
<Practitioner xmlns="http://hl7.org/fhir"> <id value="mCODEPractitionerExample01"/> <meta> <profile value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"/> </meta> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: mCODEPractitionerExample01</p><p><b>meta</b>: </p><p><b>identifier</b>: 9988776655</p><p><b>name</b>: Kyle Anydoc </p><p><b>address</b>: 567 Healthcare Drive Anytown MA 12345 US (HOME)</p><p><b>gender</b>: male</p><h3>Qualifications</h3><table class="grid"><tr><td>-</td><td><b>Code</b></td></tr><tr><td>*</td><td>MD <span style="background: LightGoldenRodYellow">(Details : {http://terminology.hl7.org/CodeSystem/v2-0360 code 'MD' = 'MD)</span></td></tr></table></div> </text> <identifier> <system value="http://hl7.org/fhir/sid/us-npi"/> <value value="9988776655"/> </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"/> <version value="2.7"/> <code value="MD"/> </coding> </code> </qualification> </Practitioner>