HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU Ballot 1

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

Example: mCODEOrganizationExampleFM1


<Organization xmlns="http://hl7.org/fhir">
  <id value="mCODEOrganizationExampleFM1"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      Foundation Medicine
      <br/>
				150 Second Street
      <br/>
				Cambridge, MA 02141
      <br/>
				USA
      <br/>
				(+1) 617-418-2200 (phone)
      <br/></div>
  </text>
  <extension
             url="http://hl7.org/fhir/us/mcode/StructureDefinition/obf-Status-extension">
    <valueCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="55561003"/>
        <display value="Active"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <system value="http://hl7.org.fhir/sid/us-npi"/>
    <value value="1265714091"/>
  </identifier>
  <active value="true"/>
  <name value="Foundation Medicine"/>
  <telecom>
    <system value="phone"/>
    <value value="(+1) 617-418-2200"/>
  </telecom>
  <address>
    <line value="150 Second Street"/>
    <city value="Cambridge"/>
    <state value="MA"/>
    <postalCode value="02141"/>
    <country value="USA"/>
  </address>
</Organization>